- Aug 01, 2016
-
-
Nikolay Volf authored
* fixed compilation * Fix warnings * fix remaining tests * add to ci and fix test.sh
-
- Jul 31, 2016
-
-
NikVolf authored
-
- Jul 30, 2016
-
-
Tomasz Drwięga authored
* Optimizing mem_gas_cost calculations * Memoizing current mem gas cost * Optimizing jump destinations
-
- Jul 28, 2016
-
-
Tomasz Drwięga authored
* Consolidation migration * Started db amalgamation * Using client constants for columns * Adding with_columns constructor * Migrating to single db * Fixing tests. * test.sh without verbose * Fixing warnings * add migration tests that catch the bug * make multiple migrations more robust * add moved v9 * Merge branch 'noop-migrations' into single-db * spurious line * clean up migrations ordering * update comment [ci skip] * Bumping default number of max_open_files & re-ordering columns. * fix merge * fix ignored analysis tests * Caching best block content * Faster best_block_header * Adding progress to v8 migration * clean up warnings * Separate hashes and bodies in the DB * Separate hashes and bodies in the DB * Fixed tests
-
- Jul 27, 2016
-
-
-
NikVolf authored
-
- Jul 26, 2016
-
-
Nikolay Volf authored
* bump json-ipc-server version * polished json-ipc version
-
Nikolay Volf authored
-
Tomasz Drwięga authored
-
- Jul 25, 2016
-
-
Gav Wood authored
* Key files include timestamp in name. Introduce timestamp into new key files; keep filename around, so that we don't accidentally duplicate keys. * Remove unnecessary clone * Fix test code. * Remove log module from ethstore
-
- Jul 20, 2016
-
-
* moving ipc deriving to trait * refactoring of the client * all compiled * proved all working * warnings purged * allow hypervisor to specify initialization payload in two ways * using binary initialisation payload for sync * some docs * logger to separate crate * log settings for sync bin * forwarding logging arguments to the sync
-
-
Tomasz Drwięga authored
* Revert "Revert "Validating Host headers in RPC requests" (#1663)" This reverts commit 3cc3dbef. * Fixing binding on MacOS
-
- Jul 19, 2016
-
-
Gav Wood authored
-
Tomasz Drwięga authored
* Validating Host headers in RPC requests * Fixing convention [ci skip] * Remove extra indent. [ci:skip]
-
- Jul 17, 2016
-
-
Arkadiy Paronyan authored
* Optimize ethash verification * disable WAL for puts * Clear account cache after commit * Commit only modified accounts * Optimize existing block check * Cache last hashes
-
- Jul 16, 2016
-
-
NikVolf authored
-
- Jul 15, 2016
-
-
NikVolf authored
-
Tomasz Drwięga authored
-
Gav Wood authored
* Cleanup of colour code. Use is_a_tty. * Fix test build. * Another fix.
-
- Jul 14, 2016
-
-
Tomasz Drwięga authored
-
* 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
-
- Jul 13, 2016
-
-
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
-
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)
-
- Jul 12, 2016
-
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
* Bumping clippy * Fixing warnings
-
- Jul 11, 2016
-
-
Tomasz Drwięga authored
-
- Jul 09, 2016
-
-
Nikolay Volf authored
* resurrecting hypervisor in ipc namespace * get rid of the quotes * target: hypervisor
-
- Jul 08, 2016
-
-
Tomasz Drwięga authored
-
- Jul 07, 2016
-
-
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]
-
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
-
- Jul 06, 2016
-
-
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
-
- Jul 05, 2016
-
-
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
-
NikVolf authored
-
- Jul 04, 2016
-
-
Tomasz Drwięga authored
-
-
- Jun 30, 2016
-
-
NikVolf authored
-