Philip Monk
b5414a49af
Merge remote-tracking branch 'origin/next' into philip/aquarium
2019-03-20 17:46:30 -07:00
Philip Monk
7edcbf71f3
add ability to cancel test
2019-03-20 17:45:36 -07:00
Philip Monk
e8c7c16934
add test queue and result summary
2019-03-20 17:37:05 -07:00
Philip Monk
0dc6e6990e
cleanup
2019-03-20 14:52:05 -07:00
Philip Monk
4fc3f63791
move test cores into the iron age
2019-03-20 14:38:42 -07:00
Philip Monk
aba533998f
cleanup
2019-03-20 13:57:24 -07:00
Jared Tobin
485e09cd69
Merge pull request #1110 from urbit/jt-patp-fixes
...
+ob overhaul
2019-03-20 19:19:21 +13:00
Jared Tobin
925e783513
Minor documentation fix. [ci skip]
2019-03-20 19:17:44 +13:00
Jared Tobin
27fad35eae
Cast more idiomatically.
2019-03-20 10:16:43 +13:00
Jared Tobin
e1fe53ae54
Fix =/ indentation.
2019-03-20 10:10:07 +13:00
Jared Tobin
c65f882408
Minor cosmetic changes.
...
Indent lengthy subexpressions after using =/.
2019-03-20 09:44:44 +13:00
Jared Tobin
fdb9d0f58d
Replace =+ with =/.
...
I believe =/ is the superior choice and is worth standardising on.
2019-03-20 09:43:20 +13:00
Jared Tobin
ac313d0f71
Add additional tests for +ob.
...
Added a few previously-known-to-conflict cases to tests that were
missing them.
2019-03-19 20:00:57 +13:00
Jared Tobin
fbfc520f95
Add additional documentation for +ob.
2019-03-19 19:50:58 +13:00
Jared Tobin
0e97c1b92b
Use hex values for cipher arguments.
2019-03-19 19:49:58 +13:00
Jared Tobin
3beac031e6
Minor doc fix.
...
(The cipher's domain was documented incorrectly.)
2019-03-19 19:49:05 +13:00
Isaac Visintainer
3ffb711782
Revert "Revert "Landscape signin page""
...
This reverts commit a90298f426
.
2019-03-18 17:50:50 -07:00
ixv
f279384956
Merge pull request #1113 from urbit/hotfix
...
Merge hotfix into master
2019-03-18 16:21:16 -07:00
ixv
67023d644c
Merge pull request #1112 from urbit/landscape-signin
...
landscape sign in page
2019-03-18 15:52:22 -07:00
Anthony Arroyo
6b4d6dabce
landscape sign in page
2019-03-18 15:49:43 -07:00
ixv
e5101ac831
Merge pull request #1111 from urbit/revert-1109-landscape-signin
...
Revert "Landscape signin page"
2019-03-18 15:40:41 -07:00
ixv
a90298f426
Revert "Landscape signin page"
2019-03-18 15:39:55 -07:00
ixv
10d05ad2f3
Merge pull request #1109 from urbit/landscape-signin
...
Landscape signin page
2019-03-18 14:25:34 -07:00
ixv
fcb556815d
Merge pull request #1104 from urbit/hotfix-comet-sigil
...
Fixed comet sigils on landscape
2019-03-18 14:25:19 -07:00
Jared Tobin
dd89670846
Add a small exhaustive test for +ob.
...
We can test +ob exhaustively over a smaller input space; if it behaves
correctly, that gives us much greater assurance that the implementation
is correct for the full planet space.
2019-03-18 21:52:58 +13:00
Jared Tobin
89748fa179
Allow general PRFs in +ob functions.
...
This allows us to test the +ob functions exhaustively on smaller input
spaces.
2019-03-18 21:52:58 +13:00
Jared Tobin
6f2e067d67
Add +ob and @p aura tests.
2019-03-18 21:52:54 +13:00
Jared Tobin
758e3e2232
Replace +ob with a corrected version.
...
'ob', a core that implemented a permutation cipher for planet-sized
atoms, contained a critical bug that allowed multiple inputs to encipher
to the same output. This created collisions between some planet-sized
@p values.
The rewritten version corrects this bug, and also rewrites +ob to more
clearly match both 1) the paper that the algorithm comes from, and 2)
the parallel implementation in urbit-ob that has gone through an
exhaustive test.
This also adjusts two calls to 'ob' elsewhere in hoon.hoon such that
they match the updated core.
2019-03-18 20:35:20 +13:00
Anthony Arroyo
516052c750
landscape sign in page
2019-03-16 19:06:40 -07:00
Fang
2092ee3cba
Merge pull request #1098 from urbit/topics-decoding-patch
...
Fix topics decoding to work with zero values
2019-03-16 15:15:19 +01:00
Philip Monk
3d64641da7
make gen/aqua/file compile
2019-03-13 05:04:54 -07:00
Philip Monk
18934433ee
unclog gall queue
2019-03-13 04:50:56 -07:00
Isaac Visintainer
061eb64375
reverted mobile pr; changed comet sigil to X
2019-03-12 16:16:06 -07:00
Isaac Visintainer
18e799a297
removed trailing whitespace
2019-03-12 15:56:59 -07:00
Isaac Visintainer
fe9648ea9b
landscape: 1fcdc49935e6b1361270eb054611f06f765d5965
2019-03-12 15:15:20 -07:00
Philip Monk
c2c2b04b0b
better init for ph
2019-03-08 13:48:09 -08:00
Fang
e029ce1e44
Fix off-by-ones in Ethereum ABI en/decoding logic
2019-03-08 12:44:10 +01:00
Philip Monk
187aff9279
working after rearchitecture
2019-03-07 22:28:10 -08:00
Philip Monk
e261983094
clean up printfs
2019-03-07 21:27:07 -08:00
Philip Monk
1e1bcfa02e
Merge remote-tracking branch 'origin/master' into philip/aquarium
2019-03-07 21:19:02 -08:00
Philip Monk
ae8966e5ad
compiles
2019-03-07 21:15:42 -08:00
Fang
84f3441210
Refactor Ethereum ABI decoding logic to do less busywork
...
++decode-arguments now takes already-parsed words, rather than a @t of
words, so that we operate on straight atom values instead of hex
strings.
For the ++decode-topics case, we no longer re-string and un-string the
input data prior to processing.
2019-03-08 01:28:40 +01:00
Fang
b1d114066b
Fix Ethereum ABI encoding for the %bytes data type
...
Don't encode it like you do %bytes-n, which limits length to 32 bytes.
2019-03-08 00:34:01 +01:00
ixv
2c73fb9793
Merge pull request #1101 from urbit/next
...
Merge next into master
2019-03-07 13:27:24 -08:00
Isaac Visintainer
8677a4e779
bumped ames protocol number
2019-03-07 12:42:31 -08:00
Isaac Visintainer
9d73739765
Merge branch 'hotfix' into next
2019-03-07 11:46:00 -08:00
Anthony Arroyo
dbc9be4243
landscape 3f83c798bd61b7e6cef5c4e2f7c7f3ac89d4ec09
2019-03-07 11:40:30 -08:00
Philip Monk
dab83cd28e
restructure to separate vane apps
2019-03-06 23:31:14 -08:00
Philip Monk
c5e6547894
Merge pull request #1074 from urbit/philip/pin-local
...
pin to local time because using local desk
2019-03-06 17:41:41 -08:00
Philip Monk
186984fb1d
style
2019-03-06 13:14:32 -08:00