- Jul 13, 2016
-
-
Gav Wood authored
* Strip colour for everywhere except the terminal. * Log to file. Fixes #1560. * Fix indentation. [ci:skip] * Remove unnecessary clone()ing. * Update setup_log.rs * remove unnecessary mutex in logging (#1601)
-
- Jul 12, 2016
-
-
asynchronous rob authored
Using streamlined parity-ui repository
-
asynchronous rob authored
Optimizing InstructionInfo access.
-
Tomasz Drwięga authored
V7 Migration progress indicator
-
Nikolay Volf authored
bring snapshotting work into master
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
* Bumping clippy * Fixing warnings
-
Nikolay Volf authored
-
Tomasz Drwięga authored
Conflicts: evmbin/bench.sh
-
Tomasz Drwięga authored
-
asynchronous rob authored
* expunge &Vec<T> pattern * fix travis
-
Tomasz Drwięga authored
* EVM bin benches * Optimizing mem gas cost * Removing overflow_div since it's not used * More benchmarks
-
- Jul 11, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
Marek Kotewicz authored
* cleanup parity/signer * remove redundant import of signer crate from main.rs * rpc and signer are no longer optional * move importing extern crates to main.rs file
-
* chain notify trait * replaced network service with io service * fix ethcore crate warnings * refactored network service without generic * ethcore fix * ethsync refactoring * proper linking of notify * manage network interface * rpc crate rebinding * full rewire * sync internal io service * fix deadlock * fix warnings and removed async io * sync imported message propagation * fix rpc warnings * binart warnings * test fixes * rpc mocks and tests * fix util doctest * fix message name and removed empty notifier * pointers mess & dark mode fixed * fixed sync doctest * added few warnings * fix review * new convention match * fix error unwraps * doctest fix
-
asynchronous rob authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
-
asynchronous rob authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
asynchronous rob authored
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
asynchronous rob authored
* partially done alternate migration scheme * finish altering migration framework * migrate tests to new migration framework * address comments * remove superfluous newline [ci skip] * TempIdx -> TempIndex [ci skip] * modify account_db to work on address hash, not address * add a database migration for new accountdb * preserve first 96 bits of keys when combining * handle metadata keys in migration and preserve first 96 bits * fix comments and hash address instead of hash * different migrations based on pruning * migrations mutably borrow self * batch abstraction for migration * added missing licence headers * overlay recent v7 migration * better error handling, migrate version key as well * fix migration tests * commit final batch and migrate journaled insertions * two passes on journal to migrate all possible deleted keys
-
Tomasz Drwięga authored
* EVM binary - initial version * Adding missing documentation * Fixing warnings * Basic evmbin options * EVMbin crate.
-