drbeefsupreme
2ba36f97ac
naive: l2 csv remove space from line >80 char
2022-04-06 12:16:57 -04:00
drbeefsupreme
e70b036e07
naive: l2 csv correct tx-data initialization
...
it seemed to work correctly before, but this makes it more clear that
we're doing the right thing
2022-04-06 12:10:00 -04:00
drbeefsupreme
fe9481d9b9
naive: l2 csv remove wip comment
...
it's done better now
2022-04-06 11:58:21 -04:00
drbeefsupreme
d38d8ab371
naive: remove name collision for block
...
the face block was being used for both blocknums and [blocknum
block-dat], this makes all blocknums called blocknum instead
2022-04-06 11:55:20 -04:00
drbeefsupreme
a4250cbac0
naive: l2 csv error handling for child threads
...
use +mean instead of just a bare ~|
2022-04-06 11:50:44 -04:00
drbeefsupreme
76b195e4ce
naive: l2 csv style changes
...
no semantic differences
2022-04-06 11:44:28 -04:00
drbeefsupreme
77573850aa
Merge branch 'jon/thread-marks' into jon/l2-csv
2022-04-06 11:39:03 -04:00
drbeefsupreme
098f0b9535
strandio: fix +await-thread %thread-fail handling
...
we need to use ;; instead of !< since the %thread-fail mark just returns
a raw noun
2022-04-06 11:34:25 -04:00
Hunter Miller
fc347ff0a4
Merge pull request #5693 from urbit/hm/fix-browser-settings-clearing
...
grid: browser setting and notification prefs cleanup
2022-04-06 10:15:51 -05:00
~datnut-pollen
a7005dcddb
naive: l2 csv apply ~wicdev's style suggestions
...
Co-authored-by: Philip Monk <phil@pcmonk.me>
2022-04-06 10:51:07 -04:00
fang
51d252be24
ph: include missing library function
2022-04-06 16:44:08 +02:00
drbeefsupreme
a44781f47b
strandio: fix +await-thread %thread-fail handling
...
we need to use ;; instead of !< since the %thread-fail mark just returns
a raw noun
2022-04-06 10:42:21 -04:00
David Farrell
4f1ebe8416
interface: remove share profile chat button
...
Removes the "Share private profile?" text and button that appear
at the top of the chat window when the ship has not opted in to sharing
their profile.
fixes urbit/landscape#1195
2022-04-06 09:51:50 -04:00
fang
9bbf6dfad0
aqua: disable cache loading for real ships for now
...
It breaks some of the azimuth-related tests in a seemingly inconsistent
way, and I cannot find a way to make it work.
2022-04-06 14:52:21 +02:00
fang
fa1a04ea6e
aqua: support using real moons
...
Only "shortmoons" though, due to some ames lane size limitation which
makes encoding longer ships difficult.
Notably the -ph-moon-az test does not pass, the moon cannot talk to a
non-sponsor galaxy.
2022-04-06 14:51:02 +02:00
Philip Monk
4131821b4f
clay: unify all trie implementations
...
We had trie operations independently implemented in +de in arvo,
+an:cloy in zuse, +zu in clay, lib/trie, and app/spider. This unifies
them all into +de in arvo, aggregating the used operations.
2022-04-06 00:19:38 -07:00
Philip Monk
0f6f2d6321
clay: bump kelvin, refactor
2022-04-06 00:18:23 -07:00
Philip Monk
90a2625016
clay: style
2022-04-05 20:30:52 -07:00
Hunter Miller
c35f6f19e6
notifications: refining language, dnd prevents badge and browser notify, still get hark state
2022-04-05 19:21:44 -05:00
Hunter Miller
f246cbf32a
lock: fixing sizing
2022-04-05 19:20:20 -05:00
Hunter Miller
45b5100601
dialog: fixing weird white flash from brave on window unfocus
2022-04-05 19:19:58 -05:00
Hunter Miller
f085c37ecc
browser-settings: making types more robust and fixing setting clearing bug
2022-04-05 18:29:29 -05:00
fang
14f518ef4a
ph: clarify comment in moon test
2022-04-05 23:05:07 +02:00
Joe Bryan
7cff021795
Merge pull request #5692 from urbit/jb/upgrade-build
...
build: fix, upgrade dependencies
2022-04-05 12:43:04 -04:00
Joe Bryan
4aa7745630
build: remove herb from pill builders
2022-04-05 12:41:50 -04:00
Joe Bryan
98d202d44b
test: remove herb from test suite
2022-04-05 12:27:11 -04:00
Patrick O'Sullivan
1d7b5d648a
grid: Move browser not. toggle into notification tab, remove dnd
2022-04-05 09:44:28 -05:00
Joe Bryan
216d63a910
build: update github actions triggers
2022-04-04 20:00:16 -04:00
Joe Bryan
77634b14f7
build: remove debug symbols from macos release
2022-04-04 19:59:58 -04:00
Joe Bryan
212ff3a2f9
urcrypt: use new secp api for schnorr signatures
2022-04-04 19:58:22 -04:00
Joe Bryan
35662d47dd
build: upgrade secp256k1 for mingw
2022-04-04 19:57:58 -04:00
Joe Bryan
442c18ee5b
build: upgrade nixpkgs
2022-04-04 19:57:52 -04:00
Patrick O'Sullivan
0f3ba4f296
grid: Remove unnecessary space, comma from interface settings
2022-04-04 13:33:49 -05:00
Patrick O'Sullivan
ed9b58c3f9
Update copy for browsers that can't register protocols
2022-04-04 13:32:14 -05:00
Hunter Miller
116b0c540a
Merge pull request #5691 from urbit/lf/object-fit
...
interface: use object-fit:cover
2022-04-04 12:30:26 -05:00
Liam Fitzgerald
0eb1295f7b
interface: use object-fit:cover
...
This aligns image embeds with the wishes of the design team, by zooming
and cropping the image to fill the entire container
2022-04-04 12:24:23 -05:00
lukechampine
8399b7b96c
ames: add resend timer for attestation requests
2022-04-04 00:19:55 -04:00
lukechampine
2f7a5964b3
tests: add message flow tests for comets
2022-04-02 22:38:59 -04:00
Philip Monk
73180a0d94
Merge pull request #5670 from urbit/jon/thread-marks
...
spider: fix child threads
2022-04-01 16:48:15 -07:00
Patrick O'Sullivan
f484ce6da6
grid: fix sort order in notifications
2022-04-01 17:29:27 -05:00
Patrick O'Sullivan
a6e196a0fd
groups: fix sort order in notifications
2022-04-01 17:18:32 -05:00
Patrick O'Sullivan
f194d863c6
Merge pull request #5688 from urbit/po/fix-url-wrapping-in-notes
...
groups: fix issue with wrapping urls in notes
2022-04-01 15:02:37 -05:00
Patrick O'Sullivan
c650d1d477
groups: fix issue with wrapping urls in notes
2022-04-01 14:23:23 -05:00
Hunter Miller
c3b491ddb0
groups-pane: refining loading strategy to be more efficient
2022-04-01 12:18:43 -05:00
Hunter Miller
65e05fbf25
api: turn off verbose
2022-03-31 17:26:06 -05:00
Hunter Miller
51c65247fc
Merge pull request #5686 from urbit/lf/fix-reconnects-three-point-oh-you-cannot-redo
...
interface: fix reconnect bugs
2022-03-31 17:24:15 -05:00
fang
69c3976460
aqua: remove todo list note
...
Was committed accidentally.
2022-03-31 23:39:20 +02:00
Liam Fitzgerald
185ee5f661
interface: fix reconnect logic
2022-03-31 14:55:03 -06:00
Liam Fitzgerald
66536bebcd
@urbit/api: do not reconnect if there is a FatalError
2022-03-31 14:52:18 -06:00
Patrick O'Sullivan
e3f2250b02
grid: remove debug statement
2022-03-31 15:24:18 -05:00