Commit Graph

14917 Commits

Author SHA1 Message Date
Ted Blackman
1c769b52e9 move ack fragment/message discrimination to |message-pump 2019-06-10 09:23:33 -07:00
Ted Blackman
a1c6a18e84 +run-message-still 2019-06-10 09:13:11 -07:00
Ted Blackman
6e9568e4e1 first half of |message-still compiles 2019-06-09 10:32:15 -07:00
Ted Blackman
e624c6d08d basic %send-ack handling 2019-06-09 09:40:30 +03:00
Ted Blackman
94d89fc484 minor 2019-06-09 09:31:42 +03:00
Ted Blackman
a7b51f348b +on-west compiles 2019-06-09 09:26:01 +03:00
Ted Blackman
6570851228 clean up sending logic 2019-06-08 20:44:17 +03:00
Ted Blackman
d4f154cc1c send to her and her sponsors 2019-06-08 13:45:45 +03:00
Ted Blackman
f7ae9a6329 handle direct %send pump gifts 2019-06-08 13:13:38 +03:00
Ted Blackman
847b090b66 more |peer-core work 2019-06-08 12:45:30 +03: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
Ted Blackman
c1ad60d5cd first stab at |peer-core, compiles but a little rough 2019-06-05 07:36:10 +03:00
Elliot Glaysher
821678fdcf In-progress minimal voting app. 2019-06-04 16:46:34 -07:00
Ted Blackman
6abae26240 finish stubbing congestion control 2019-06-04 15:38:08 +03: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
Elliot Glaysher
15363bbcad
Merge pull request #1187 from urbit/change-host-matching
Change host matching so ~ will match any inbound.
2019-06-03 15:04:04 -07:00
Elliot Glaysher
f30a662cf2 Change host matching so ~ will match any inbound. 2019-06-03 14:34:01 -07:00
Jared Tobin
9968441239
Update solid and brass pills in LFS. 2019-06-03 20:38:02 +08:00
Jared Tobin
44758ad17e
Points arvo submodule at zod.2019.6.3. 2019-06-03 18:56:43 +08: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
Ted Blackman
3aba9792e8 compiling but untested complete message and packet pumps 2019-06-01 15:16:41 -07:00
Benjamin Summers
3e518f4d99 Separated new-vere executables into separate package for faster builds. 2019-06-01 14:57:53 -07:00
Benjamin Summers
54fc5f6078 Types and conversion for Tank/Plum. 2019-06-01 14:49:21 -07:00
Benjamin Summers
5b3ab33dac Lots of noun parsing/unparsing code. 2019-06-01 14:07:40 -07: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
Ted Blackman
3127fea221 +traverse:ordered-map beautification 2019-05-31 23:57:57 -07:00
Ted Blackman
13d95a5b74 some docs 2019-05-31 20:32:13 -07:00
Ted Blackman
150075d70c removed defunct +ordered-set and +sift:ordered-map 2019-05-31 20:07:36 -07:00
Ted Blackman
e212175a77 +send:packet-pump and +uni:ordered-map 2019-05-31 20:05:21 -07:00
Ted Blackman
2363a4a564 minor renaming 2019-05-31 19:03:09 -07:00
Ted Blackman
21814dbfe4 main:packet-pump compiles 2019-05-31 17:50:22 -07:00
Benjamin Summers
6a5bc78370 More progress on worker interaction. 2019-05-31 17:21:44 -07:00
Elliot Glaysher
585cb74c1f Start work on the thing which communicates with the subprocess. 2019-05-31 15:55:21 -07:00
Ted Blackman
5d905eb6e4 +on-hear-fragment-ack:packet-pump using +traverse:orderd-map 2019-05-31 15:35:06 -07:00