Commit Graph

7876 Commits

Author SHA1 Message Date
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
C. Guy Yarvin
71b8efa81b Minor tweaks to previous. 2018-03-19 21:42:45 -07:00
C. Guy Yarvin
a082494df1 Preserve artificial mold assembly structure. 2018-03-19 20:59:19 -07:00
C. Guy Yarvin
f7a7ae486a Add extended +plan runes. 2018-03-19 19:42:13 -07:00
C. Guy Yarvin
5e02e88d9e Add filter plans $> and $<. 2018-03-19 13:38:19 -07:00
C. Guy Yarvin
28f6da3fa8 More cleanup. 2018-03-19 11:12:44 -07:00
C. Guy Yarvin
3ffa56cbbd Fix previous commit. 2018-03-19 10:43:25 -07:00
C. Guy Yarvin
3afa0876d3 Stop using obsolete $~ syntax. 2018-03-18 21:18:20 -07:00
C. Guy Yarvin
5f7d3922bd End use of legacy $| and $& syntax. 2018-03-18 20:54:47 -07:00
C. Guy Yarvin
26577078fa Completed glyph renaming. 2018-03-18 20:38:01 -07:00
C. Guy Yarvin
bfedf558c0 Complete renaming. 2018-03-18 20:00:25 -07:00
C. Guy Yarvin
eb91e0d56a Intermediate renaming. 2018-03-18 19:40:38 -07:00
C. Guy Yarvin
39f720cd81 Correct processing of %null. Eliminate %void. 2018-03-18 18:59:05 -07:00
C. Guy Yarvin
4ac0a63233 Modern structure assembly. 2018-03-18 15:59:22 -07:00
C. Guy Yarvin
6290b74878 Modern structure assembly, except hard leaves. 2018-03-18 15:06:33 -07:00
C. Guy Yarvin
e705bd7c54 Same but without debug. 2018-03-17 18:11:07 -07:00
C. Guy Yarvin
79aa1cbc61 Fix $? to use %fits. 2018-03-17 18:06:15 -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
C. Guy Yarvin
28eac62fae Add %over for hygienic plan macros. 2018-03-13 22:56:31 -07:00
C. Guy Yarvin
72449103e4 Reorder ++plan. 2018-03-13 21:37:45 -07:00
C. Guy Yarvin
5c8a77fe90 Final syllable renaming. 2018-03-13 21:36:10 -07:00
C. Guy Yarvin
fa6036b478 Much rune renaming. 2018-03-13 20:17:30 -07:00
Paul Driver
45decc83ac add ++lest, the non-empty list mold builder 2018-03-13 15:38:17 -07:00
C. Guy Yarvin
5f9ba084a3 Finished decoupling +hoon and +plan. 2018-03-13 15:22:10 -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
C. Guy Yarvin
b3066dad30 Disentangled expressions and structures. 2018-03-13 00:11:47 -07:00
C. Guy Yarvin
6432ac8f04 Various fixes and molds. 2018-03-12 22:56:27 -07:00
C. Guy Yarvin
f8d47c252e Adapt %ts and %br runes. 2018-03-12 18:20:48 -07: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
C. Guy Yarvin
f834e16a23 All root runes replanned. 2018-03-12 11:32:56 -07:00