Commit Graph

26 Commits

Author SHA1 Message Date
Andronik Ordian da55e15f9d
Merge pull request #106 from cheme/use-trie
Pull off crates redundant with 'trie' repo.
2019-02-08 12:04:48 +03:00
cheme 2c99d1edb9
Remove deps to hashdb, memdb, patricia-trie, keccak-hash. 2019-02-07 10:30:26 +01:00
Wei Tang 37e6b4ad07 Deal with remaining merge issues 2019-01-24 16:04:51 +01:00
cheme e388dcfaa6
Initialize a crate for memory related tools (#89)
Initialize a crate for memory related tools. Mainly heapsize measurement through malloc_size_of traits.
2019-01-16 10:43:43 +01:00
Wei Tang 7714a2a58c Move impls to primitive-types subfolder 2018-12-04 11:36:27 +08:00
Wei Tang b2423235e1 Improve uint defs and finish fixed hash impls 2018-12-02 17:24:26 +08:00
Wei Tang 97c034d78f Implement all uint features 2018-12-02 16:36:20 +08:00
David Palm 3cbddda6ba Line up the rest of the version numbers 2018-09-27 18:03:23 +01:00
David Palm 01a19c6b28 Rename `path` to `parity-path` 2018-08-24 11:53:33 +02:00
David Palm e3f24b2a11 Use LowerHex to format errors 2018-08-23 12:24:05 +02:00
David Palm 5c7e4d2c6f Add transaction-pool 2018-08-23 11:34:14 +02:00
David Palm bd8ea85d50 Add uint to workspace
Fix compiler warning
Bump version
2018-07-13 12:23:15 +02:00
David Palm d2e4ec5b31 Fix warning about unused result
Fix homepage in manifest
Add sanity-check test
2018-07-13 10:32:10 +02:00
David Palm e0e9797981 Include kvdb in the workspace and load from relative path 2018-07-06 15:44:08 +02:00
David Palm 629d8f0edb "Solving" patricia_trie test dependencies with a brute-force copy into `test-support` 2018-07-05 14:27:22 +02:00
David Palm a9a8d26534 Add memorydb to workspace
WIP pending publication of keccak-hasher to crates
2018-07-04 17:46:30 +02:00
David Palm 3f60f86118 Add ethcore-crypto and rename it to parity-crypto 2018-07-03 14:05:27 +02:00
David Palm 63d6beba45 Add kvdb-rocksdb to the workspace 2018-07-03 13:21:05 +02:00
David Palm 692b94e5b3 Add path to workspace 2018-07-03 12:21:12 +02:00
David Palm 1110c3b523 Add plain_hasher to workspace 2018-07-03 11:27:51 +02:00
David Palm d186724e50 Add rlp, triehash and hashdb to workspace 2018-07-03 11:06:37 +02:00
David Palm c4fb694dd3 Add trie-standardmap to workspace 2018-07-03 10:34:11 +02:00
David Palm 8fdafc5b2e Add triehash to workspace 2018-07-03 10:19:55 +02:00
David Palm 2f909101d1 Rename ethcore-bytes to parity-bytes 2018-07-03 09:37:32 +02:00
David Palm bb948c0f39 Fix a path
Simpler root Cargo.toml
2018-06-29 11:56:26 +02:00
David Palm ec2818dafa Add bare-bones Cargo.toml 2018-06-29 11:10:58 +02:00