Fang
14e682c620
Simplify process of retrieving hull noun from eth response.
2018-04-04 19:13:30 +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
Keaton Dunsford
8b84260c06
Merge pull request #642 from cxk280/master
...
fix typo
2018-04-03 16:44:13 -07:00
Joseph Bryan
d75b299ae1
generalizes =model syntax to be valid for any toro
...
tsfs, tssm, tshp, etc.
2018-03-29 15:13:21 -04:00
Anton Dyudin
83e3a432fb
Merge pull request #694 from ohAitch/travis-fix-autopill
...
[travis] use cp properly when building pill
2018-03-28 21:20:31 -07:00
Anton Dyudin
3cdec745a0
Add fingerprint for ~fyr while we're at it
...
(mostly I'm trying to trigger my Travis fix)
2018-03-28 21:11:44 -07:00
Anton Dyudin
348925ea94
[travis] use cp properly when building pill
2018-03-28 21:10:40 -07:00
justin.leblanc
f608641147
Add fingerprint for ~leb
2018-03-28 08:06:36 -05:00
Anton Dyudin
ba417d3d9b
test ren/ on CI
2018-03-27 18:26:26 -07:00
Anton Dyudin
f81d7f0155
mar/ and ren/ stub doc
2018-03-27 17:41:52 -07:00
Anton Dyudin
808ce6c846
mark renderers out of scope for %cores
2018-03-27 17:38:34 -07:00
Anton Dyudin
ad6e84c0f6
test renderers on example.md
2018-03-27 17:30:31 -07:00
Anton Dyudin
f5d59fb14a
added poke-noun type incl "dry run", paths-to-terms
2018-03-27 17:01:45 -07:00
Anton Dyudin
ae881b4ed7
add package-lock.json
2018-03-27 15:20:41 -07:00
Anton Dyudin
4970f3db1a
remove false-positive "failing" entry
2018-03-27 15:15:44 -07:00
Anton Dyudin
11502f3b4c
don't build app/twit, gen/twit
2018-03-27 15:10:06 -07:00
Anton Dyudin
a68eaafdeb
abort on "test unexpectedly fixed" warning
2018-03-27 15:02:51 -07:00
Anton Dyudin
6d04caaed1
distinguish "don't try" and "should fail" tests
2018-03-27 14:59:28 -07:00
Anton Dyudin
f61f6c39dc
print test avoidance reasons
2018-03-27 14:34:58 -07:00
Fang
e648891b51
WIP Constitution state mirror daemon
2018-03-23 20:55:30 +01: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
6b9e286047
Support arbitrary RPC results rather than just strings.
2018-03-21 22:56:58 +01:00
Fang
4ef49b878f
++default-block -> ++block
2018-03-21 15:44:18 +01:00
Keaton Dunsford
2a96efb0d6
Merge pull request #682 from keatondunsford/invite
...
Add |invite support for up to sixty-four ships
2018-03-20 15:47:21 -07:00
Keaton Dunsford
9237870f23
Add |invite support for up to sixty-four ships
...
Our |invite Hood generator for Womb invites currently caps at twenty
ship invites. This commit bumps that hard-coded cap to sixty-four, which
will allow me to send the appropriate number of star invites to our
[Winter 2018 contributor-award recipients](https://fora.urbit.org/posts/~2018.2.13..20.22.22..bddb~ ).
2018-03-20 15:26:27 -07:00
cgyarvin
246e68b5d3
Merge pull request #676 from eglaysher/prime-the-cache
...
Prime the cache during |overload
2018-03-17 13:10:41 -07:00
Anton Dyudin
c24a546813
Merge pull request #665 from ohAitch/cleaner-travis
...
Refactor testing framework
2018-03-16 17:06:58 -07: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
Keaton Dunsford
18f349aa05
Update Tree CSS to urbit/tree@9a016e2
2018-03-14 21:09:16 -07: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
Paul Driver
45decc83ac
add ++lest, the non-empty list mold builder
2018-03-13 15:38:17 -07:00
Keaton Dunsford
8865914d79
Merge pull request #671 from keatondunsford/ford-wipe-timestamp
...
Add timestamps to Ford cache wipes
2018-03-13 12:55:19 -07:00
Keaton Dunsford
42d52073be
Add timestamps to Ford cache wipes
...
This will be more helpful in understanding current Ford's cache-clearing behavior as we continue to make changes to alleviate its issues relating to potential memory overflows, slow build performance, and subsequent `504` HTTP errors.
2018-03-13 12:43:40 -07:00
Fang
f28b9f7b60
RPC API structures are part of the Ethereum lib proper for now.
2018-03-13 14:47:21 +01:00
Fang
de116bbb2a
Move generic JSON RPC logic into its own files.
2018-03-13 14:42:49 +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
cgyarvin
69ac42d13b
Merge pull request #670 from eglaysher/fix-overload
...
Fix |overload so it takes a date
2018-03-12 16:01:17 -07: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
Elliot Glaysher
1ec6e7cd2b
Make ++from-module not leak faces.
2018-03-12 15:24:23 -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
cgyarvin
a6c83e3919
Merge pull request #666 from ohAitch/faster-gen-test
...
clean up and accelerate +test framework
2018-03-10 11:40:44 -08: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