* master: (84 commits)
Add full stops to README list.
Fix mailto link in README
Update Contributing in README and remove Landscape info
fix hoon nest: make %iron different from %zinc
fixes :acme retry on "bad-nonce" error
Fix indentation.
joe's fix for issue #1287 in gall
rejects automatic %peer /sole from lib/drum
adds +handle-peek for lib/tapp namespace reads
adds +handle-init to lib/tapp for an optional "boot" transaction
trad -> async
fix fang's suggestions
rename apps
Replace errant nets-need with nest-need.
fixes (trivial) jet mismatch in +mas
calls +qeu treap-order validation in mold with $|
adds (failing) +qeu mold test
adds +tap:to treap-order validation arm
adds tests for +set and +map mold clams
calls map/set treap-order validation arms in molds with $|
...
* next: (133 commits)
tweaks %crud error printing in %dill
adds top-level arvo error notification event %warn
Explicitly note %install-from-clay as temporary
four minute ping to eth
mainnet azimuth
slow
travis
travis
renames
travis
add docs for ph monad
remove non-monadic ph tests and organize
port ph tests to monadic style
wrappable eth node mock
Implement installing certs from clay using %acme
Implement %pem mark
Revert "add =%"
add ;<
add ;<
wip
...
* master: (38 commits)
bumped ames protocol number
landscape 3f83c798bd61b7e6cef5c4e2f7c7f3ac89d4ec09
removed hard calls on json blobs
Support eth_getBlockByNumber Ethereum RPC call
added initial image support to udon parser (#1085)
Tiebout - Apple Push Notification Server App (#1084)
Implement +from-unix for turning timestamps into @da
Add support to `lens-command` for pill output and optimized base64 encoding. (#1068)
Point to the correct topics when decoding Azimuth events
Add trailing newlines
Use unit to disambiguate poll timer state
Lightly re-order ++watcher core, add comments
Implement ++peek so the app can by scried
Remove debug pokes
Implement %eth-watcher, an app for tracking Ethereum events
add control flow to |verb
Be accurate in incoming/hoon-side structures also
More accurately represent Ethereum RPC filter topics
also pin validate-x to now
pin to local time because using local desk
...
* 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
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.
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.