- Sep 23, 2016
-
-
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
-
Denis S. Soldatov aka General-Beck authored
-
Denis S. Soldatov aka General-Beck authored
update deploy
-
Denis S. Soldatov aka General-Beck authored
add deploy to S3
-
Arkadiy Paronyan authored
-
asynchronous rob authored
* port trie iterators to use error handling * use new trie iterators in snapshot allows proper recovery from a premature periodic snapshot
-
Tomasz Drwięga authored
* Limit for logs filter. * Moving limit inside the filter object * Fixing tests
-
Tomasz Drwięga authored
* Avoid cloning clean stuff * Don't clone state when closing/locking blocks * handle errors in commit * revert `close_and_lock` changes * defer state root update until post state commit
-
Tomasz Drwięga authored
* Allowing signer to use initial token * Generating new tokens via RPC * Fixing RPC tests * Fixing signer doctest * whitespace [ci:skip] * whitespace [ci:skip]
-
- Sep 20, 2016
-
-
asynchronous rob authored
Fixing evm-debug
-
Denis S. Soldatov aka General-Beck authored
remove -export
-
Tomasz Drwięga authored
-
asynchronous rob authored
Fix syncing with pv63 peers
-
Arkadiy Paronyan authored
-
- Sep 19, 2016
-
-
asynchronous rob authored
Bumping jsonrpc-core & jsonrpc-http-server
-
Tomusdrw authored
-
Tomusdrw authored
-
- Sep 18, 2016
- Sep 16, 2016
-
-
* Bump clippy * Fixing warnings
-
asynchronous rob authored
Import command summary
-
Arkadiy Paronyan authored
-
-
- Sep 15, 2016
-
-
Arkadiy Paronyan authored
-
asynchronous rob authored
Get bigint on crates.io
-
* enable internal sealing based on author * add tests, keep track of engine sealing status * method to check if default address is_sealer * simplify constructors * fix typo
-
- Sep 14, 2016
-
-
asynchronous rob authored
Config files
-
Denis S. Soldatov aka General-Beck authored
add allow_failure: true to rust beta
-
asynchronous rob authored
-
-
* Limiting number of logs * Test for logs * Fixing logs ordering and indexing * Fixing sort * unwrap -> expect * Revert "unwrap -> expect" This reverts commit e99e6e77.
-
Denis S. Soldatov aka General-Beck authored
update name
-