- Jul 11, 2016
-
-
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
-
-
Arkadiy Paronyan 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.
-
- Jul 10, 2016
-
-
Nikolay Volf authored
* fix name and tests for endians * using renamed func * zero and sign opt
-
* Fixing clippy warnings * Fixing more warnings
-
- Jul 09, 2016
-
-
Nikolay Volf authored
Miner's gas price gets updated dynamically
-
Gav Wood authored
-
Nikolay Volf authored
* resurrecting hypervisor in ipc namespace * get rid of the quotes * target: hypervisor
-
Gav Wood authored
-
Gav Wood authored
-
asynchronous rob authored
Init public interface with IO message
-
Gav Wood authored
-
Gav Wood authored
Merge branches 'kill_unwraps' and 'dynamic-gas-price' of github.com:ethcore/parity into dynamic-gas-price
-
Arkadiy Paronyan authored
-
-
- Jul 08, 2016
-
-
Nikolay Volf authored
Kill lock unwraps
-
Gav Wood authored
-
Gav Wood authored
-
Gav Wood authored
-
Gav Wood authored
-
Gav Wood authored
-
Tomasz Drwięga authored
* Fixing deadlock in miner * Adding more comments [ci skip]
-
- Jul 07, 2016
-
-
Gav Wood authored
-
Gav Wood authored
-
Nikolay Volf authored
Enum variants serialisation test&fix
-
Gav Wood authored
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
Tomasz Drwięga authored
* Refactoring dapps to support API endpoints. * Using ContentHandler for unauthorized requests * Extracting url stuff * Adding ping endpoint * CORS support for ping request * Fixing url.is_none() * minor formatting fix [ci:skip]
-
Gav Wood authored
-
Nikolay Volf authored
* btree map serializer * serde tests * state diff serialization * basic layout * more missing serializaers * uncle returns rlp * block queue info * sorting with transaction result * sorting out util imports * transaction import result sorting also * sorting filters & ranges * error sorting out * deriving ipc service compiling * rpc & sync recompile * sorting rpc using uncles * fix compilation * fix merging bugs * fix unused imports * fix all warnings * tests stub * some merge bugs * ethcore compilation * fix rpc compilation * deriving attribute * tests (and fixes) * rpc test working * fix warnings again * rs.in -> rs * missing attribute * refactored tree changes * paste reformat mess fix * pub mod actually * intendation fix
-
Gav Wood authored
-
NikVolf authored
-
- Jul 06, 2016