Commit Graph

842 Commits

Author SHA1 Message Date
Fang
219cab4783 Support proxy change events. 2018-04-18 01:25:37 +02:00
Fang
a16d92b43f Hull diff application. 2018-04-18 00:34:26 +02:00
Fang
b78fdccd54 Implement parsing of hull diffs from event logs. 2018-04-18 00:32:02 +02:00
Fang
7e74cd3bb7 Update parsing of event logs to assume up-to-date RPC API spec. 2018-04-18 00:30:25 +02:00
Fang
4ed365a263 Support reading the DNS domains from the Ships contract. 2018-04-17 23:11:59 +02:00
Fang
e857a77c74 Include getFilterLogs operation. 2018-04-17 16:18:13 +02:00
Fang
a8415d38bc Conform to geth node standard. 2018-04-17 15:40:17 +02:00
Fang
821c7e418d Actually include /lib/constitution. 2018-04-13 21:50:22 +02:00
Fang
2dfe11f1eb Merge commit 'bedb0445196beca1f8477868f9ddb7b316a8936f' into constitution 2018-04-13 21:48:22 +02:00
Fang
da1dc7a074 Remove commented out code. 2018-04-12 19:34:58 +02:00
Fang
38fce5986e Disable relative message number in subscription ranges. 2018-04-12 16:47:32 +02:00
Fang
1798d3cbe3
Merge pull request #658 from Fang-/hall-last-x
Get last x messages from hall
2018-04-11 23:56:45 +02:00
Fang
8e9387e8c4 Don't accidentally return the end index in input for dynamic arrays. 2018-04-10 21:34:22 +02:00
Fang
8af91e2af6 More structures for the Ethereum lib. 2018-04-09 16:58:39 +02:00
Fang
dba3abac6b Correctly decode bools. 2018-04-04 21:28:45 +02:00
Fang
99df5ec158 Make Ethereum decoding function a wet gate, producing tuples with type info.
Type information still lost for array members.
2018-04-04 17:15:23 +02:00
Fang
b46315af11 Fix off-by-one when parsing bytes32. 2018-03-22 16:34:15 +01:00
Fang
6fe0a29a55 Support Ethereum filter creation and polling. 2018-03-21 22:58:11 +01:00
Fang
4ef49b878f ++default-block -> ++block 2018-03-21 15:44:18 +01:00
Elliot Glaysher
85e6b70d50 Prime the cache during |overload 2018-03-16 15:22:55 -07:00
Fang
aacbbd5517 Comments and light cleanup. 2018-03-15 16:43:35 +01:00
Fang
e311b1a4e9 Expand RPC request generation to allow custom IDs. 2018-03-15 15:59:33 +01:00
Fang
9047199b55 Support JSON RPC batch requests. 2018-03-15 00:58:01 +01:00
Fang
2b76a23b44 Implement decoding of Ethereum arguments/call results. 2018-03-14 23:49:36 +01:00
Fang
f28b9f7b60 RPC API structures are part of the Ethereum lib proper for now. 2018-03-13 14:47:21 +01:00
Fang
d8ddcbf386 Can now make requests to Ethereum nodes. Supports chain read requests. 2018-03-13 00:42:24 +01:00
Fang
91070222d7 Use ++co for rendering hex. 2018-03-13 00:40:34 +01:00
Elliot Glaysher
78c1f091dc Make |overload take a start time, in addition to a recur duration.
This will allow us to set |overload so it will run once a day at something
like 3 AM.
2018-03-12 15:27:51 -07:00
Fang
ed0da9ed2f Add arm for encoding an entire call.
Clean up printfs.
2018-03-12 17:03:21 +01:00
Fang
239a5d7744 Work with octs for encoding the bytes types. 2018-03-12 17:02:32 +01:00
Fang
62f18aff31 Merge branch 'master' of https://github.com/urbit/arvo into constitution 2018-03-12 15:39:36 +01:00
Anton Dyudin
d0138ff7fa fix #654 by having assert-eq accept a vase of a pair
flipping the order of the pair while rewriting all the test was necessary anyawy, to accoutn for heavier-twig tendencies
2018-03-09 19:43:35 -08:00
Anton Dyudin
3bb24f1327 move test- check- prefix filter to lib/tester 2018-03-09 19:27:32 -08:00
Anton Dyudin
5e746a9c36 REVIEW precompute nock for test arm pulls
to avoid running the compiler repeatedly in separate |. contexts, which would not share cache
2018-03-09 19:27:32 -08:00
Anton Dyudin
24fe89a2b5 add ++category formatter to optionally restore name behavior 2018-03-09 19:27:32 -08:00
Anton Dyudin
bcf14304c3 minor denamespacing 2018-03-09 19:27:32 -08:00
Anton Dyudin
1b68ab0553 simplify ++tester interface to return immediate wall 2018-03-09 19:27:32 -08:00
Anton Dyudin
a07ca03bb6 get rid of redundant tester-type 2018-03-09 19:27:32 -08:00
Anton Dyudin
c73095af8a remove reduncant c=tape parameter from expect-eq
also began cleaning up indentation
2018-03-09 19:27:32 -08:00
Fang
95e35ce2c9 Add support for targeting the last x messages in a query range.
/circle/inbox/grams/-5/-0 gets the last 5 messages from the inbox, nothing more.
Closes #643.
2018-03-07 01:15:19 +01:00
Fang
b4a0a5f0e7 Merge commit '798fa84960837d5a65296c48b6208c06e225197f' into constitution 2018-02-23 15:31:25 +01:00
Fang
42803b305d Remove update crutch from kiln. 2018-02-22 15:28:58 +01:00
Fang
35d3b04d21 Add usage tags to circle configs, allowing clients to store arbitrary meta usage info. 2018-02-22 13:08:24 +01:00
Joseph Bryan
99ec7aa21f fixes overflow on prompts greater than the terminal width 2018-02-21 18:45:03 -05:00
Fang
8a4e3c8656 Revert "Add usage tags to circle configs, allowing clients to store arbitrary meta usage info."
This reverts commit e807db9055.
2018-02-21 13:23:58 +01:00
Fang
01c8035006 Implement ABI data encoding for Ethereum. 2018-02-20 22:11:27 +01:00
Ted Blackman
958bd4b90c
Merge pull request #621 from Fang-/hall-dm-supportive
Hall additions and changes to support New Web DMs
2018-02-16 13:08:58 -08:00
Ted Blackman
8e75cbbf33
Merge pull request #415 from joemfb/twit
some changes to get :twit working
2018-02-16 12:56:30 -08:00
Fang
50eeea9f06 Help kiln transition by inlining new types.
These should be removed after an update has happened.
2018-02-14 21:47:10 +01:00
Fang
e807db9055 Add usage tags to circle configs, allowing clients to store arbitrary meta usage info. 2018-02-14 17:02:47 +01:00