- Jul 11, 2016
-
-
* 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
* 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
-
-
Gav Wood authored
-
-
- Jul 08, 2016
-
-
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
-
NikVolf 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
-
- Jul 06, 2016
-
-
Gav Wood authored
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
Gav Wood authored
* Display information on journal database on startup. * Minor restyling. * Client handles the enode message to avoid repeats. * Avoid unneeded copies *and* reduce code. * Fix up typo.
-
Gav Wood authored
-
Nipunn Koorapati authored
Fixes Issue #1372
-
NikVolf 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]
-
NikVolf authored
-
Marek Kotewicz authored
* removed old json-tests * simplify folds in triehash.rs * removed unused json_aid * removed unused squeeze.rs * json branching tests for trie * removing todos from util * separated UsingQueue and Table * further cleanup, removing unused code * serde serialization of hash moved to rpc module * uint wrapper for rpc in progress * serialization of uint moved to rpc module * updated eth-secp256k1 * updated igd, serde is no longer dependency of util * loading trie consensus tests * renamed aliases in rpc imports
-
Gav Wood authored
-
- Jul 05, 2016
-
-
Gav Wood authored
-
Tomasz Drwięga authored
* Changing some logging levels * Skipping invalid nonce errors
-
Gav Wood authored
* Command=line options. * Keep alive for the eth protocol. * Wire up final pieces. * No network when dark. * Passive and dark mode work. * Ensure all RPCs keep alive. * Fix tests. * Fix minor bug. * Minor whitespace. * Split out some of the sleep-state. * Fix help text.
-
NikVolf authored
-
Marek Kotewicz authored
* removed old json-tests * simplify folds in triehash.rs * removed unused json_aid * removed unused squeeze.rs * json branching tests for trie * loading trie consensus tests
-
Tomasz Drwięga authored
* Spliting gasometer out of interpreter * Choosing right gas calculations implementation based on supplied gas * Moving verification out of gasometer * MemGasCost benchmark. Conflicts: ethcore/src/evm/benches/mod.rs * Some simple benchmarks * Benchmark for simple loop * Calculating gas_for_memory only when it's actually needed * Removing superfluous newline [ci skip]
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
NikVolf authored
-
- Jul 04, 2016
-
-
Arkadiy Paronyan authored
-