Ted Blackman
fe1f6d895a
/gen/show-vat.hoon
2021-06-28 19:07:29 -04:00
Ted Blackman
c4228db2ea
desk.bill: remove comment for jenky bijection
2021-06-28 18:49:27 -04:00
Ted Blackman
5ea9913561
/mar/bill: fix formatting
2021-06-28 18:46:14 -04:00
Ted Blackman
9c4ea77021
desk.bill and %bill mark
2021-06-28 17:54:41 -04:00
Ted Blackman
87b7f0513e
added /sys.kelvin and %kelvin mark
2021-06-28 17:07:13 -04:00
Logan Allen
d5ec02c801
eyre: cast within zapgar to avoid nest check
2021-06-28 17:07:13 -04:00
Philip Monk
87ca57c364
gall: allow apps to run from any desk
...
Start with |start %desk %app-name
Everywhere in the kernel that we deal with marks, we infer the app it's
connected to and use the marks from that desk.
Also some light renaming in gall, especially path->wire and
current-agent->yoke.
Subsequent tasks:
- Dojo needs a syntax to run generators and threads from other desks
- The home desk should be split into at least a minimal base desk and
big "userspace" desk. Dill's initialization logic should be updated
to handle
- |show-package, |install, and |uninstall should to be written
- Clay should have smarter handling of system versions instead of just
ignoring what's on each desk. It's not clear that this will work
correctly when sys updates right now.
2021-06-18 16:13:55 -10:00
janeway
7ac718a2c7
glob: update to 0v1.9p61c.bd4vn.deevh.0ldbq.fkqo3
2021-06-17 17:49:55 -07:00
ixv
fd663e0d2b
Merge branch 'ixv/btc-filter'
2021-06-17 17:40:20 -07:00
ixv
f7e0849f40
Merge remote-tracking branch 'pkova/release/next-userspace'
2021-06-17 17:39:29 -07:00
ixv
ec8ca6f0cf
btc: style nits, and fix watch-ack handling
2021-06-17 15:53:12 -07:00
ixv
0fe385df1f
btc: don't use blockfilter if gap > 50; resubscribe on kick
2021-06-17 03:33:22 -07:00
gregorytoprak
b84ef07f07
npm: fix compatibility with create-urbit-app
...
The version of babel/webpack/everything bundled with CRA is limited
in its ES features. Reducing to ES2017 let it work by default.
2021-06-16 17:24:40 -04:00
gregorytoprak
455a15b5f7
npm: build ts -> js files before publishing
...
Previously published @urbit/api and @urbit/http-api npm packages
only had the .ts files, which would require building by hand.
2021-06-16 17:16:15 -04:00
pkova
54f889334a
btc: decrease card width based on window.innerWidth
2021-06-16 17:58:24 +03:00
pkova
f860efee6c
btc: match bridgeInvoice.js sending button style to invoice.js
2021-06-16 17:58:24 +03:00
pkova
8495894c7b
btc: fix button rendering on safari
2021-06-16 17:58:24 +03:00
pkova
6faa7a0f0c
btc: fix safari bitcoin address copy to clipboard
...
Using navigator.clipboard instead of document.execCommand('copy') works
in safari as well.
2021-06-16 17:58:24 +03:00
janeway
f4119de553
glob: update to 0v2.23tfu.ss2fb.q233c.p9er4.viq93
2021-06-16 18:38:50 +10:00
Liam Fitzgerald
2e457cec21
dm-hook: address L review
2021-06-16 13:08:33 +10:00
Liam Fitzgerald
2d2764fa53
dm-hook: fix updating pendings
2021-06-16 12:46:47 +10:00
matildepark
5d55b1ee7b
Merge pull request #5017 from urbit/mp/landscape/group-link-full
...
interface/GroupLink: set full-width click area
2021-06-15 20:11:51 -05:00
Liam Fitzgerald
f5ed1a4bfe
CalmEngine: deps list
2021-06-16 10:15:57 +10:00
Liam Fitzgerald
520da1ed71
CalmEngine: do not wait for success
2021-06-16 08:38:59 +10:00
Liam Fitzgerald
5ba7a2fe52
FormikOnBlur: update form on initialValues change
2021-06-16 08:34:01 +10:00
Matilde Park
0cfa7a2d50
interface/GroupLink: set full-width click area
...
"fit-content" limits the clickable space for the group link, so we just
tell the row to expand to its parent.
Fixes urbit/landscape#978
2021-06-15 13:18:26 -05:00
L
617b97b450
Merge pull request #5013 from urbit/lf/failed-glob
...
ted/glob: add exponential retry
2021-06-15 13:08:32 -05:00
L
92a9ba5ba4
Merge pull request #5015 from urbit/lf/fix-backlog
...
graph-store: fix siblings scry
2021-06-15 13:08:12 -05:00
matildepark
1c8d9cfd6b
Merge pull request #4993 from urbit/james/new-group-nondigit
...
groups: prevents group names starting with digits
2021-06-15 11:57:53 -05:00
James Acklin
dc3ef500f3
groups: allow only letters or emoji in names
...
fixes urbit/landscape#906
2021-06-15 08:51:06 -04:00
janeway
337dac99c8
glob: update to 0v6.e3j9o.e928h.ivsmp.cfkd5.qr44b
2021-06-15 13:55:22 +10:00
Liam Fitzgerald
e236e6b3e6
graph-store: fix siblings scry
2021-06-15 13:18:31 +10:00
L
ff702a8cb1
Merge pull request #5011 from urbit/la/spider-hints
2021-06-14 17:29:51 -05:00
Liam Fitzgerald
9cbc218731
ted/glob: add exponential retry
...
Fixes urbit/urbit#4958
2021-06-15 07:58:02 +10:00
Logan Allen
f256470a4c
spider: add profiling hints so we can see how slow it is
2021-06-14 16:16:10 -05:00
matildepark
5241efbfa8
Merge pull request #4995 from urbit/james/shipname-titles
...
interface: consistent titles for mentions, authors with nicknames
2021-06-14 15:57:15 -05:00
James Acklin
d7d3c15ccc
groups: fix name validation regex
...
fixes urbit/landscape#906
2021-06-14 16:28:19 -04:00
Matilde Park
7751ffc54b
landscape: add fallback to getFeedPath
...
Fixes urbit/landscape#961
2021-06-14 14:44:09 -05:00
Matilde Park
d52847c492
landscape: loosen owner check in popover
...
Fixes urbit/landscape#960
2021-06-14 13:50:19 -05:00
matildepark
014707622f
Merge pull request #4994 from urbit/james/timestamp-wrapping
...
chat: never wrap timestamps
2021-06-14 13:45:28 -05:00
ixv
690971c9a9
btc: fix b158 test
2021-06-11 17:42:37 -07:00
ixv
fbbda57552
btc: use blockfilter when requesting address info
2021-06-11 16:10:56 -07:00
fang
179046c92e
Merge pull request #5004 from finned-palmer/fix-chat-cli-mispelling
...
Fix mispelling in chat-cli help message
2021-06-11 23:26:09 +02:00
Patrick O'Sullivan
2351fc08cb
Fix mispelling in chat-cli help message
2021-06-11 16:23:05 -05:00
L
9f80639063
Merge pull request #5002 from urbit/lf/dm-ordering
...
SidebarList: fix sorting
2021-06-11 13:14:07 -05:00
L
1eb4f53800
Merge pull request #4997 from urbit/lf/more-parse
2021-06-10 22:36:24 -05:00
L
d236c45365
Merge pull request #5001 from urbit/la/fast-hgh
2021-06-10 22:25:35 -05:00
Liam Fitzgerald
96daff6b7f
Merge pull request #4936 from urbit/lf/read-graph-group
...
hark: read all in group, graph
2021-06-11 09:47:10 +10:00
Liam Fitzgerald
e0f215a2b3
Merge pull request #4992 from finned-palmer/bugfix/fix-profile-status-update-in-mention
...
interface: pass api object to Mention component
2021-06-11 09:46:28 +10:00
Liam Fitzgerald
4a820afc24
Merge pull request #4990 from urbit/lf/fix-shortcuts
...
SidebarList: fix shortcuts
2021-06-11 09:46:04 +10:00