finned-palmer
764438b248
Show wallet scan progress
2021-07-10 14:17:52 -05:00
finned-palmer
e35eb52033
Add sig to valid patp in send component
2021-07-10 09:44:18 -05:00
finned-palmer
6bc8d247bd
Map dollar sign to USD
2021-07-10 08:27:49 -05:00
finned-palmer
031d9d5a7d
Fix destructured param in checkTicket
2021-07-10 07:21:52 -05:00
ixv
9883f09a34
gall: no-op instead of sending %huck in +mo-clear-queue
2021-07-09 12:12:48 -07:00
matildepark
1bf852fe91
Merge pull request #5092 from urbit/lf/no-wipe-input
...
CommentInput: stop recreating input
2021-07-09 14:28:16 -04:00
Liam Fitzgerald
e91a1b09f7
CommentInput: stop recreating input
2021-07-09 16:24:59 +10:00
Liam Fitzgerald
16d9a0f35b
metadata-store: upgrade to mark v2
2021-07-09 14:17:00 +10:00
raghu
ad96d47cdc
better formatting in error messages
2021-07-08 22:29:06 -04:00
Liam Fitzgerald
0eb89a5715
interface: use md-store %edit instead of %add
2021-07-09 12:19:11 +10:00
Liam Fitzgerald
85a61ca1c5
@urbit/api: add %edit for metadata-store
2021-07-09 12:19:11 +10:00
Liam Fitzgerald
046d2db442
metadata-store: support %edit action
2021-07-09 12:19:03 +10:00
raghu
bba6fc38f5
update help text
2021-07-08 22:17:34 -04:00
Liam Fitzgerald
e378673552
metadata-store: add %edit action
2021-07-09 12:14:06 +10:00
Logan Allen
177cae936d
graph api npm: updated endpoints
2021-07-08 18:26:25 -05:00
Jōshin
efd123bfc7
Merge pull request #5086 from urbit/jo/chdir
...
vere: have king chdir to pier directory on boot
2021-07-08 08:13:35 -07:00
Jōshin
6ff58f41a3
vere: strdup dir_c
2021-07-08 14:01:13 +00:00
Jōshin
e3eaf0499e
vere: have king chdir to pier directory on boot
...
The original impetus for this was creating the %khan socket: Unix domain
socket paths are limited to 108 characters since they have to fit into a
struct sockaddr; we want the %khan socket to be relative to the pier;
hence it's most expedient if the socket is itself a relative path of
known length, and is created with cwd located at the pier directory.
There has also been talk about having the binary chroot itself to the
pier directory for ~security reasons. The code to do so existed, but was
ifdef'd out (and would require further work, e.g. patching in
/dev/urandom.)
This patch merely calls chdir in main and sets u3_Host.dir_c to ".". It
seems to work; however, u3_Host.dir_c (and u3_Local) is now largely
redundant, and is used in a lot of places to construct paths that look
like "./foo". Hence, references to it should be cleaned up in a future
change.
2021-07-08 13:18:19 +00:00
~timluc-miptev
844f229a7c
Merge pull request #5068 from finned-palmer/switch-to-hooks-and-functions
...
btc-wallet: Switch to hooks and functions
2021-07-08 08:50:53 +03:00
janeway-bot
bc0e051166
Merge cc8ad6b8fb
into release/next-userspace
2021-07-08 08:10:34 +04:00
Liam Fitzgerald
cc8ad6b8fb
glob: update to 0v1qbab.k47iv.q3fmj.is15l.a1r81
2021-07-08 13:53:53 +10:00
matildepark
9f1f71fc0a
Merge pull request #5090 from urbit/lf/delete
...
interface: fix graph deletion
2021-07-07 23:16:09 -04:00
Liam Fitzgerald
ab3bf4e08d
interface: fix graph deletion
2021-07-08 12:58:15 +10:00
matildepark
fcf78f2d6f
Merge pull request #5089 from urbit/lf/remove-posts
...
interface: fix removing posts
2021-07-07 21:09:09 -04:00
Liam Fitzgerald
b7c1d77f3f
@urbit/eslint-config: disable JSDoc validation for TS
2021-07-08 10:49:55 +10:00
Liam Fitzgerald
834dfe0e43
@urbit/http-api: log errors
2021-07-08 10:49:26 +10:00
Liam Fitzgerald
0eb123d624
@urbit/api: fix %remove-posts
2021-07-08 10:48:44 +10:00
matildepark
d3dd1dfe48
Merge pull request #5088 from urbit/mp/landscape/flex-collections
...
collections: fix mobile overflow on detail view
2021-07-07 19:36:09 -04:00
Matilde Park
6fd814d6b5
Merge branch 'release/next-userspace' into mp/landscape/flex-collections
2021-07-07 19:31:31 -04:00
matildepark
27219618f3
Merge pull request #5087 from urbit/lf/patches
...
interface: patch omnibus
2021-07-07 19:30:25 -04:00
Matilde Park
c88785ab52
collections: fix mobile overflow on detail view
2021-07-07 19:28:15 -04:00
Liam Fitzgerald
b3ad9cc8f0
interface: fix crash in imageinput
2021-07-08 09:18:11 +10:00
Liam Fitzgerald
e0187de8e4
interface: fix auto colorscheme
2021-07-08 09:17:45 +10:00
Liam Fitzgerald
b9c354b033
term: fix babel & tsc issues
2021-07-08 09:17:30 +10:00
Logan Allen
f3c7fbfa3a
graph-store: generalize scry api in siblings and children to allow fetching outer graph, fix lib/graph and hark-graph-hook
2021-07-07 14:17:07 -05:00
janeway-bot
ed264ea251
Merge fbc199537c
into release/next-userspace
2021-07-07 21:33:32 +04:00
matildepark
fbc199537c
meta: fix typo in contributing.md
2021-07-07 13:33:04 -04:00
matildepark
acf3579956
Merge pull request #5085 from urbit/mp/npm/mdresource
...
npm/api: correct metadata resource interface
2021-07-07 13:24:07 -04:00
Logan Allen
643355b868
Merge branch 'master' of github.com:urbit/urbit into la/graph-scry
2021-07-07 12:22:38 -05:00
Matilde Park
e66d086c0d
interface: fix tsc
2021-07-07 12:48:15 -04:00
Matilde Park
2412564aa7
npm/api: correct metadata resource interface
...
Fixes urbit/landscape#1035
Fixes urbit/landscape#1024
2021-07-07 12:24:52 -04:00
janeway-bot
9980a60f7d
Merge d8ade2b731
into release/next-userspace
2021-07-07 08:09:34 +04:00
janeway
d8ade2b731
glob: update to 0v2.ifoe4.fbv35.aigir.66su4.fbspu
2021-07-07 13:57:42 +10:00
Liam Fitzgerald
d190b644cf
Publish
...
- @urbit/api@1.2.0
- @urbit/eslint-config@1.0.1
- @urbit/http-api@1.2.3
2021-07-07 13:35:23 +10:00
Liam Fitzgerald
d68ff4737f
meta: remove husky from btc-wallet, update private fields
2021-07-07 13:25:48 +10:00
Liam Fitzgerald
e9253b92f9
Merge remote-tracking branch 'origin/release/bitcoin-wallet' into release/next-userspace
2021-07-07 13:24:40 +10:00
Liam Fitzgerald
3a9426c84c
meta: update btc-wallet pkg name, again
2021-07-07 13:03:34 +10:00
Liam Fitzgerald
432af70180
meta: update btc-wallet pkg name
2021-07-07 12:57:23 +10:00
Liam Fitzgerald
33a300e615
Merge remote-tracking branches 'origin/jt/janeway-v0.15.4' and 'origin/lf/lerna' into release/next-userspace
2021-07-07 12:45:07 +10:00
matildepark
26e8a55b8c
Merge pull request #5080 from urbit/lf/invite-flow
...
Invites: fix dismissal, style pass
2021-07-06 21:35:24 -04:00