Commit Graph

17218 Commits

Author SHA1 Message Date
benjamin-tlon
544fa42f65
Merge pull request #2121 from urbit/kh/better-progress-bar
Better Progress Bars
2019-12-19 10:22:56 -08:00
Benjamin Summers
44d477dff8 Hacked terminal-progress-bar to use RIO.logSticky for better interaction with log output. 2019-12-19 10:21:23 -08:00
Benjamin Summers
ef6d0cc189 Vendored terminal-progress-bar. 2019-12-19 09:40:21 -08:00
Jared Tobin
ee0de1a657
Merge branch 'm/clay-u' (#2119)
* origin/m/clay-u:
  clay: implement %u care

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-12-19 14:09:52 -03:30
Benjamin Summers
5b931657c8 Merge branch 'master' of github.com:urbit/urbit into king-haskell 2019-12-19 08:14:49 -08:00
benjamin-tlon
fcae7e6587
Build Linux static executables. (#2120) 2019-12-19 08:11:59 -08:00
Jared Tobin
eee651042c
Merge branch 'm/eth-sending' (#2094)
* origin/m/eth-sending:
  eth-sender: do proper nonce reading
  zuse: implement eth rlp decoding
  zuse: correctly encode leading zeroes in rlp data
  zuse: lightly restructure encode:rlp:ethereum
  static gall: update send-txs
  ethio: implement +request-batch-rpc-loose

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-12-19 11:20:06 -03:30
Benjamin Summers
4d3fc857ff Does this fix the OSX release builds? 2019-12-19 06:20:23 -08:00
Benjamin Summers
849410e1fe Update tests. 2019-12-19 06:13:20 -08:00
Benjamin Summers
ce193616b4 Hack: king new does not run a ship: some weird behavior there. 2019-12-19 06:06:30 -08:00
Benjamin Summers
e0bf6943c9 Make sure that terminal connections are closed properly on disconnects. 2019-12-19 05:16:52 -08:00
Benjamin Summers
8aa15e3b5c Use ping thread to keep websocket connection alive. 2019-12-19 04:43:40 -08:00
Jared Tobin
5591987eac
meta: update .mailmap [ci skip] 2019-12-19 08:49:40 -03:30
Benjamin Summers
3cc952824e king bug validate-event uses progress bar. 2019-12-19 04:02:06 -08:00
Benjamin Summers
18ad1d137c Enable NounServ logging, terminal logs to ~/.urbit/king.log 2019-12-19 03:32:56 -08:00
Benjamin Summers
152fb5c5f4 AGPL -> MIT 2019-12-19 03:08:19 -08:00
Benjamin Summers
72f21fad05 Fix stack ghci proto. 2019-12-19 03:02:19 -08:00
Benjamin Summers
92635d8788 Show instance for Galaxy uses @p formatting. 2019-12-19 02:18:12 -08:00
Benjamin Summers
e78743cf1c Merge branch 'king-haskell' of github.com:urbit/urbit into king-haskell 2019-12-19 01:43:06 -08:00
Benjamin Summers
8c6a1ed651 Fix flipped terminal height/width. 2019-12-19 01:43:01 -08:00
Benjamin Summers
f77840c81b re-enable king<->serf logs 2019-12-19 01:42:49 -08:00
benjamin-tlon
e6180b3004
Merge pull request #2111 from urbit/kh-version
Update version numbers to use the v0.10.1 pill.
2019-12-19 01:33:36 -08:00
Fang
3808f02287
clay: implement %u care
Previously, it would always produce ~, regardless of the path asked
about.

Now, it produces a loobean, based on whether or not a file exists at the
specified path.
2019-12-18 21:02:38 +01:00
Jared Tobin
9b0582323c
Merge branch 'philip/eth-watcher' (#2113)
* philip/eth-watcher:
  ph: fix tests by spamming blocks regularly
  gaze: reflect changes to eth-watcher
  ames: better printfs
  jael: only advance lifes
  jael: stop ship-to-ship
  jael: add "eager" mode to avoid hitting nodes as much
  jael: properly store ship sources
  gen: add +azimuth-sources
  jael: re-enable ship-to-ship communication
  eth-watcher: actually stop pending thread when restarting

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-12-18 12:13:27 -03:30
Philip Monk
1a7658bd91
ph: fix tests by spamming blocks regularly 2019-12-18 11:53:36 -03:30
Philip Monk
de2d0f3014
gaze: reflect changes to eth-watcher 2019-12-18 11:38:56 -03:30
Philip Monk
0e876b3cd4
ames: better printfs 2019-12-18 11:31:17 -03:30
Philip Monk
3d30b3b73c
jael: only advance lifes
This matches the semantics of rifts and makes it more forgiving of
misordered updates.
2019-12-18 11:31:14 -03:30
Philip Monk
16d98e5eda
jael: stop ship-to-ship 2019-12-18 11:19:41 -03:30
Philip Monk
18c3e7253b
jael: add "eager" mode to avoid hitting nodes as much 2019-12-18 10:58:00 -03:30
Philip Monk
15bd35301e
jael: properly store ship sources 2019-12-18 10:42:57 -03:30
Philip Monk
7706ed6a0c
gen: add +azimuth-sources 2019-12-18 10:41:39 -03:30
Jared Tobin
52ccee369a
Merge branch 'bh/image-pills' (#2118)
* origin/bh/image-pills:
  build: allow baking multiple pills into docker images

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-12-18 10:09:23 -03:30
Jared Tobin
0fadd88986
contributing: use alternative rebase tutorial [ci skip] 2019-12-18 08:29:22 -03:30
Brendan Hay
122e01b13d
build: allow baking multiple pills into docker images
By baking (potentially) multiple pills into an image, we can provide
mainnet vs ropsten images. It is still up to the operator to pass
along the pill path(s) to the entrypoint. For example, using Docker:

docker run --tty urbit -B /share/brass.pill -J /share/ivory.pill ...

The main .image attribute still uses only the solid pill, and image-ropsten
has been provided with brass and ivory pills.

Additionally herb has been added to the image for convenience.
2019-12-18 12:02:18 +01:00
Jared Tobin
38eefb30cb
Merge branch 'bh/image-cleanup' (#2102)
* origin/bh/image-cleanup:
  build: trimming unnecessary image configuration

Signed-off-by: Jared Tobin <jared@tlon.io>
2019-12-18 05:54:44 -03:30
Philip Monk
666645cee5
Merge pull request #2115 from urbit/philip/ames-ordered-boons
ames: handle misordered crashing boons
2019-12-17 23:27:42 -08:00
Matilde Park
e2cfcafc92 chat: validate chat names
Add a regex check for non-lowercase, non-slash, non-hyphen characters,
or numerals, and a quick check for starts-with-slashes, double-slashes,
to a boolean before creating a chat at that path.
2019-12-18 00:53:18 -05:00
Ted Blackman
9fb37543ec ford: clear build results on +load 2019-12-18 00:25:27 -05:00
Philip Monk
7ca3d9624e
ames: handle misordered crashing boons
Two bugs fixed here: first, if the %done reentrancy triggered another
%boon, that wasn't getting translated to a %lost, even though it could
have been the reason the event crashed in the first place.

Second, the %done reentrancy needs to happen after we emit our move, so
that we don't invert the order of the %boon's we produce.
2019-12-17 20:58:30 -08:00
Philip Monk
e5ac690fd3
jael: re-enable ship-to-ship communication
Also fix bug in eth-watcher that didn't cancel outstanding threads when
config changes.

And set default rift for ourselves to 0.
2019-12-17 16:14:07 -08:00
Philip Monk
e88f91f3b2
eth-watcher: actually stop pending thread when restarting 2019-12-17 16:14:02 -08:00
Philip Monk
a64e516fc5
Merge pull request #2098 from urbit/philip/eyre-quiet
eyre: turn sigpam into flog
2019-12-17 15:54:16 -08:00
Joe Bryan
a87daabf77
Merge pull request #2096 from urbit/malloc-consistency
vere: dynamic allocation cleanup
2019-12-17 12:58:35 -08:00
Elliot Glaysher
105de96e46 Update version numbers to use the v0.10.1 pill. 2019-12-17 11:05:18 -08:00
Benjamin Summers
a920e71aca External terminals working well now (Lots more janky cherry picking from king-daemon branch) 2019-12-17 10:06:20 -08:00
Benjamin Summers
c579335288 Hacky code to get king con to connect to King API server. 2019-12-17 08:55:10 -08:00
Benjamin Summers
caa3d7f33c Pulled in and integrated a commit from my king-daemon branch. 2019-12-17 06:31:50 -08:00
Benjamin Summers
154fc5f849 Never run a local terminal. 2019-12-17 03:29:58 -08:00
Benjamin Summers
dbe174d522 Updated tests to new Ames events. 2019-12-17 02:14:34 -08:00