Commit Graph

227 Commits

Author SHA1 Message Date
Robert Habermeier 38f6e55f80 update patricia-trie cargo.toml 2017-11-10 20:26:19 +01:00
Robert Habermeier b027fe0ebf update rlp 2017-11-10 20:22:45 +01:00
Robert Habermeier 88b0b42258 update rlp 2017-11-10 20:22:45 +01:00
Robert Habermeier ff8a4eb8d4 update rlp 2017-11-10 20:22:45 +01:00
Robert Habermeier 05658b0397 update rlp 2017-11-10 20:22:45 +01:00
Robert Habermeier 57a6f67dc5 update memorydb 2017-11-10 20:17:41 +01:00
Robert Habermeier 7576ac84d3 rename hash crate to keccak-hash 2017-11-10 20:08:28 +01:00
Robert Habermeier 33f32ae3a4 rename hash crate to keccak-hash 2017-11-10 20:08:28 +01:00
Robert Habermeier 9076e818c4 rename hash crate to keccak-hash 2017-11-10 20:08:28 +01:00
Robert Habermeier 3c55633180 rename hash crate to keccak-hash 2017-11-10 20:08:28 +01:00
Robert Habermeier 54e9759d0f update ethcore-bigint version 2017-11-10 18:50:45 +01:00
Robert Habermeier abf3f0d9b9 update ethcore-bigint version 2017-11-10 18:50:45 +01:00
Robert Habermeier 49ac1b9a91 update ethcore-bigint version 2017-11-10 18:50:45 +01:00
Robert Habermeier 20295a3c10 update bigint version number 2017-11-10 18:43:18 +01:00
Robert Habermeier bff712d510 prepare cargo configuration for upload of crates 2017-11-10 18:31:31 +01:00
Robert Habermeier 039f06b343 prepare cargo configuration for upload of crates 2017-11-10 18:31:31 +01:00
Robert Habermeier 0e54286166 prepare cargo configuration for upload of crates 2017-11-10 18:31:31 +01:00
Robert Habermeier e80350e7ec prepare cargo configuration for upload of crates 2017-11-10 18:31:31 +01:00
Robert Habermeier 3308c8d96d prepare cargo configuration for upload of crates 2017-11-10 18:31:31 +01:00
efyang 66f347a9f9 Fix iterator issues 2017-10-28 16:59:00 -05:00
efyang ca0d760cf1 Iterate over both buffered and unbuffered database entries 2017-10-22 20:58:06 -05:00
Marek Kotewicz 037d63a8af util crates use tempdir crate instead of devtools to create temp path (#6807)
* use tempdir instead of devtools in kvdb-rocksdb

* use tempdir instead of devtools in migration

* use tempdir instead of devtools in ethcore-network

* fixed wrong merge
2017-10-20 12:11:34 +02:00
debris bc92cc5cae add missing space to TrieError description 2017-10-16 12:17:06 +02:00
debris a134755049 require stable error-chain 2017-10-16 12:15:19 +02:00
debris 36f091ae9d KeyValueDB trait uses errors instead of strings 2017-10-16 12:11:35 +02:00
debris e1dd7b7ad9 KeyValueDB trait uses errors instead of strings 2017-10-16 12:11:35 +02:00
debris dbd2d30728 KeyValueDB trait uses errors instead of strings 2017-10-16 12:11:35 +02:00
debris d4d7781866 KeyValueDB trait uses errors instead of strings 2017-10-16 12:11:35 +02:00
debris cfc7527abb removed redundant mut from kvdb-memorydb 2017-10-16 10:02:26 +02:00
debris dd3acb8f40 Merge branch 'master' into kvdb_split 2017-10-15 16:40:20 +02:00
debris 3ef36aa844 docs 2017-10-15 16:18:45 +02:00
debris bac1c54eac renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create 2017-10-15 16:17:15 +02:00
Dmitry Kashitsyn 5820197e4d Removes redundant `mut` in util 2017-10-15 20:11:34 +07:00
debris 117b929b70 use cc 1.0 instead of gcc 2017-10-12 23:23:50 +02:00
debris eb58f2787f fixed kvdb-memorydb && kvdb-rocksdb authors 2017-10-12 15:38:38 +02:00
debris b562708407 fixed kvdb-memorydb && kvdb-rocksdb authors 2017-10-12 15:38:38 +02:00
debris cb3a02ecb4 separated kvdb into 3 crates: kvdb, kvdb-memorydb && kvdb-rocksdb, #6693 2017-10-12 15:36:27 +02:00
debris f9018930e0 separated kvdb into 3 crates: kvdb, kvdb-memorydb && kvdb-rocksdb, #6693 2017-10-12 15:36:27 +02:00
debris 8ece71ee4a separated kvdb into 3 crates: kvdb, kvdb-memorydb && kvdb-rocksdb, #6693 2017-10-12 15:36:27 +02:00
Arkadiy Paronyan 045c8409de Fixed build warnings (#6664)
* Fixed build warnings

* Suppress warning

* Suppress warning for sure
2017-10-11 09:55:10 +02:00
Marek Kotewicz 8c7dd0bfe6 Separate migrations from util (#6690)
* separate migration from util and make its dependencies into libs:

* snappy
* kvdb
* error
* common

* renamed common -> macros

* util error does not depend on snappy module

* ethsync does not depend on util nor ethcore_error

* nibbleslice and nibblevec merged with patricia_trie crate

* removed unused dependencies from util

* util journaldb traits does not need to be public

* util_error

* fixed ethcore compile error

* ignore .swo files

* Update chain.rs
2017-10-10 20:01:27 +02:00
Marek Kotewicz 376cbd9ab5 Separate migrations from util (#6690)
* separate migration from util and make its dependencies into libs:

* snappy
* kvdb
* error
* common

* renamed common -> macros

* util error does not depend on snappy module

* ethsync does not depend on util nor ethcore_error

* nibbleslice and nibblevec merged with patricia_trie crate

* removed unused dependencies from util

* util journaldb traits does not need to be public

* util_error

* fixed ethcore compile error

* ignore .swo files

* Update chain.rs
2017-10-10 20:01:27 +02:00
Hawstein 96bbd1e826 rename trie to patricia-trie 2017-09-15 11:49:26 +08:00
Hawstein 37dab7c230 separate trie from util and make its dependencies into libs:
* bytes
* hashdb
* memorydb
* nibbleslice
* nibblevec
2017-09-15 11:03:53 +08:00
Hawstein ec2cd4febe separate trie from util and make its dependencies into libs:
* bytes
* hashdb
* memorydb
* nibbleslice
* nibblevec
2017-09-15 11:03:53 +08:00
Hawstein 09eb24c861 separate trie from util and make its dependencies into libs:
* bytes
* hashdb
* memorydb
* nibbleslice
* nibblevec
2017-09-15 11:03:53 +08:00
Marek Kotewicz ea6b031298 triehash is separated from util (#6428) 2017-09-03 09:11:14 +02:00
debris bd0c0e14c9 replace sha3 with keccak in few comments 2017-08-31 15:25:30 +02:00
debris 0711ac35ee fixed grumbles 2017-08-31 12:38:53 +02:00
debris 3db4e89628 Hashable::sha3 -> fn keccak for ethcore-util 2017-08-30 16:20:21 +02:00