fang
5a334edfef
Merge pull request #5294 from urbit/m/shoe-scry
...
shoe: allow scrying into the underlying shoe app
2021-12-08 13:14:22 +01:00
fang
35e820bfe6
Merge branch 'next/arvo' into m/shoe-scry
2021-12-08 13:13:54 +01:00
Philip Monk
5c20b63a5a
Merge pull request #5412 from urbit/jb/safer-dojo
...
dojo: improve safety of mark conversion
2021-12-07 20:20:53 -08:00
Philip Monk
82372be48b
Merge pull request #5427 from ynx0/hoon-lf-fix
...
meta: enforce LF line endings for hoon files
2021-12-07 20:11:24 -08:00
Philip Monk
7583d33cf1
Merge pull request #5436 from urbit/m/claz-lockup-txs
...
claz: better linear lockup ops support
2021-12-07 18:41:55 -08:00
fang
1cb2b56f55
Merge pull request #5466 from urbit/m/nucliptic
...
azimuth: update ecliptic address
2021-12-02 21:47:52 +01:00
fang
2c71a5d79d
azimuth: update ecliptic address
...
To account for the recent upgrade.
2021-12-02 21:45:39 +01:00
fang
b67830e800
Merge pull request #5457 from h5gq3/patch-1
...
zuse: allow " in xml text nodes during parsing
2021-12-02 12:15:11 +01:00
h5gq3
c742b58426
improve de-xml parser
...
de-xml parser fails when xml content node contains doublequotes (`doq` rule), this PR proposes to remove this restriction as high-level javascript APIs that operate on DOM don't entitize/encode doublequotes by default.
2021-11-28 12:34:10 +02:00
Yaseen
a23e185efd
meta: enforce LF newlines for all hoon and hoon related files
2021-11-25 10:58:21 -05:00
fang
14bfcc0288
claz: add upgrade poll support
2021-11-25 11:56:42 +01:00
Philip Monk
06e5c59635
vere: bump version to 1.8
2021-11-19 18:41:32 -08:00
Philip Monk
1c26ef6fe9
urbit-king: bump zuse to 419
2021-11-19 18:33:58 -08:00
Philip Monk
1966209335
Merge remote-tracking branch 'origin/master' into next/vere
2021-11-19 18:32:27 -08:00
Joe Bryan
6394fd556c
Merge pull request #5437 from urbit/jb/bhk
...
u3: backup checkpoint on save (if no backup exists)
2021-11-19 11:58:06 -08:00
Joe Bryan
2571ed3f0b
u3: backup checkpoint on save (if no backup exists)
2021-11-18 14:54:15 -05:00
fang
0a5bcf7464
claz: interleave transfer proxy & deposit txs
...
Dumb hack, but very nice for multi-tx batches.
2021-11-18 17:48:23 +01:00
fang
130761039d
claz: include linear release txs
2021-11-18 17:46:53 +01:00
jose
28cc660998
Merge pull request #5435 from urbit/philip/hotfix
...
azimuth: stop processing state in %watch
2021-11-17 20:14:39 +01:00
Philip Monk
ff63ffd1aa
azimuth: stop processing state in %watch
...
Also reprocess state in +on-load for ships which currently have
unprocessed state.
2021-11-17 10:22:27 -08:00
Philip Monk
45a8d12c35
Merge remote-tracking branch 'origin/philip/hotfix' into philip/hotfix
2021-11-17 10:00:49 -08:00
yosoyubik
9430c666d2
azimuth: update state on-watch
2021-11-17 12:40:06 +01:00
Philip Monk
a58db10b94
azimuth: don't crash if timer failed
2021-11-16 21:09:10 -08:00
Philip Monk
775dd72072
pill: update
2021-11-16 20:20:27 -08:00
Philip Monk
4b328a4fa7
azimuth: make +run-logs tail-recursive
...
Also kick the call to +mule out of the loop. By uncommenting the
diagnostics in u3m_fall, I measured that running through the 290k events
the azimuth snapshot required this much memory:
Head recursive, +mule in: 1.1GB
Head recursive, +mule out: 780MB
Tail recursive, +mule in: 700MB
Tail recursive, +mule out: 70MB
So this commit chooses the last one. The most delicate part is making
sure the effects are the right order; this uses the usual idiom.
Kicking +mule out of the loop is okay because lib/naive should never
fail, and if it does then azimuth shouldn't advance until an out-of-band
solution is decided.
Addresses #5431
2021-11-16 20:03:20 -08:00
Philip Monk
78fe24f7e1
tmp: remove jamfiles
2021-11-16 15:53:55 -08:00
Philip Monk
82c41c942c
pill: update
2021-11-16 15:24:06 -08:00
Philip Monk
fae27385ff
eth-watcher: remove printfs
2021-11-16 14:47:17 -08:00
Philip Monk
a1f301378c
Merge remote-tracking branch 'origin/master' into philip/roller
2021-11-16 14:03:36 -08:00
Philip Monk
a2a89d3532
Merge remote-tracking branch 'origin/next/arvo' into philip/roller
2021-11-16 13:58:57 -08:00
Philip Monk
4656372b09
Merge pull request #5426 from ynx0/claybel
...
clay: support labels
2021-11-15 08:49:31 -08:00
Yaseen
c080eb8336
fix comment styling
2021-11-15 09:07:24 -05:00
Yaseen
ae7cf81c29
clay: keep info in stacktrace when labeling fails
...
Co-authored-by: Philip Monk <phil@pcmonk.me>
2021-11-15 05:32:59 -05:00
yosoyubik
0d592f67d1
Merge remote-tracking branch 'origin/philip/roller' into naive/roller
2021-11-15 05:48:57 +01:00
yosoyubik
a8ccf5c32e
roller-rpc: fix typo
2021-11-15 05:44:52 +01:00
Yaseen
70a85ccdb0
remove unnecessary comments
2021-11-14 20:41:30 -05:00
Yaseen
17751e7890
clay: enforce referential transparency on labels
2021-11-14 16:49:17 -05:00
Philip Monk
eae479f829
Merge remote-tracking branch 'origin/master' into philip/latter
2021-11-12 20:50:04 -08:00
Philip Monk
95a8504763
Merge pull request #5423 from urbit/release/next-sys
...
various: release/next-sys -> next/arvo
2021-11-12 20:11:17 -08:00
Philip Monk
541607c6dc
Merge pull request #5422 from ynx0/remove-base-bill
...
Remove outdated `desk.bill` from base-dev
2021-11-12 20:10:21 -08:00
Philip Monk
f20cb399f8
Merge remote-tracking branch 'origin/master' into next/arvo
2021-11-12 20:08:06 -08:00
Liam Fitzgerald
3f8809a601
grid: update docket
2021-11-12 22:34:38 -05:00
Liam Fitzgerald
e92ad33988
grid: fix redirect logic
2021-11-12 22:20:47 -05:00
fang
aee4272cee
Merge pull request #5418 from rabsef-bicrym/patch-1
...
Add -G to Available Argument List
2021-11-13 01:51:47 +01:00
Philip Monk
c0200336c9
Merge remote-tracking branch 'origin/lf/fix-hardcoding' into philip/hotfix
2021-11-12 16:43:40 -08:00
Liam Fitzgerald
48f56835a4
grid: address hunter review
2021-11-12 19:24:03 -05:00
fang
b9b1fbfb1a
Merge pull request #5310 from urbit/m/acme-base
...
acme: load custom cert from base desk, not home
2021-11-13 00:44:14 +01:00
Liam Fitzgerald
8bc89caf7a
grid: copy update
2021-11-12 18:23:11 -05:00
Liam Fitzgerald
41bb5ec2b3
grid: show disabled screen during upgrade
2021-11-12 18:19:44 -05:00
Liam Fitzgerald
0a2076d0b2
grid: add disabled props to components
2021-11-12 18:19:02 -05:00