Commit Graph

67 Commits

Author SHA1 Message Date
Elliot Glaysher
1a443599ae First transimsission of text/event-stream from Eyre. 2018-11-20 17:06:04 -08:00
Elliot Glaysher
439e623550 Receive callback timers from behn which cancel open subscriptions. 2018-11-19 14:59:58 -08:00
Elliot Glaysher
62bb64789c Send the right moves in response to a PUT request. 2018-11-16 14:30:23 -08:00
Elliot Glaysher
bc1c868e1b Get things compiling, and refactor auth in tests. 2018-11-15 15:27:49 -08:00
Elliot Glaysher
7f64ac3b1f Parse incoming requests and add tests. 2018-11-15 13:43:10 -08:00
Elliot Glaysher
d364463e22 Merge remote-tracking branch 'origin/release-candidate' into lighter-than-eyre 2018-11-13 13:18:30 -08:00
Fang
113f82b6f0
Merge pull request #824 from urbit/vat-q
Add @q, phonetic data representation
2018-11-13 11:07:25 -08:00
Elliot Glaysher
9bb899308d Merge remote-tracking branch 'origin/release-candidate' into lighter-than-eyre 2018-11-09 11:00:00 -08:00
Philip Monk
0db24cf208
clean and add tests 2018-10-31 15:18:40 -07:00
Philip Monk
aaed5b992a
fix dawn tests 2018-10-30 17:05:33 -07:00
Elliot Glaysher
9bd9b06789 I broke this last week, but didn't notice until now. 2018-10-30 10:58:51 -07:00
Joe Bryan
3e09b9b6c5 includes block number and ethereum gateway url in boot event 2018-10-29 15:38:14 -04:00
Joe Bryan
ff0564338c finishes incomplete +test-take-bloq from previous 2018-10-29 15:36:53 -04:00
Joe Bryan
087b6c92b0 pins pre-boot validation eth rpc requests to a single block 2018-10-29 14:02:36 -04:00
Joe Bryan
7269c09771 adds life-mismatch checks to pre-boot validation 2018-10-25 17:39:34 -04:00
Elliot Glaysher
5403983365 Merge remote-tracking branch 'origin/release-candidate' into lighter-than-eyre 2018-10-23 11:23:09 -07:00
Joe Bryan
d9fa9a75c4 refactors |dawn (pre-boot validation)
adds comments, fixes moons, simplifies product type
2018-10-16 23:47:39 -04:00
Joe Bryan
535ab6e90b updates %jael to save and %ames to give domains (on boot/startup)
also defers initial clay merge,
renames +turf (utf8 to utf32) to +taft,
and removes duplicate +turf (domain) declarations,
and updates pinned vere to use them
2018-10-16 21:02:41 -04:00
Elliot Glaysher
9e4bf58b72 Fix tests. 2018-10-10 15:56:18 -07:00
Elliot Glaysher
31613fcca0 First generator build ran. 2018-10-10 15:26:51 -07:00
Elliot Glaysher
e0100a32be Now with a test on the whole dummy-generator path. 2018-10-10 11:51:52 -07:00
Joe Bryan
d5368c22fe simplify %pubs and %vein wires so the ducts can be deduped 2018-10-05 23:25:38 -04:00
Joe Bryan
bb4bc95e97 adds basic %init test for %ames 2018-10-05 20:58:19 -04:00
Joe Bryan
71c57c14f2 removes %jael %init, adds tests for %dawn 2018-10-05 20:56:49 -04:00
Joe Bryan
536bf47095 adds pre-boot ethereum validation (|dawn) and tests 2018-10-05 19:54:06 -04:00
Ted Blackman
b349890fb8 use the clay mime cache for sync; also sort some of clay's ford builds for more determinism 2018-10-04 11:37:42 -07:00
Elliot Glaysher
581888fe46 Fix url parser and add tests. 2018-10-03 14:05:36 -07:00
Elliot Glaysher
7ee9361470 Fix up the tess to agree with reality. 2018-10-03 13:27:20 -07:00
Elliot Glaysher
3048166697 Lower case http header names; it is allowed. 2018-10-01 11:37:30 -07:00
Elliot Glaysher
788b9554a5 Delivers %inbound-requests internally now, but kick: lost the http-response. 2018-10-01 11:24:16 -07:00
Fang
020a8fd96a Add @q, phonetic data representation
It's @p, except never scrambles, and doesn't use -- in large values.
2018-09-27 19:56:36 -07:00
Elliot Glaysher
878de4ebcb check authentication state and pass it to the app 2018-09-27 11:16:59 -07:00
Elliot Glaysher
1a9a85bd45 More complete login flow 2018-09-26 16:18:40 -07:00
Elliot Glaysher
5d5050ad53 Multipart test. 2018-09-24 14:16:15 -07:00
Elliot Glaysher
4d7ed2c834 Send responses. 2018-09-24 11:48:19 -07:00
Elliot Glaysher
e172e601f2 Messages from %l to %g 2018-09-20 16:36:04 -07:00
Elliot Glaysher
36841a5280 Data types, basic tests, and a router. 2018-09-19 16:29:36 -07:00
Elliot Glaysher
db34424de2 Fix +grad case in +make-join, add assertions. 2018-09-13 14:51:12 -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
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
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
Fang
24886d327f Add tests for RLP encoding 2018-09-05 00:52:25 +02: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
Ted Blackman
60fcfc467e fix ford %reef dependency tracking 2018-08-30 16:06:27 -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
8684f58257 minor cleanup 2018-08-29 15:09:51 -07:00
Elliot Glaysher
03ed4dbee5 Rebuild the test support library so its easier and doesn't use entropy. 2018-08-29 14:57:22 -07:00
Ted Blackman
3b4ca6c8a9 +expect-schematic in ford test lib 2018-08-29 14:56:54 -07:00
Elliot Glaysher
73ad9a20a5 11: Move ethereum tests to %tests/sys/zuse 2018-08-29 11:11:41 -07:00