Elliot Glaysher
010ee1e91d
Remove implicit +sell
...
On each wakeup during send in light, we were spending about 7ms inside
+sell. Replace that with an equivalent way of printing an integer to
a tape. We now spend about half a ms on each outbound message.
2019-01-16 15:24:30 -08:00
Elliot Glaysher
49d43ff11b
Fix event queue and add end-to-end test of the channels, including retry logic.
2019-01-16 14:58:07 -08:00
Elliot Glaysher
46a23a970a
Merge remote-tracking branch 'origin/release-candidate' into lighter-than-eyre
2019-01-16 10:21:49 -08:00
Philip Monk
649ad1951e
Merge pull request #1000 from urbit/philip/qol
...
Quality-of-life improvements for %jael
2019-01-15 16:59:15 -08:00
Philip Monk
85d4328613
add ability to restore from snapshot on-demand
2019-01-15 16:33:17 -08:00
Philip Monk
c800cb86be
comment about overriding snapshot
2019-01-15 16:03:01 -08:00
Philip Monk
5b192b7a65
add eth-status scry to get latest block
2019-01-15 15:50:51 -08:00
Isaac Visintainer
2a9db8c76b
let pass-from-eth not return a unit
2019-01-15 15:10:53 -08:00
Isaac Visintainer
ce4b09cd88
move the restore snapshot call
2019-01-15 15:09:50 -08:00
Joe Bryan
5ac3c8b84a
bumps the %ames protocol version number
2019-01-14 21:27:23 -05:00
Joe Bryan
563a1610f8
Merge pull request #992 from urbit/acme-retouch
...
adds exponential backoff and :hall notifications to :acme
2019-01-14 20:36:22 -05:00
Ted Blackman
eaa53bbb14
traverse q.ask to prevent leak
2019-01-14 15:58:50 -08:00
Ted Blackman
85a646de54
existence is questionable
2019-01-14 15:45:01 -08:00
Ted Blackman
3998ae3349
try iterating over the right thing
2019-01-14 15:32:51 -08:00
Isaac Visintainer
eb93f9cc1a
removed some prints
2019-01-14 14:29:04 -08:00
Isaac Visintainer
2b8bdce1ed
prints
2019-01-14 14:04:13 -08:00
ixv
493d5a0ca5
Merge pull request #981 from urbit/silence-eyre
...
remove %eyre auth redirect printfs
2019-01-14 10:11:33 -08:00
Philip Monk
40faa333ce
Merge pull request #989 from urbit/philip/clay-fix
...
use foreign aeon for foreign mark definitions
2019-01-14 00:57:57 -08:00
Philip Monk
ea0f233572
use foreign aeon for foreign mark definitions
2019-01-13 23:46:21 -08:00
Joe Bryan
f6e4977721
adds +vane-sample type, uses for all vane calls
2019-01-13 18:54:47 -05:00
Joe Bryan
452b2c20af
fixes incorrect vane sample in +ruck:vent
2019-01-13 18:52:01 -05:00
Joe Bryan
23cfd828ee
updates %eyre to ignore css %auth redirects
2019-01-11 22:46:39 -05:00
Joe Bryan
24e95d49b5
removes printf from +render-tang in %eyre
2019-01-11 22:46:02 -05:00
Ted Blackman
4ee150a425
take list of stars to mine a comet ( #980 )
2019-01-11 18:31:48 -08:00
Anthony Arroyo
edeefcf04c
Merge pull request #977 from urbit/ren-cen-zen
...
% means path-to-render in renderers
2019-01-11 18:03:52 -08:00
Elliot Glaysher
8c72d2594e
Get basic client side event acknowledging working.
2019-01-11 15:18:53 -08:00
Joe Bryan
26d3fb4370
updates %ames to scry for +deed at the latest known +life
2019-01-11 17:58:26 -05:00
Joe Bryan
140fa09ad6
renames %ames scrys for clarity
2019-01-11 17:58:21 -05:00
Elliot Glaysher
3dd4dde8ec
Don't use ~(nap to ...). I must be using it wrong; it produces wrong answer sometimes.
2019-01-11 14:15:17 -08:00
Ted Blackman
9c49916938
% means path-to-render in renderers
2019-01-11 14:06:23 -08:00
Joe Bryan
cf0ce08f01
removes +life from %bond +meal (to fix nacks)
2019-01-11 16:55:27 -05:00
Elliot Glaysher
f6f9c46dca
Timer demo works again, but now based on subscriptions.
...
- Resubscribes because Gall currently breaks connections after 20
messages on a subscription.
- Fixes cleanup of connections, so we don't constantly leak closed
connections into set of open connections, leading to spam cleanup
on restart of your urbit.
2019-01-10 16:35:09 -08:00
Philip Monk
54b1fb9dfb
Merge pull request #973 from urbit/philip/mainnet-fixes
...
Reduce ++hard usage in jael for speed
2019-01-10 16:26:17 -08:00
Philip Monk
be296f6897
skip json-rpc-response mark
2019-01-10 16:17:03 -08:00
Philip Monk
ba9bf4f031
reduce ++hard usage in jael for speed
2019-01-10 15:49:37 -08:00
benjamin-tlon
bf78d3a343
Type Printer Integration ( #970 )
...
Moved plum/plume/xray/pprint into the kernel, made it accessible from the dojo, and did a bit of cleanup.
2019-01-10 15:29:58 -08:00
Joe Bryan
9873cd77cf
adds explicit types to the sample of +uno:by
2019-01-10 02:33:40 -05:00
Elliot Glaysher
412a182c3e
First attempt at retargetting the %server demo onto %light channels.
...
This currently has a bunch of issues around canceling the channel, but
we have a minimal demo which is able to use Gall subscriptions from the
webpage over an EventSource.
2019-01-09 15:43:43 -08:00
Joe Bryan
177a48e2d0
Merge pull request #965 from urbit/murmug
...
switch +mug hash from FNV to Murmur3
2019-01-09 01:47:49 -05:00
Joe Bryan
d318b2cfcf
renames +vor to +mor, comments noun-order gates
2019-01-08 22:37:28 -05:00
Joe Bryan
1d2f2ff36a
switch +mug to murmur3
2019-01-08 22:07:01 -05:00
Joe Bryan
7f1168aa84
Revert "stage parallel noun-orders, map engine, and compiler"
...
This reverts commit 52db016fdc
.
2019-01-08 22:06:46 -05:00
Joe Bryan
e71afba77d
Revert "use +mur in place of +mug"
...
This reverts commit 5b4ab145cc
.
2019-01-08 22:05:14 -05:00
Joe Bryan
b321486b51
Revert "adds arvo interface nock printfs"
...
This reverts commit 03800814dc
.
2019-01-08 22:04:48 -05:00
Joe Bryan
5f676ac276
Revert "comments out failing cast in %eyre"
...
This reverts commit a6716b2bc6
.
2019-01-08 22:04:12 -05:00
Joe Bryan
fe643204f7
corrects axes in arvo interface comments
2019-01-08 20:15:41 -05:00
Joe Bryan
a6716b2bc6
comments out failing cast in %eyre
2019-01-08 18:10:40 -05:00
Joe Bryan
03800814dc
adds arvo interface nock printfs
2019-01-08 18:10:40 -05:00
Joe Bryan
ec7cc5a581
removes +lor
2019-01-08 18:10:40 -05:00
Joe Bryan
d0aaea8df5
removes +hor
2019-01-08 18:10:40 -05:00