debris
|
b8b8e4c61a
|
printing trie
|
2015-12-01 19:19:16 +01:00 |
|
Gav Wood
|
afbff3689c
|
Merge branch 'master' of github.com:gavofyork/ethcore-util
|
2015-12-01 19:10:03 +01:00 |
|
Gav Wood
|
d2d2f2a8fc
|
Fix one bug.
|
2015-12-01 19:09:48 +01:00 |
|
debris
|
4f5399c558
|
improved printing
|
2015-12-01 18:43:44 +01:00 |
|
debris
|
8a2082d217
|
Merge branch 'master' of https://github.com/gavofyork/ethcore-util into at
|
2015-12-01 18:26:07 +01:00 |
|
debris
|
ea03811a6e
|
print trie
|
2015-12-01 18:25:47 +01:00 |
|
Gav Wood
|
7f6efa9a8f
|
pretty (hex) printing.
|
2015-12-01 18:25:18 +01:00 |
|
Gav Wood
|
fa80d376d3
|
Fix nibbleslice
Merge branch 'master' of github.com:gavofyork/ethcore-util
|
2015-12-01 17:48:13 +01:00 |
|
Gav Wood
|
3f5bd90b2b
|
Easier debugging output for nibbleslice.
|
2015-12-01 17:43:24 +01:00 |
|
debris
|
37c394c99a
|
failing insertion test
|
2015-12-01 17:03:54 +01:00 |
|
debris
|
3e497f46c0
|
Merge branch 'master' of https://github.com/gavofyork/ethcore-util into at
|
2015-12-01 16:42:16 +01:00 |
|
debris
|
83895ca109
|
trie.at() impl
|
2015-12-01 16:39:44 +01:00 |
|
Gav Wood
|
9041f81cba
|
Additional trie test and fix.
|
2015-12-01 12:57:08 +01:00 |
|
Gav Wood
|
6c21bc7b95
|
out of order test for trieroot
|
2015-12-01 12:26:20 +01:00 |
|
Gav Wood
|
a90ef806a3
|
Broken triehash
|
2015-12-01 12:24:58 +01:00 |
|
Gav Wood
|
0179cf54b7
|
Better logging, additional tests.
|
2015-12-01 12:10:36 +01:00 |
|
arkpar
|
54a93d58a8
|
Merge branch 'master' of github.com:gavofyork/ethcore-util into network
|
2015-12-01 11:01:15 +01:00 |
|
Gav Wood
|
4e4b754eca
|
First few tests working.
|
2015-12-01 03:35:55 +01:00 |
|
Gav Wood
|
87e458efed
|
Merge branch 'master' of github.com:gavofyork/ethcore-util
|
2015-12-01 02:25:31 +01:00 |
|
Gav Wood
|
d6e5bbae78
|
Trie compiles.
|
2015-12-01 02:23:53 +01:00 |
|
debris
|
24f9771716
|
fixed take_node lifetimes
|
2015-12-01 02:04:52 +01:00 |
|
Gav Wood
|
cceae8ecc2
|
less commented out code in trie.
|
2015-12-01 01:52:20 +01:00 |
|
Gav Wood
|
e8ca520dad
|
Merge branch 'master' of github.com:gavofyork/ethcore-util
|
2015-12-01 01:44:29 +01:00 |
|
Gav Wood
|
26f29b2fcd
|
Logging.
|
2015-12-01 01:44:18 +01:00 |
|
debris
|
1934cb3bdd
|
updated tiny_keccak library
|
2015-12-01 01:35:32 +01:00 |
|
Gav Wood
|
eb8f04a3e6
|
Merge branch 'master' of github.com:gavofyork/ethcore-util
|
2015-12-01 01:32:10 +01:00 |
|
Gav Wood
|
2b09521b56
|
Main logic for insertion into trie.
|
2015-12-01 01:12:06 +01:00 |
|
arkpar
|
a5b958a1a1
|
Merge branch 'master' of github.com:gavofyork/ethcore-util into network
|
2015-11-30 19:43:40 +01:00 |
|
debris
|
9019610728
|
NibbleSlice mid do not share lifetime with a parent view, but with a collection
|
2015-11-30 19:14:46 +01:00 |
|
debris
|
9736b39363
|
fixed benchmarks
|
2015-11-30 17:44:55 +01:00 |
|
Marek Kotewicz
|
dd21dc38a7
|
Merge pull request #8 from gavofyork/rlp_lifetimes
rlp lifetimes
|
2015-11-30 17:40:40 +01:00 |
|
debris
|
84b872819e
|
rlp lifetimes
|
2015-11-30 17:23:52 +01:00 |
|
arkpar
|
2681f6290f
|
Merge branch 'master' of github.com:gavofyork/ethcore-util into network
|
2015-11-30 16:39:20 +01:00 |
|
arkpar
|
4873c33fef
|
Encryption primitives; Continue work on handshake
|
2015-11-30 16:38:55 +01:00 |
|
debris
|
b51b81995e
|
Merge branch 'master' of https://github.com/gavofyork/ethcore-util
|
2015-11-30 16:14:21 +01:00 |
|
debris
|
6660b3d65f
|
replaced usages of append(&"") to append_empty_data()
|
2015-11-30 16:14:03 +01:00 |
|
Gav Wood
|
0eb6f97a97
|
Merge branch 'master' of github.com:gavofyork/ethcore-util
|
2015-11-30 16:08:38 +01:00 |
|
Gav Wood
|
d293bce22d
|
Trie progress...
|
2015-11-30 16:06:29 +01:00 |
|
debris
|
43326356d0
|
updated trie tests
|
2015-11-30 16:01:47 +01:00 |
|
debris
|
8e1af0e7ca
|
Merge branch 'master' of https://github.com/gavofyork/ethcore-util
|
2015-11-30 15:56:50 +01:00 |
|
debris
|
4a912870d1
|
docs for triehash
|
2015-11-30 15:56:41 +01:00 |
|
debris
|
ec7ce060e4
|
triehash cleanup in progress
|
2015-11-30 15:35:10 +01:00 |
|
Gav Wood
|
ddd0baa70a
|
data_at in RLP.
|
2015-11-30 15:01:43 +01:00 |
|
Gav Wood
|
972b78d47b
|
First insert in trie works!
|
2015-11-30 14:53:22 +01:00 |
|
Gav Wood
|
7fd6252772
|
Fix warnings, use Prototype.
|
2015-11-30 13:25:37 +01:00 |
|
Gav Wood
|
2d556d6f06
|
Add prototype.
|
2015-11-30 13:19:55 +01:00 |
|
Gav Wood
|
526f4b3a20
|
Merge branch 'master' of github.com:gavofyork/ethcore-util
|
2015-11-30 13:09:40 +01:00 |
|
debris
|
be1d208c36
|
rlp size function
|
2015-11-30 13:06:51 +01:00 |
|
Gav Wood
|
771756b3f4
|
Merge branch 'master' of github.com:gavofyork/ethcore-util
|
2015-11-30 12:58:55 +01:00 |
|
debris
|
0a93c7c32e
|
Rlp.items -> Rlp.item_count, RlpStream.append_null -> RlpStream.append_empty_data
|
2015-11-30 12:58:23 +01:00 |
|