- Oct 04, 2016
-
-
* add auto-args deserialization for RPC * make block param member public * change BlockParam to a more generic Trailing<T> mechanism * define work type * build_rpc_trait macro, implement eth protocol * fix up tests * move eth_filter API to new macro * port ethcore module to new rpc macro * port ethcore_set to auto_args * port net RPC to auto_args * port rpc meta api to new * skeleton for async RPC auto_args * macro implementations for strongly-typed async RPC wrapper * clarify docs * reflect new required Rust version in README [ci skip]
-
* update rustc for appveyor to 1.12.0 * turn off MIR for windows builds
-
- Oct 03, 2016
-
-
Tomasz Drwięga authored
* EVM informant. Slow transactions tracking * Additional feature for tests
-
asynchronous rob authored
Fixing Signer token RPC API
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
-
Nikolay Volf authored
* bloom crate link * database layout and outdated tests * state db alterations * v10 migration run * using arc * bloom migration * migration fixes and mess * fix tests
-
Marek Kotewicz authored
* Actually enable fat db, and do RPCs for it. * Implement HashDB traits for AccountDB. * user defaults * finished user defaults * user defaults are network-dependent * added tests for newly added functions, logger is initialized first * dir cleanup in progress * user_file is placed next to snapshots * fixing requested change
-
- Oct 02, 2016
-
-
Arkadiy Paronyan authored
* Jumptable cache * Updated registrar address
-
Arkadiy Paronyan authored
-
- Oct 01, 2016
-
-
- Sep 30, 2016
-
-
Nikolay Volf authored
Journaling bloom filter crate in util
-
NikVolf authored
-
NikVolf authored
-
Denis S. Soldatov aka General-Beck authored
add checksum
-
-
- Sep 29, 2016
-
-
asynchronous rob authored
fix broken beta compilation
-
asynchronous rob authored
-
-
NikVolf authored
-
NikVolf authored
-
- Sep 28, 2016
-
-
Tomasz Drwięga authored
* Detecting DELEGATE_CALL in JIT * Fixing evmjit tests
-
Tomasz Drwięga authored
* Prioritizing re-imported transactions * Fixing compilation on beta
-
Gav Wood authored
* Revert #2172, pretty much. * Tidy up whitespace. [ci:skip] * Force CI.
-
-
Denis S. Soldatov aka General-Beck authored
add RUST_BACKTRACE=1 in test stage
-
Nikolay Volf authored
fix migration system for post-consolidation migrations, better errors
-
Gav Wood authored
* Fix the traceAddress field in transaction traces. * Add test * Fix warning. * Fix test * Additional fix. * Fix tests content.
-
Tomasz Drwięga authored
* Removing extras data from retracted blocks. * Adding a test case
-
Marek Kotewicz authored
* fixed #2263, geth keys with ciphertext shorter than 32 bytes * replace unwrap with more helpful expect * tests for decrypting short secrets
-
Gav Wood authored
* Add support for Expanse. * Fix build. * Refactor to be able to alter the eth subprotocol name * Fix JSON. * Support exp hardfork. * Fix exp json again. * Fixed test * Fix tests.
-
- Sep 27, 2016
-
-
asynchronous rob authored
* allow specifying cache sizes for specific columns * initialize client with correct cache size * set cache size in client service * default cache size for unspecified columns * fix comment * fix column selection logic * fix migrations module
-
Arkadiy Paronyan authored
* State cache * Reduced copying data between caches Whitespace and optional symbols * Reduced copying data between caches Whitespace and optional symbols * Set a limit on storage cache * Style and docs
-
asynchronous rob authored
* move block queue to own module, a couple readability changes * make block queue generic over verifiable data also fixes heap size calculation * make block queue into a more generic verification queue * some module reoganization * implement header queue * clean up verification error messages
-
Tomasz Drwięga authored
* Moving file fetching to separate crate. * ethcore_hashContent * Tests running on mocked fetch. * Limiting size of downloadable assets
-
Gav Wood authored
* Reorder transaction_by_hash to favour canon search * Fix build. * Slightly cleaner function. * Fix test.
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
Conflicts: rpc/src/v1/types/bytes.rs
-
Changed http:// to https:// on some links in README.md
-