Commit Graph

9915 Commits

Author SHA1 Message Date
Elliot Glaysher
c854a79583 Merge remote-tracking branch 'origin/master' into rings 2019-06-21 16:02:47 -07:00
Elliot Glaysher
5efbb0e6ba Remove more ballet junk and also some minimal testing generators. 2019-06-21 14:49:32 -07:00
Elliot Glaysher
59387055f9 Remove half-completed ballet application. 2019-06-21 14:45:44 -07:00
Elliot Glaysher
7ebec10a56 Make the low level interface only operate on atoms. 2019-06-21 14:34:03 -07:00
Elliot Glaysher
6b05abd5ad Cleanup and unit tests 2019-06-21 11:30:12 -07:00
Elliot Glaysher
2f8d36c485 Remove debugging output. 2019-06-20 17:14:04 -07:00
Elliot Glaysher
2adb26b06d First ring signatures built on real Azimuth keys. 2019-06-20 16:05:32 -07:00
Jared Tobin
2c694d0b4c
Merge pull request #1193 from urbit/morgan-readme
Update Contributing in README and remove Landscape info
2019-06-15 20:03:37 +08:00
Jared Tobin
14d3577285
Add full stops to README list. 2019-06-15 19:44:26 +08:00
Morgan Sutherland
092441ea7d
Fix mailto link in README 2019-06-14 13:51:18 -07:00
Morgan Sutherland
7cedc7e7d8
Update Contributing in README and remove Landscape info 2019-06-14 13:49:03 -07:00
Jared Tobin
50a5e6de09
Merge pull request #1191 from urbit/fix-nest
fix hoon.hoon nest: make %iron different from %zinc
2019-06-14 09:49:54 +08:00
pilfer-pandex
cadb94fe08 fix hoon nest: make %iron different from %zinc 2019-06-13 15:39:45 -07:00
Elliot Glaysher
93ff39f3c9 Update the voting demo app for the new ring signature system. 2019-06-13 15:11:58 -07:00
Elliot Glaysher
e0e536401e +ring runs in 2.5s with the appropriate jets on a ring of 60 participants. 2019-06-13 13:43:43 -07:00
Elliot Glaysher
d33fc1ef3f Redo how we perform ECC math for ring signatures.
This makes three new functions in +ed:crypto which are designed to
be jetted by the ed25519 implementation. It then moves the ring
signature library stuff onto two of them. Previously, it took three
minutes to sign+verify an unlinked ring of 3 public keys; now it is
instantaneous with the jets written so far.

This comments out all the linkage handling code, since a jet isn't
written for that stuff yet.
2019-06-11 14:23:21 -07:00
Elliot Glaysher
29ab566cbc WIP: connect real ring signatures to the voting app, but it bail: oops. 2019-06-07 11:11:11 -07:00
Jared Tobin
2e0e0d94dd
Merge pull request #1189 from urbit/acme-bad-nonce
fixes :acme retry on "bad-nonce" error
2019-06-07 11:48:20 +08:00
Joe Bryan
59ab2611f7
Merge branch 'master' into acme-bad-nonce 2019-06-06 16:19:19 -07:00
Elliot Glaysher
706476221f Merge branch 'rings' into ballet 2019-06-06 14:49:28 -07:00
Elliot Glaysher
63d9eedae7 Shove the ring signature stuff in a library. 2019-06-06 14:49:04 -07:00
Elliot Glaysher
4457e80eb2 Ring signatures work. The problem was how I was generating keys. 2019-06-06 14:29:39 -07:00
Joe Bryan
ff555e8646 fixes :acme retry on "bad-nonce" error 2019-06-06 12:37:11 -07:00
Elliot Glaysher
4000f87f8d Better initial peer information. 2019-06-05 16:21:27 -07:00
Elliot Glaysher
23a54d385e Vote validation and basic tallying. 2019-06-05 15:23:05 -07:00
Elliot Glaysher
e08d0385dc Close elections when all people have voted. 2019-06-05 13:15:21 -07:00
Elliot Glaysher
821678fdcf In-progress minimal voting app. 2019-06-04 16:46:34 -07:00
Jared Tobin
b4cdc7f978
Merge pull request #1188 from urbit/gall-fix-1287
joe's fix for issue #1287 in gall
2019-06-04 20:34:51 +08:00
Jared Tobin
136bb8932f
Fix indentation. 2019-06-04 20:05:15 +08:00
Logan Allen
822e2478a0 joe's fix for issue #1287 in gall 2019-06-03 15:23:29 -07:00
Jared Tobin
ef3a802fc0
Merge pull request #1186 from urbit/async-init-peek
adds explicit initialization and peek (namespace) handlers to lib/tapp
2019-06-02 20:06:34 +08:00
Joe Bryan
284e831925 rejects automatic %peer /sole from lib/drum 2019-06-01 12:15:17 -07:00
Joe Bryan
36be16e8b3 adds +handle-peek for lib/tapp namespace reads 2019-06-01 12:07:52 -07:00
Joe Bryan
c46b175d24 adds +handle-init to lib/tapp for an optional "boot" transaction 2019-06-01 12:02:40 -07:00
Jared Tobin
64772b7bb8
Merge pull request #1184 from urbit/next
Merge remaining contributions on 'next' branch
2019-06-01 19:16:00 +08:00
Jared Tobin
a924dad762
Merge branch 'master' into next 2019-06-01 18:41:45 +08:00
Jared Tobin
f798c06779
Merge pull request #1185 from urbit/philip/async
trad -> async
2019-06-01 18:41:29 +08:00
Philip Monk
a80d636886
trad -> async 2019-05-31 14:59:36 -07:00
Jared Tobin
9a87e33ef1
Merge branch 'master' into next 2019-05-31 20:04:37 +08:00
Jared Tobin
72eac492c8
Merge pull request #1183 from urbit/philip/trad
Transaction apps
2019-05-31 19:29:27 +08:00
Jared Tobin
4faa451a01
Merge branch 'master' into philip/trad 2019-05-31 19:09:14 +08:00
Jared Tobin
e62df5ba3e
Merge pull request #1182 from urbit/jt-nets-nest
Replace errant nets-need with nest-need in error message.
2019-05-31 08:37:42 +08:00
Philip Monk
852e74cb51
fix fang's suggestions 2019-05-30 14:43:27 -07:00
Philip Monk
49736a1248
Merge remote-tracking branch 'origin/master' into philip/trad 2019-05-30 10:39:25 -07:00
Philip Monk
b7d5d52315
rename apps 2019-05-30 10:25:02 -07:00
Jared Tobin
f26daa00fd
Replace errant nets-need with nest-need. 2019-05-30 12:18:48 +08:00
Jared Tobin
3b885df4e9
Merge pull request #1181 from urbit/mas-mismatch
fixes (trivial) jet mismatch in +mas
2019-05-30 12:14:02 +08:00
Joe Bryan
fb85a94d83 fixes (trivial) jet mismatch in +mas 2019-05-29 20:16:54 -07:00
Jared Tobin
02b844a144
Merge pull request #1180 from urbit/validate-treap-order
validate map/set treap order with $|
2019-05-30 08:12:25 +08:00
Joe Bryan
12d46f1559 calls +qeu treap-order validation in mold with $| 2019-05-29 14:17:10 -07:00