- Jun 28, 2016
-
-
Marek Kotewicz authored
* verifier is no longer a template type of client * added missing ,
-
- Jun 27, 2016
-
-
Arkadiy Paronyan authored
-
Gav Wood authored
-
Gav Wood authored
- Optional limit for the amount of gas transactions may have; - option to restruct transactions returned/queried to only those which have been executed.
-
Arkadiy Paronyan authored
-
Nikolay Volf authored
-
- Jun 23, 2016
-
-
Gav Wood authored
-
- Jun 22, 2016
- Jun 21, 2016
-
-
Arkadiy Paronyan authored
-
- Jun 20, 2016
-
-
Arkadiy Paronyan authored
-
Nikolay Volf authored
-
- Jun 18, 2016
-
-
Gav Wood authored
Soft-fork should only be primed to trigger if the gas-limit of block #1760000 is at most 4,000,000. To accomplish this we pass in the gas limit of that block to EnvInfo so it can inform Schedule. This gets marshalled through `OpenBlock`/`ClosedBlock` and the `enact` functions much like `last_hashes`. `block.rs`'s `env_info()` takes care to ensure that if the current block happens to be #1760000, then we populate with the current `gas_limit`.
-
* Gas price statistics. Affects eth_gasPrice. Added ethcore_gasPriceStatistics. Closes #1265 * Fix a bug in eth_gasPrice * Fix tests. * Revert minor alteration. * Tests for gas_price_statistics. - Tests; - Additional infrastructure for generating test blocks with transactions.
-
- Jun 16, 2016
-
-
Gav Wood authored
* Gas price statistics. Affects eth_gasPrice. Added ethcore_gasPriceStatistics. Closes #1265 * Fix a bug in eth_gasPrice * Fix tests. * Revert minor alteration. * Tests for gas_price_statistics. - Tests; - Additional infrastructure for generating test blocks with transactions.
-
- Jun 13, 2016
-
-
Marek Kotewicz authored
-
- Jun 07, 2016
-
-
asynchronous rob authored
* add TrieError, refactor Trie DB creation * remove Result type alias due to glob import conflicts * fix fallout in state.rs * add debug, display impl for TrieError * fix fallout in account.rs * ethcore::Error::TrieError variant * fix remaining fallout in ethcore crate * added From<TrieError> impl for Error, removed map_err calls * fix test breakages * fix doc tests * update docs [ci skip]
-
- Jun 06, 2016
-
-
Marek Kotewicz authored
-
- Jun 05, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
Gav Wood authored
-
- Jun 03, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
- Jun 02, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
Gav Wood authored
-
Gav Wood authored
* Groundwork for basic VM tracing. * RPC endpoint for VM tracing and ser/de types ready. * Create VMTracer trait. * Rearchitected VM tracing to reflect existing tracing. Should more or less work now. * Integrated VM tracing into JSONRPC. * Fix ethcore module tests. * Add tests for VM tracing. * Fix consensus test code. * Fix mock tests. * Added VM trace information for post-execution stuff. * Fix max-value calls and add "creates" field to getTransaction. * Tests for VM tracing. * Don't implement the trait with unimplemented. * Remove invlaid comment. * Fix tests.
-
Gav Wood authored
-
- May 31, 2016
-
-
Nikolay Volf authored
-
Gav Wood authored
-
Nikolay Volf authored
-
Nikolay Volf authored
-
Nikolay Volf authored
-
asynchronous rob authored
-
Nikolay Volf authored
-
- May 30, 2016
-
-
Gav Wood authored
-
- May 28, 2016
-
-
Arkadiy Paronyan authored
-
Gav Wood authored
-