- Jul 01, 2016
- Jun 30, 2016
-
-
Gav Wood authored
-
-
- Jun 29, 2016
-
-
Arkadiy Paronyan authored
-
NikVolf authored
-
- 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 24, 2016
-
-
Gav Wood authored
-
- Jun 23, 2016
- Jun 22, 2016
- Jun 21, 2016
-
-
Arkadiy Paronyan authored
-
- Jun 20, 2016
-
-
Arkadiy Paronyan authored
-
Nikolay Volf authored
-
Arkadiy Paronyan authored
-
Tomasz Drwięga 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
-