Hawstein
|
ade37be25b
|
separate trie from util and make its dependencies into libs:
* bytes
* hashdb
* memorydb
* nibbleslice
* nibblevec
|
2017-09-15 11:03:53 +08:00 |
|
Fredrik
|
308f36a532
|
Don't reexport bigint from util
|
2017-09-04 16:36:49 +02:00 |
|
debris
|
f0e8abb07b
|
Hashable::sha3 -> fn keccak for ethcore
|
2017-08-30 19:18:28 +02:00 |
|
Marek Kotewicz
|
46183b1cdd
|
bigint upgraded to version 3.0 (#5986)
* bigint upgraded to version 3.0
* fixed missing FromHex import in ethcore tests
* fixed missing FromHex import in rpc tests
|
2017-07-06 11:26:14 +02:00 |
|
Marek Kotewicz
|
044d070667
|
rlp deserialization refactor, 30% faster (#4901)
* fixed naming of rlp modules
* RlpStream cleanup
* appending short rlp lists (0...55 bytes) is 25% faster
* RlpStream does not use bytes module, nor trait Stream
* removed unused code from rlp module
* compiling ethcore-util with new rlp serialization
* compiling parity with new rlp serialization
* fixed compiling ethcore-light with new rlp serialization
* fixed compiling ethsync with new rlp serialization
* moved rlp benches and rlp tests
* rlp deserialization refactor, 30% faster
* removed redundant comment, print
* fixed compiling parity with new rlp deserialization
* removed redundant double-space
* fixed failing test
* updated rlp docs, removed unused traits
* fixed rlp benchmarks
* replace usage of WriteBytesExt with ByteOrder
* removed unused, commented out code
* fixed merge conflict
|
2017-03-22 14:41:46 +01:00 |
|
Gav Wood
|
8404edb656
|
Fix whitespace (#4299)
* Fix whitespace.
* Update copyright years/owner.
* Push release only for tags.
|
2017-01-25 18:51:41 +01:00 |
|
Gav Wood
|
17cc2be4b5
|
Rename ethcore -> parity in license.
|
2016-12-11 19:30:54 +01:00 |
|
Robert Habermeier
|
5dd56aa070
|
port ethcore
|
2016-09-01 14:29:59 +02:00 |
|
debris
|
4ecf23df9a
|
tests for TransactionView
|
2016-06-28 12:08:30 +02:00 |
|