- Sep 28, 2016
-
-
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
-
- Sep 26, 2016
-
-
Marek Kotewicz authored
* 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
-
Tomasz Drwięga authored
-
asynchronous rob authored
Tx Queue improvements
-
asynchronous rob authored
-
asynchronous rob authored
-
Tomasz Drwięga authored
* Lenient bytes deserialization * Printing warning
-
Tomusdrw authored
-
Tomusdrw authored
-
- Sep 23, 2016
-
-
Denis S. Soldatov aka General-Beck authored
fix
-
Denis S. Soldatov aka General-Beck authored
copy from beta
-
Tomasz Drwięga authored
Conflicts: ethcore/src/miner/transaction_queue.rs
-
Gav Wood authored
-
Gav Wood authored
-
Tomasz Drwięga authored
* Handle RLP to string UTF-8 decoding errors (#2217) * pending transactions Conflicts: rpc/src/v1/impls/ethcore.rs rpc/src/v1/traits/ethcore.rs
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
Conflicts: ethcore/src/miner/transaction_queue.rs
-
Tomasz Drwięga authored
-
asynchronous rob authored
* 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
-
Gav Wood authored
* Add hash as CLI function * Use streaming SHA3.
-
- Sep 22, 2016
-
-
Tomasz Drwięga authored
* Separate path for code size * Actually use it for EVM * add extcodesize to TestExt
-
asynchronous rob authored
Closes #2213 Omit transaction and receipt roots from abridged block. No longer use RLP compression. Make ordered_trie_root generic over an iterator to save an allocation. Breaks snapshot format backwards compatibility (with other 1.4 snapshots -- it's already been broken with 1.3). Documentation will need updating
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
* Fixing eth_call to builtins * Fixing bytes deserialization * Removing comment
-
Gav Wood authored
* Fix up pending receipts details. * Add support for additional params and registry over RPC. * Fix tests. * Add test, additional fix. Fixes #1932. * Fix up tests. * Fix test. * Fix test. * Remove unused use. * Add encryption, decryption and public-key RPCs. * Remove &
-
- Sep 21, 2016
-
-
Denis S. Soldatov aka General-Beck authored
fix x86_64-pc-windows-msvc
-