Joe Bryan
0885c23f80
vere: bumps version
2022-11-11 13:01:55 -05:00
Joe Bryan
409249049e
Merge branch 'jb/hotfix' into jb/fix
2022-11-11 12:26:59 -05:00
Joe Bryan
fae2cbe02b
build: renames "nightly" pace from "often" to "edge"
2022-11-11 11:47:07 -05:00
Joe Bryan
57bf5dc21b
build: updated gcp configuration for buildjet runner
2022-11-11 11:46:25 -05:00
Joe Bryan
a44169c426
build: run unit tests on windows
2022-11-11 10:45:43 -05:00
Joe Bryan
2439657d66
build: run unit tests early on linux
2022-11-11 10:45:43 -05:00
Joe Bryan
4798cbee8b
build: add aarch64 via buildjet
2022-11-11 10:45:22 -05:00
~botter-nidnul
a1a2be47fe
nix: enable aarch64-linux platform string
2022-11-11 10:43:38 -05:00
Joe Bryan
dcd58996a4
Merge branch 'jb/hotfix' into jb/fix
2022-11-10 20:37:44 -05:00
Joe Bryan
efa6477445
vere: bumps version
2022-11-10 18:58:00 -05:00
Joe Bryan
f807699b08
Merge commit 'ac5842fd6e' into jb/hotfix
...
includes #5915 in hotfix release
2022-11-10 18:29:51 -05:00
Joe Bryan
c30483c9b9
Merge branch 'jb/hotfix' into jb/fix
2022-11-10 18:27:45 -05:00
Joe Bryan
2a8cc154ce
vere: decrement %lull and %zuse kelvins
2022-11-10 18:26:59 -05:00
Joe Bryan
2e4bdb5c13
Merge branch 'jb/hotfix' into jb/fix
2022-11-10 14:03:57 -05:00
Joe Bryan
eb7c289ded
test: initialize guard page in jam-tests
2022-11-10 13:50:53 -05:00
Joe Bryan
4a5b56eff5
u3: reposition guard page if needed for new roads
...
this works around a bug wherein the guard page
could become nonoperable if it happened to coincide
with the padding between inner roads
2022-11-10 13:26:07 -05:00
Hunter Miller
361384d15c
Merge pull request #6028 from urbit/mp/cut-the-url
...
README: /using/install -> /install
2022-10-11 15:53:03 -05:00
matildepark
f38f8a7c87
README: /using/install -> /install
2022-10-11 13:39:09 -07:00
Joe Bryan
0959716ad8
vere: style clean for eval cmd
2022-09-30 20:44:38 -04:00
Joe Bryan
a13e832ecc
Merge pull request #5957 from mopfel-winrux/eval
...
Added hoon eval option to Urbit Binary
2022-09-30 20:27:38 -04:00
Amadeo Bellotti
696c5048ca
removed unneeded checks
2022-09-29 19:53:55 -04:00
Amadeo Bellotti
f949bceea9
fixed memory leak and cleaned up style
2022-09-29 16:47:26 -04:00
Amadeo Bellotti
c72a5dfc97
changed how the stdin is concatenated. this version should have less memory leaks
2022-09-29 13:04:03 -04:00
Amadeo Bellotti
94dd977f79
changed error messages when booting the ivory pill
2022-09-29 11:51:04 -04:00
Joe Bryan
9df08c5e72
ames: ignore pki nponsorship loss
2022-09-22 10:38:39 -04:00
Joe Bryan
ef9b5822fa
u3: removes loom byte-length in favor of recalculation
2022-09-21 11:04:15 -04:00
janeway-bot
77842f01ee
groups: [skip actions] update glob (0v7.2rpmd.966js.dt2sj.ggv4a.n15nq)
2022-09-20 09:06:47 -07:00
Hunter Miller
01858a4669
groups: fixing build
2022-09-20 10:55:39 -05:00
Hunter Miller
68a350ea5a
Merge branch 'master' into next/groups
2022-09-20 10:02:52 -05:00
Joe Bryan
182e8813d0
u3: rewrites u3r_chop(), optimizing bloq sizes < 5
2022-09-20 09:36:17 -04:00
Joe Bryan
8946164b96
Revert "test: move _test_lily into noun_tests"
...
This reverts commit 5825cbde71
.
2022-09-20 09:36:17 -04:00
Joe Bryan
dbda9ed30c
ur: optimizes bitstream bytes-reader implementation
2022-09-20 09:36:11 -04:00
Joe Bryan
29bce64669
ur: optimizes bitstream bytes-writer implementation
2022-09-20 09:36:06 -04:00
Liam Fitzgerald
06fc1897b7
@urbit/http-api: update version number
2022-09-13 13:00:30 -05:00
Liam Fitzgerald
6756d5768d
@urbit/http-api: update version number
2022-09-13 12:56:47 -05:00
Patrick O'Sullivan
b7abdea619
Update pkg/npm/http-api/src/Urbit.ts
...
Co-authored-by: Hunter Miller <hunter@tlon.io>
2022-09-13 11:44:31 -05:00
matildepark
400a437b08
http-api: authenticate doesn't enforce insecure connections
...
Instead of forcing people to connect over http://, fall back gracefully to http if no protocol is given.
This fixes an issue where external clients can't use this method, since SameSite cookies need to be secure as per https://web.dev/samesite-cookies-explained/#samesite=none-must-be-secure
2022-09-13 11:27:38 -05:00
Patrick O'Sullivan
ac6ef65a87
Merge branch 'master' into next/npm
2022-09-13 11:26:22 -05:00
Patrick O'Sullivan
aaebd9c01b
npm: bump http-api version number
2022-09-13 10:33:12 -05:00
Liam Fitzgerald
5094c3a3c9
Merge pull request #5994 from urbit/lf/hotfix-treaty-json
...
garden: fix broken treaty JSON
2022-09-12 16:20:58 -05:00
Liam Fitzgerald
3f2d7333e6
garden: fix broken treaty JSON
...
For some reason, a %uv case was added to the JSON serialiser for $case.
$case has no such case in the union, and so this does not make sense.
2022-09-12 15:55:54 -05:00
Patrick O'Sullivan
08f0e4c281
Merge pull request #5993 from urbit/po/return-rejected-promise-for-scry
...
http-api: If scry fails, return reject response
2022-09-12 14:23:42 -05:00
fang
b18d8eedd1
Merge branch 'next/arvo'
2022-09-12 16:58:49 +02:00
Patrick O'Sullivan
f5a8d8e937
http-api: If scry fails, return reject response
2022-09-12 09:45:01 -05:00
Amadeo Bellotti
5ae2b48350
fixed a few of the issues ~master-morzod pointed out
2022-09-12 09:02:13 -04:00
fang
50ee2eb1c0
Merge pull request #5951 from urbit/pkova/dns-race
...
dns-address: subscribe before poke and fix wire mismatch
2022-09-07 19:41:14 +02:00
fang
108c6253d3
Merge branch 'philip/nuke' into next/arvo
2022-09-06 22:25:19 +02:00
fang
f46d8dd557
Merge pull request #5974 from urbit/m/recork-slower
...
ames: bump recork timer back up to a day
2022-09-06 22:18:14 +02:00
fang
bc597c25ef
Merge pull request #5978 from urbit/philip/nuke
...
gall: don't add duplicate nonce in +ap-nuke
2022-09-06 22:17:49 +02:00
fang
7a4034f48a
Merge pull request #5977 from urbit/m/cork-undone
...
ames, gall: no %done on corks
2022-09-06 22:17:34 +02:00