Fang
aeeb075ddd
Add a more generic PBKDF implementation into zuse
...
Can be fed arbitrary KDF functions and operate using those.
Includes arms for calling with HMAC-SHA variants.
Still takes @t rather than sane-byte-order @ though...
Includes tests.
2018-10-24 13:42:35 -07:00
Joseph Lukasik
7dc2f074ef
Remove ++cook from ++auri parsing
...
Now that the uri parsing is not being modified by the localhost forced ssl
upgrade, this cook is not needed.
2018-10-12 16:12:44 -07:00
Joseph Lukasik
cb4a7a54f5
Remove forced ssl upgrade for localhost http reqs
2018-10-12 15:18:47 -07:00
Joe Bryan
06fa0d14a9
11. demacrotizes %6, %7, %8, and %9
2018-10-10 23:23:41 -04:00
Joe Bryan
6e2e6b001f
10. updates %5 to require two subformulas (4K)
2018-10-10 23:04:29 -04:00
Joe Bryan
f16f052401
9. emits %10 (4K)
2018-10-10 20:10:56 -04:00
Joe Bryan
48d67779df
8. adds and implements edit (%10) (4K)
2018-10-10 19:33:11 -04:00
Joe Bryan
f48ce3509c
7. removes %13 and %14 (4K)
2018-10-10 19:27:38 -04:00
Joe Bryan
ad6c489528
6. emits %11 and %12 (4K)
2018-10-10 18:58:19 -04:00
Joe Bryan
4693f111ff
5. implements hint at %11 and wish at %12 (4K)
2018-10-10 18:38:53 -04:00
Joe Bryan
a2187e308c
4. removes %10 and %11 (4K)
2018-10-10 18:23:22 -04:00
Joe Bryan
0cbd5e54e9
3. emits %13 and %14 (4K)
2018-10-10 18:00:52 -04:00
Joe Bryan
a3c3b422f7
2. implements %13 and %14 (4K)
2018-10-10 17:32:41 -04:00
Joe Bryan
e07aee64a2
1. duplicates hint (%10) and wish (%11) at %13 and %14 in +nock (4K)
2018-10-10 17:16:03 -04:00
Joe Bryan
19721d82e1
removes unused +kist/+kest from %jael types
2018-10-05 19:54:06 -04:00
Joe Bryan
536bf47095
adds pre-boot ethereum validation (|dawn) and tests
2018-10-05 19:54:06 -04:00
Ted Blackman
3e721e2817
fix clay cache for non-%mime entries; also add equality check as optimization
2018-10-04 14:43:13 -07:00
Ted Blackman
b349890fb8
use the clay mime cache for sync; also sort some of clay's ford builds for more determinism
2018-10-04 11:37:42 -07:00
Joe Bryan
ea8c964ebd
fixes spacing issues in secp ~/ hints
2018-10-03 21:39:27 -04:00
BernardoDeLaPlaz
6cf8506bc7
hint secp
2018-10-03 21:33:43 -04:00
Joe Bryan
bc9936fbec
Merge pull request #833 from urbit/hashboard-jet-cleanup
...
hashboard CI staging and minor jet cleanup
2018-10-03 18:02:16 -04:00
Joe Bryan
2a78815ede
adds fast hints to +need and +shas
2018-10-02 21:45:26 -04:00
Paul Driver
3911d9a8bf
differentiate +pfix and +sfix
2018-10-02 21:45:26 -04:00
Fang
b7164a5d70
Make ~| slightly more clear
2018-10-02 17:58:50 -07:00
Fang
f90fb7d16e
Update Ethereum stdlib core for latest contracts
...
To match up to urbit/constitution/b5b8556.
2018-10-02 17:56:00 -07:00
Fang
9f6c73a82d
Update some comments and TODOs
2018-10-02 17:20:11 -07:00
Fang
4b908d66f2
Fix issue with Ethereum byte padding logic
2018-10-02 17:20:11 -07:00
Isaac Visintainer
ef3fed4de8
removed zapcol from ford
2018-10-01 14:49:25 -07:00
Ted Blackman
c31bcb95e6
fix bug in +move-root-to-cache
2018-09-24 13:44:52 -07:00
Elliot Glaysher
49f87e6067
Over the shoulder code review.
2018-09-13 15:54:59 -07:00
Elliot Glaysher
db34424de2
Fix +grad case in +make-join, add assertions.
2018-09-13 14:51:12 -07:00
Elliot Glaysher
d08108fb90
Fix path to oauth atoms.
2018-09-12 13:25:48 -07:00
Fang
b4631e9438
Merge pull request #803 from urbit/ethereum-signing
...
Ethereum transaction signing
2018-09-06 11:17:52 +02:00
Ted Blackman
0ac5038b7b
Enqueue second Clay write during an Arvo event ( #807 )
...
* clay queue passes test
* docs on :cue and :tip in clay
* minor typo
2018-09-05 16:05:23 -07:00
Elliot Glaysher
148f62569c
Be explicit in having hoon file suffixes in security driver paths.
2018-09-04 13:28:24 -07:00
Fang
b7681cf73c
Make ++ecdsa-raw-recover accept unmodified signature
...
Continuation of b2365dbd4
2018-09-04 18:08:23 +02:00
Fang
96e5dd4600
Add comments to clarify transaction signing logic
2018-09-04 17:41:30 +02:00
Fang
27e35e392d
Minor corrections
2018-09-04 16:49:49 +02:00
Fang
cc98052347
Support sending raw transactions to RPC nodes
2018-09-04 16:42:27 +02:00
Fang
0f4069e6dc
Implement Ethereum transaction signing
...
Includes RLP encoding logic.
2018-09-04 15:11:50 +02:00
Fang
b2365dbd4b
Remove nonstandard 27 minimum value from ecdsa signature v
...
Ethereum uses 27/28 (superseded) or 35/36 for the v value. Other use
cases may want the recovery value directly. This makes it produce 0/1.
2018-09-04 14:59:35 +02:00
Ted Blackman
c0c00de7e9
Fix %reef handling more. Now uses the right part of the arvo core
2018-09-02 03:48:40 -07:00
Ted Blackman
60fcfc467e
fix ford %reef dependency tracking
2018-08-30 16:06:27 -07:00
Fang
15ee6ba31d
Merge pull request #795 from urbit/jael-continuity
...
Constitution + jael updates
2018-08-30 02:44:05 +02:00
Fang
37e0933c7f
Misc. jael notes and improvements
2018-08-30 02:06:20 +02:00
Fang
e752a706b2
Add %meet task to jael for indicating era connectivity
2018-08-30 02:05:34 +02:00
Fang
c5c4d0f65f
Include continuity flag in relative public key state
2018-08-30 02:02:17 +02:00
Fang
2d04795fd9
Update constitution and jael logic to work with latest contracts
2018-08-30 01:58:47 +02:00
Fang
737b1d8ba1
Merge pull request #787 from urbit/crypto-additions
...
Includes in zuse:
* little-endian wrappers for the SHA and HMAC families,
* secp256k implementation,
* Blake2b implementation,
* Argon2 implementation,
And adds libraries for:
* BIP32 HD wallets,
* keygen, to match [keygen-js](/urbit/keygen-js).
2018-08-29 18:27:51 +02:00
Joe Bryan
f9ed9bf02f
Merge pull request #789 from urbit/ames-eth-boot
...
cleans up %ames and %jael in anticipation of greater ethereum integration
2018-08-28 15:16:54 -07:00