-
Notifications
You must be signed in to change notification settings - Fork 59
Merge next into master #1101
Conversation
Rather than a flat list of topics to watch for, it is an indexed list of topics to watch for in those specific positions. As such, items in that list may also be zero (null, matches any topic), or a list of topics (matches any one of those topics). Additionally, topics are always specified using 32 bytes, so there is no need to specify length explicitly.
add control flow to |verb
More accurately represent Ethereum RPC filter topics
Poke with [%watch %sometag config:eth-watcher] to initialize, then subscribe at /sometag to receive updates in the shape of [%snap snapshot:eth-watcher] for initial and on-reorg logs, [%logs loglist] for logs as they happen.
Implement %eth-watcher, an app for tracking Ethereum events
Point to the correct topics when decoding Azimuth events
…coding. (#1068) Added support to `lens-command` for outputting a pill. We want this so that we can create (solid and brass) pills from `urb.py`. This also adds an optimized base64 encoding routine. The previous version of base64 stack overflowed on large inputs, and a tail-recursive version took hours to encode 5mb of data. This one uses the `ripn` jet and only takes a second or two.
* App for sending Apple Push Notifications * First pass at Hall subscription logic * Tiebout app works end to end, can receive actions via Eyre, and can resubscribe to circles * style changes for tiebout
Implement +from-unix for turning Unix timestamps into @da
removed hard calls on json blobs
Support eth_getBlockByNumber Ethereum RPC call
pin to local time because using local desk
benjamin-tlon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks okay, I guess.
|
LOIG
—
~poldec-tonteg
http://urbit.org
…On Thu, Mar 7, 2019 at 12:57 PM benjamin-tlon ***@***.***> wrote:
***@***.**** approved this pull request.
Looks okay, I guess.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1101 (review)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABiQ4_peO7_yxTHw693TrnXxSrSZ4W9Iks5vUX0zgaJpZM4bj_fa>
.
|
Fang-
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a merge of next into master, yes.
Would like to see #1098 make it in also. I can probably have that ready today, but if that doesn't fit the breach timeline so be it. I don't think the issue it fixes it affects anything important.
|
Sorry, the hoon school guys need this breach right away, because they would like some time to test things out before they begin on monday. I've already delayed this long enough, I was originally supposed to breach yesterday. I apologize, but I can't wait. |
|
That's totally fine, better luck for me next time. (: |
Contains the following changes: