- Jul 16, 2016
-
-
Arkadiy Paronyan authored
* Delete values immediately from DB overlay * Match remove behaviour; test * Warning fixed
-
Gav Wood authored
* Minor additions to allow resetting of code. * Add test. * Provisional DAO hard-fork proposal. * Change to reflect latest HF spec. * Include extradata restrictions and overrides. * Introduce new tests. * Update tests to new spec format. * Allow JSON chain spec fields to be optional. * Remove superfluous definitions. Fix overflow risk. * Fix build. * Add missing file. * Remove old flag. * Update to latest address set. * Update tests and test spec to latest. Change the mining default to release only on own transactions.
-
Nikolay Volf authored
* fix network_start regression * network io handler * move registration to the network start
-
keorn authored
* die on DB from the future * use error type to print messages, print db path
-
- Jul 15, 2016
-
-
Gav Wood authored
* Cleanup of colour code. Use is_a_tty. * Fix test build. * Another fix.
-
- Jul 14, 2016
-
-
asynchronous rob authored
-
* small cleanups in trie * Memory trie skeleton * decode nodes from RLP * memorytrie -> memorytriedb * implement Trie for MemoryTrie * partially implement insert * implement trie insertion * don't load whole trie into memory, lookup across memory and db * re-implement insertion and lazily load necessary nodes from DB * node removal w/o fixing * reduce churn in node storage * finish remove implementation * committing the in-memory trie * reload root node after commit * generate elastic arrays when converting nodes to rlp * port triedbmut tests over to memorytriedb, fix a few bugs. * hash count and dirty flag * initial attempt for node inspection * back to skeleton * inspection framework * implement insertion * no panic paths in insert * implement deletion without fixing * node fixing * commit nodes to db * tracing targets and bugfix * get tests to pass with a lot of tracing * set playpen iterations to 10 * remove some tracing statements * make TrieMut::root take &mut self * replace triedbmut with memorytriedb * treat empty insert value as removal * add test for null insert * fix some style concerns * trie: use nodehandle for root_node, minor cleanup
-
* Initial commit. * Pending blocks work. * Address grumbles. * Fix up for new API.
-
Gav Wood authored
* Allow use to use solc to compile solidity. * Remove unneeded commemt. [si:skip] * Address grumble and disable incorrect tests.
-
Nikolay Volf authored
* sorting out the multi-interface dispatch scenario * codegen expansion for traits * fix rwlock
-
asynchronous rob authored
Utilize cached kcov if exists
-
Tomasz Drwięga authored
* Fixing no-ui feature * Extra line
-
Nikolay Volf authored
Couple of rocksdb optimizations
-
Tomasz Drwięga authored
* Un-ignoring RPC test * Additional tests for importing transactions
-
* 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 * basic library re-layout * missing files to relayout * duplicating network config on sync level * binary serializers for config * ipc endpoint for manage * ipc endpoint for sync * handshake sorting out * sorting out the multi-interface dispatch scenario * fixing tests * fix doctest
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
- Jul 13, 2016
-
-
Nikolay Volf authored
Fix bloomchain on blockchain repair
-
Marek Kotewicz authored
-
asynchronous rob authored
-
Tomasz Drwięga authored
-
asynchronous rob authored
* parking_lot in cargo.toml * replace all lock invocations with parking_lot ones * use parking_lot synchronization primitives
-
NikVolf authored
-
asynchronous rob authored
ui compilation feature
-
NikVolf authored
-
NikVolf authored
-
asynchronous rob authored
is_zero() and pow() optimisations for uint
-
Tomasz Drwięga authored
Conflicts: .travis.yml
-
Nikolay Volf authored
Optimizing & Cleaning the build
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
NikVolf authored
-
Tomasz Drwięga authored
Conflicts: Cargo.toml
-
NikVolf authored
-
Tomasz Drwięga authored
-
Gav Wood authored
-
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)
-