openethereum/util/src
Marek Kotewicz a555686bcd rlp serialization refactor (#4873)
* 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

* removed redundant comment, print

* removed redundant double-space

* replace usage of WriteBytesExt with ByteOrder
2017-03-20 19:14:29 +01:00
..
journaldb rlp serialization refactor (#4873) 2017-03-20 19:14:29 +01:00
migration return correct path for in-place migration 2017-02-26 19:30:54 +01:00
trie rlp serialization refactor (#4873) 2017-03-20 19:14:29 +01:00
bloom.rs removed redundant FixedHash trait, fixes #4029 (#4866) 2017-03-11 22:58:15 +04:00
bytes.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
cache.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
common.rs removed redundant (and unused) FromJson trait (#4871) 2017-03-13 11:42:27 +01:00
error.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
hashdb.rs Remote transaction execution (#4684) 2017-03-08 14:39:44 +01:00
kvdb.rs split adding and dropping columns tests 2017-02-27 18:57:22 +01:00
lib.rs removed redundant (and unused) FromJson trait (#4871) 2017-03-13 11:42:27 +01:00
log.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
memorydb.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
misc.rs rlp serialization refactor (#4873) 2017-03-20 19:14:29 +01:00
nibbleslice.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
nibblevec.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
overlaydb.rs Save pending local transactions in the database (#4566) 2017-02-20 17:21:55 +01:00
path.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
semantic_version.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
sha3.rs removed redundant FixedHash trait, fixes #4029 (#4866) 2017-03-11 22:58:15 +04:00
snappy.rs Removed link directive (#4841) 2017-03-10 15:25:02 +01:00
standard.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
timer.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
triehash.rs rlp serialization refactor (#4873) 2017-03-20 19:14:29 +01:00
vector.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00