Commit Graph

  • 24f9771716 fixed take_node lifetimes debris 2015-12-01 02:04:52 +0100
  • cceae8ecc2 less commented out code in trie. Gav Wood 2015-12-01 01:52:20 +0100
  • e8ca520dad Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-12-01 01:44:29 +0100
  • 26f29b2fcd Logging. Gav Wood 2015-12-01 01:44:18 +0100
  • 1934cb3bdd updated tiny_keccak library debris 2015-12-01 01:35:32 +0100
  • eb8f04a3e6 Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-12-01 01:32:10 +0100
  • 2b09521b56 Main logic for insertion into trie. Gav Wood 2015-12-01 01:12:06 +0100
  • a5b958a1a1 Merge branch 'master' of github.com:gavofyork/ethcore-util into network arkpar 2015-11-30 19:43:40 +0100
  • 9019610728 NibbleSlice mid do not share lifetime with a parent view, but with a collection debris 2015-11-30 19:14:46 +0100
  • 9736b39363 fixed benchmarks debris 2015-11-30 17:44:55 +0100
  • dd21dc38a7 Merge pull request #8 from gavofyork/rlp_lifetimes Marek Kotewicz 2015-11-30 17:40:40 +0100
  • 84b872819e rlp lifetimes debris 2015-11-30 17:23:52 +0100
  • 2681f6290f Merge branch 'master' of github.com:gavofyork/ethcore-util into network arkpar 2015-11-30 16:39:20 +0100
  • 4873c33fef Encryption primitives; Continue work on handshake arkpar 2015-11-30 16:38:55 +0100
  • b51b81995e Merge branch 'master' of https://github.com/gavofyork/ethcore-util debris 2015-11-30 16:14:21 +0100
  • 6660b3d65f replaced usages of append(&"") to append_empty_data() debris 2015-11-30 16:14:03 +0100
  • 0eb6f97a97 Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-11-30 16:08:38 +0100
  • d293bce22d Trie progress... Gav Wood 2015-11-30 16:06:29 +0100
  • 43326356d0 updated trie tests debris 2015-11-30 16:01:47 +0100
  • 8e1af0e7ca Merge branch 'master' of https://github.com/gavofyork/ethcore-util debris 2015-11-30 15:56:50 +0100
  • 4a912870d1 docs for triehash debris 2015-11-30 15:56:41 +0100
  • ec7ce060e4 triehash cleanup in progress debris 2015-11-30 15:35:10 +0100
  • ddd0baa70a data_at in RLP. Gav Wood 2015-11-30 15:01:43 +0100
  • 972b78d47b First insert in trie works! Gav Wood 2015-11-30 14:53:22 +0100
  • 7fd6252772 Fix warnings, use Prototype. Gav Wood 2015-11-30 13:25:37 +0100
  • 2d556d6f06 Add prototype. Gav Wood 2015-11-30 13:19:55 +0100
  • 526f4b3a20 Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-11-30 13:09:40 +0100
  • be1d208c36 rlp size function debris 2015-11-30 13:06:51 +0100
  • 771756b3f4 Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-11-30 12:58:55 +0100
  • 0a93c7c32e Rlp.items -> Rlp.item_count, RlpStream.append_null -> RlpStream.append_empty_data debris 2015-11-30 12:58:23 +0100
  • d45bf38c2d Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-11-30 12:52:53 +0100
  • b6dc3e464d rlp items functions debris 2015-11-30 12:41:11 +0100
  • 80f1e527dc Rlp is_int debris 2015-11-30 12:28:49 +0100
  • f444729569 Rlp is_null && is_empty methods debris 2015-11-30 12:06:08 +0100
  • 93f2bd9314 Rlp data function debris 2015-11-30 11:54:09 +0100
  • f42e8c0665 RlpStream clear debris 2015-11-30 11:42:54 +0100
  • c8432ed3a8 Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-11-30 11:33:59 +0100
  • fac89f784b updated todo debris 2015-11-30 11:33:31 +0100
  • bd6289756b fixed rlp decoder error names debris 2015-11-30 11:33:08 +0100
  • 6ee5e1684b rename try_to_finish -> note_appended debris 2015-11-30 11:29:30 +0100
  • 94a5216513 removed dangling ; debris 2015-11-30 11:25:09 +0100
  • 2d7ae3a18a RlpStream out returns value instead of Result debris 2015-11-30 11:24:03 +0100
  • 78965b3c5a RlpStream append_null debris 2015-11-30 11:16:50 +0100
  • 7abac7fba8 Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-11-30 02:57:22 +0100
  • c91bc6b419 Bug fix in nibble slice. Trie. Gav Wood 2015-11-30 02:57:02 +0100
  • 122144c00a docs for rlp debris 2015-11-30 02:55:03 +0100
  • 448577d99c is_value -> is_data debris 2015-11-30 01:30:35 +0100
  • a67abd8e99 upgraded travis to beta debris 2015-11-30 01:21:37 +0100
  • 710d3594a8 triehash clenaup in progress debris 2015-11-30 01:19:04 +0100
  • f02bd0cd17 Merge branch 'master' of https://github.com/gavofyork/ethcore-util into rlp_fixes debris 2015-11-30 00:28:14 +0100
  • 0c9ef317b2 fixed encoding of bytes in rlp, fixed encoding of long lists, triehash + basic tests... more tests todo debris 2015-11-30 00:28:03 +0100
  • c79a2fc4ea Examples and docs. Gav Wood 2015-11-29 21:35:21 +0100
  • 930865fefb NibbleSlice struct. Gav Wood 2015-11-29 21:17:07 +0100
  • f1315cff71 Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-11-29 20:11:12 +0100
  • 06bbefd07b Nibbleslice basic operations. Gav Wood 2015-11-29 20:11:02 +0100
  • d23b8d9a74 Merge branch 'master' into rlp_fixes debris 2015-11-29 19:42:04 +0100
  • f4292134c0 uncommented triehash debris 2015-11-29 19:42:03 +0100
  • 03c1944d9c fixed encoding of byte vectors debris 2015-11-29 19:35:22 +0100
  • 962fa4d812 Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-11-29 18:45:53 +0100
  • 9c632d58f2 Possible fix? Gav Wood 2015-11-29 18:45:41 +0100
  • a1c017b7ff Merge branch 'master' of https://github.com/gavofyork/ethcore-util debris 2015-11-29 18:44:51 +0100
  • f7ec667852 in pro... debris 2015-11-29 18:44:29 +0100
  • cf62f67b5f Fix warnings. Gav Wood 2015-11-29 16:00:23 +0100
  • b334a8f824 Return lookup by reference. Gav Wood 2015-11-29 15:50:33 +0100
  • 7e58f12712 triehash in progress debris 2015-11-29 15:41:29 +0100
  • 1f6ae56468 as_nibbles debris 2015-11-29 12:39:37 +0100
  • 96e1580ddf triehash, hex_prefix_encode debris 2015-11-29 12:22:35 +0100
  • 5c975d06cc Started networking code arkpar 2015-11-29 11:50:28 +0100
  • d43091bf1e Merge branch 'crypto' of https://github.com/gavofyork/ethcore-util debris 2015-11-29 09:45:05 +0100
  • 73566f071d updated rlp docs debris 2015-11-29 09:37:07 +0100
  • 6f217e730c Rlp && UntrustedRlp changes debris 2015-11-29 09:28:48 +0100
  • f507ebf1fa rlp -> untrustedrlp in progress debris 2015-11-29 09:16:15 +0100
  • e04907729a KeyPair, EC signature arkpar 2015-11-29 02:11:56 +0100
  • 591bc3ef00 Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-11-29 01:40:00 +0100
  • 5b57629e6d First little bit of trie done. Gav Wood 2015-11-29 01:39:39 +0100
  • 9dc6fa98de travis.. debris 2015-11-29 00:13:32 +0100
  • 1171a32cec just osx on travis debris 2015-11-29 00:11:16 +0100
  • 320b6cb4d9 Merge branch 'master' of https://github.com/gavofyork/ethcore-util debris 2015-11-29 00:05:42 +0100
  • 2e2870b06c attempt to run osx on travis debris 2015-11-29 00:04:57 +0100
  • d423a1d276 Merge branch 'master' of github.com:gavofyork/ethcore-util Gav Wood 2015-11-28 23:55:13 +0100
  • be96b2638d Doc tweaks. Gav Wood 2015-11-28 23:54:58 +0100
  • 13a692cc9d Docuemntation udpate and tests. Gav Wood 2015-11-28 23:49:07 +0100
  • 7402559630 missing sudo debris 2015-11-28 23:46:36 +0100
  • 054a11a5ed apt-get update for travis debris 2015-11-28 23:33:01 +0100
  • 8eb9dfb387 travis installs g++4.8 debris 2015-11-28 23:30:23 +0100
  • 7671877ed6 fixed typo in travis.yml debris 2015-11-28 23:23:11 +0100
  • de87de3920 added rocksdb to .travis.yml debris 2015-11-28 23:21:14 +0100
  • 3f5ea22a63 first attempt to run travis debris 2015-11-28 23:13:05 +0100
  • cefb1fa9ce OverlayDB complete and tested. Gav Wood 2015-11-28 22:54:12 +0100
  • 8c0e063f6b docs for chainfilter debris 2015-11-28 22:43:16 +0100
  • b0c38cb6ec UntrastedRlp debris 2015-11-28 22:16:08 +0100
  • d6d51b456b UnsafeRlp debris 2015-11-28 22:10:58 +0100
  • 52ccd7b094 fixed typo debris 2015-11-28 21:54:41 +0100
  • da60046e3d bloom filters debris 2015-11-28 21:42:50 +0100
  • b405c061a1 lower_level_bloom_indexes use collect instead of for loop debris 2015-11-28 21:11:10 +0100
  • a6240c0d30 fixed indention issues debris 2015-11-28 21:03:31 +0100
  • 9b02a8bd5f cleanedup chain filter debris 2015-11-28 20:44:38 +0100
  • d1223b3b15 bloom filter uses vector instead of hashmap, added few comments debris 2015-11-28 20:32:46 +0100
  • 1a30d91853 removed unused line debris 2015-11-28 20:06:28 +0100
  • addd1e5ffd bloom filter cleanup debris 2015-11-28 20:00:14 +0100