openethereum/parity
keorn 02cf48681d Blocks and snapshot compression (#1687)
* new Compressible rlp trait

* new Compressible rlp trait

* make compressed rlp iterable

* make compressed rlp iterable

* invalid rlp slice swapper

* switch compress to swapper, add reverse swapper test case

* add basic account compression test

* add new rlp trait

* new Compressible rlp trait

* make compressed rlp iterable

* invalid rlp slice swapper

* invalid rlp slice swapper

* switch compress to swapper, add reverse swapper test case

* switch compress to swapper, add reverse swapper test case

* add account compress/ decompress test

* make compressor cleaner, use hashmaps for swapper

* improve compression tests

* add a DecompressingDecoder, change Decoder to take refernce

* separate rlp compression related stuff

* new Compressible rlp trait

* new Compressible rlp trait

* new Compressible rlp trait

* make compressed rlp iterable

* make compressed rlp iterable

* make compressed rlp iterable

* invalid rlp slice swapper

* invalid rlp slice swapper

* invalid rlp slice swapper

* switch compress to swapper, add reverse swapper test case

* switch compress to swapper, add reverse swapper test case

* switch compress to swapper, add reverse swapper test case

* add basic account compression test

* add new rlp trait

* add account compress/ decompress test

* make compressor cleaner, use hashmaps for swapper

* improve compression tests

* add a DecompressingDecoder, change Decoder to take refernce

* separate rlp compression related stuff

* DecompressingDecoder test

* initial compressing HashDB wrapper

* remove unused test

* change CompressedDB to struct wrapper with overlay

* simplify compressor

* failed RefCell attempt

* use denote to return reference

* compiled compresseddb

* compressdb test, add overlay emplace

* fix overlay reference count handling

* add immutable compresseddb, make account use hashdb

* simplify using trait objects

* enable hashdb for account

* initial state compression attempt

* wrap state db

* add tests for analyzing db

* add account predicate

* try to compress data fields as rlp too

* remove compression for storage trie

* add a compressing migration

* more compression stats tests

* fix migration import

* nested encoding compression test

* fix decompression, move db stats tests to rlpcompression

* added malformed rlp tests, cover a few edge cases

* new CompressingEncoder struct

* extend migrations to state

* first version working on the whole db

* clean up Compressible impl

* tests cleanup

* add a testing migration

* refactor deep compression using option, add simple compression

* put tests in a module

* fix compressed overlay loading

* simple compression for snapshots

* remove unused DecompressingDecoder

* add a general compressing migration

* add more common rlps to compress

* use static slices for swapper

* add precomputed hashes and invalid rlps

* make decoder private again

* cover more cases with tests

* style

* fix weird indentation

* remove possible panic in payload_info

* make prefix checking safe

* fix db existence check

* remove db dir from test

* pass usize by value [ci skip]

* Improve comment on panic removal.

* add common blocks db rlps

* add compression to blockchain db

* add blocks db migration

* fix the migrations

* remove state compression

* add a separate snapshot swapper

* ability to use different swappers and traversal

* update tests to new interface

* clean up code ordering

* update usage

* fix compilation

* remove unnecessary changes

* move methods to functions to reduce interface

* move test to module

* update common rlps to blocks db

* move tests to tests modules

* remove redundant &
2016-07-27 17:11:41 +02:00
..
account.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
blockchain.rs Fix importing blocks from a pipe file (#1724) 2016-07-26 10:44:01 +02:00
cache.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
cli.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
configuration.rs Fixing some clippy warnings (#1728) 2016-07-26 20:31:25 +02:00
dapps.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
deprecated.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
dir.rs Fix broken internal names. (#1711) 2016-07-25 17:45:55 +02:00
helpers.rs Fixing some clippy warnings (#1728) 2016-07-26 20:31:25 +02:00
informant.rs Fixing some clippy warnings (#1728) 2016-07-26 20:31:25 +02:00
io_handler.rs Moved syncing log out of the client (#1670) 2016-07-20 12:36:20 +02:00
main.rs Fixing some clippy warnings (#1728) 2016-07-26 20:31:25 +02:00
migration.rs Blocks and snapshot compression (#1687) 2016-07-27 17:11:41 +02:00
modules.rs moving to the single binary (#1710) 2016-07-26 00:21:08 +02:00
params.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
presale.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
rpc.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
rpc_apis.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
run.rs moving to the single binary (#1710) 2016-07-26 00:21:08 +02:00
signer.rs cli overhaul (#1600) 2016-07-25 16:09:47 +02:00
sync.rs moving to the single binary (#1710) 2016-07-26 00:21:08 +02:00
upgrade.rs Multi-mode logging. (#1643) 2016-07-17 23:00:57 +02:00
url.rs Changing macos impl 2016-06-24 12:30:54 +02:00