Commit Graph

8819 Commits

Author SHA1 Message Date
Isaac Visintainer
6bf78803e7 fixes collections multi clay write bug 2018-09-06 16:39:02 -07:00
Elliot Glaysher
2b3d9a4da8
Merge pull request #809 from urbit/ren-collections-elem
Remove '/%' runes from collections.
2018-09-06 13:23:35 -07:00
Elliot Glaysher
37c46a7475 Remove '/%' runes from collections. 2018-09-06 11:10:08 -07:00
Fang
b4631e9438
Merge pull request #803 from urbit/ethereum-signing
Ethereum transaction signing
2018-09-06 11:17:52 +02:00
Ted Blackman
45ed61b320
Merge pull request #808 from eglaysher/merge-collections
Merge collections
2018-09-05 16:46:48 -07:00
Elliot Glaysher
fd7b1f684b Fix +filter-gram in hall. 2018-09-05 16:42:59 -07:00
Elliot Glaysher
2642efc8af Merge remote-tracking branch 'origin/collections' into release-candidate 2018-09-05 16:33:34 -07:00
Ted Blackman
0ac5038b7b
Enqueue second Clay write during an Arvo event (#807)
* clay queue passes test

* docs on :cue and :tip in clay

* minor typo
2018-09-05 16:05:23 -07:00
Isaac Visintainer
0757ca63c0 updated lanscape js to d820e9f9c38f102877bbcdf5ceb7db1d5e89301b 2018-09-05 10:23:47 -07:00
Isaac Visintainer
1e668e6164 forgot to add initial onboarding bit 2018-09-04 18:02:20 -07:00
Isaac Visintainer
aeadbe894a added poke arm for onboarding bit 2018-09-04 18:01:17 -07:00
Ted Blackman
a9ce64f5cf
Merge pull request #806 from belisarius222/first-real-clay-test
refactored +expect-schematic and completed first clay test
2018-09-04 17:29:06 -07:00
Ted Blackman
2c7cbe5382 refactored +expect-schematic and completed first clay test 2018-09-04 16:37:01 -07:00
Fang
9cb8828d44 Add tests for Ethereum transaction signing
Simple almost-real-world transactions as generated by web3.js.
2018-09-05 01:23:34 +02:00
Isaac Visintainer
91bb34b943 hall custom permission rules 2018-09-04 16:23:24 -07:00
Elliot Glaysher
b816bd81e3
Merge pull request #805 from urbit/fix-dojo-path-parsing
Make dojo not produce incorrect beams when they start with '/'.
2018-09-04 16:16:04 -07:00
Elliot Glaysher
669c79ceeb Make dojo not produce incorrect beams when they start with '/'. 2018-09-04 15:57:29 -07:00
Fang
24886d327f Add tests for RLP encoding 2018-09-05 00:52:25 +02:00
Elliot Glaysher
2919e0d836
Merge pull request #804 from urbit/eyre-core-needs-hoon-in-path
Be explicit in having hoon file suffixes in security driver paths.
2018-09-04 14:02:00 -07:00
Elliot Glaysher
148f62569c Be explicit in having hoon file suffixes in security driver paths. 2018-09-04 13:28:24 -07:00
Fang
b7681cf73c Make ++ecdsa-raw-recover accept unmodified signature
Continuation of b2365dbd4
2018-09-04 18:08:23 +02:00
Fang
96e5dd4600 Add comments to clarify transaction signing logic 2018-09-04 17:41:30 +02:00
Fang
27e35e392d Minor corrections 2018-09-04 16:49:49 +02:00
Fang
cc98052347 Support sending raw transactions to RPC nodes 2018-09-04 16:42:27 +02:00
Fang
0f4069e6dc Implement Ethereum transaction signing
Includes RLP encoding logic.
2018-09-04 15:11:50 +02:00
Fang
b2365dbd4b Remove nonstandard 27 minimum value from ecdsa signature v
Ethereum uses 27/28 (superseded) or 35/36 for the v value. Other use
cases may want the recovery value directly. This makes it produce 0/1.
2018-09-04 14:59:35 +02:00
Fang
abd6329725 Remove outdated lib and sur files
They have been living in zuse for a while.
2018-09-04 00:25:08 +02:00
Ted Blackman
279e8886f1
Merge pull request #802 from belisarius222/release-candidate
Fix %reef handling more. Now uses the right part of the arvo core
2018-09-03 14:32:32 -07:00
Ted Blackman
c0c00de7e9 Fix %reef handling more. Now uses the right part of the arvo core 2018-09-02 03:48:40 -07:00
Chris Johnson
0865d446b2 - Add columns back into collections/elem.hoon (sorry Isaac)
- Landscape Commit d820e9f9c38f102877bbcdf5ceb7db1d5e89301b
2018-08-30 16:57:15 -07:00
Ted Blackman
7b4fd94318
Merge pull request #800 from belisarius222/fix-reef
fix ford %reef dependency tracking
2018-08-30 16:40:25 -07:00
Ted Blackman
60fcfc467e fix ford %reef dependency tracking 2018-08-30 16:06:27 -07:00
Isaac Visintainer
376fcb7c54 circle creation bugfix 2018-08-30 14:13:40 -07:00
Elliot Glaysher
d145c04c35
Merge pull request #798 from urbit/sort-test-list
Run tests in alphabetical order.
2018-08-30 13:00:59 -07:00
Isaac Visintainer
68a8f8d3fe renamed nutalk to landscape again 2018-08-30 10:59:11 -07:00
Isaac Visintainer
c06158034f Merge branch 'collections' of github.com:urbit/arvo into collections 2018-08-30 10:53:24 -07:00
Isaac Visintainer
40972614fc removed redundant notifications on deletions 2018-08-30 10:53:01 -07:00
Chris Johnson
abe0b6c49b - add urb-metadata tag to web/landscape.hoon and web/landscape/stream.hoon 2018-08-30 10:50:33 -07:00
Elliot Glaysher
e049d6080b Run tests in alphabetical order. 2018-08-30 10:35:20 -07:00
Fang
15ee6ba31d
Merge pull request #795 from urbit/jael-continuity
Constitution + jael updates
2018-08-30 02:44:05 +02:00
Fang
37e0933c7f Misc. jael notes and improvements 2018-08-30 02:06:20 +02:00
Fang
e752a706b2 Add %meet task to jael for indicating era connectivity 2018-08-30 02:05:34 +02:00
Fang
c5c4d0f65f Include continuity flag in relative public key state 2018-08-30 02:02:17 +02:00
Fang
2d04795fd9 Update constitution and jael logic to work with latest contracts 2018-08-30 01:58:47 +02:00
Elliot Glaysher
eac6da579e
Merge pull request #794 from urbit/remove-eny-from-tests
Rebuild the test support library so its easier and doesn't use entropy.
2018-08-29 16:05:53 -07:00
Elliot Glaysher
bf3d61288e Further merge fixes. 2018-08-29 15:54:54 -07:00
Elliot Glaysher
ac089cef80 Merge remote-tracking branch 'origin/release-candidate' into remove-eny-from-tests 2018-08-29 15:45:10 -07:00
Ted Blackman
21d41b3c39
Merge pull request #793 from belisarius222/ford-test-lib
+expect-schematic in ford test lib
2018-08-29 15:26:38 -07:00
Ted Blackman
8684f58257 minor cleanup 2018-08-29 15:09:51 -07:00
Elliot Glaysher
1a32f5e5ca Remove further references to tester 2018-08-29 15:07:21 -07:00