openethereum/ethcore/src
Svyatoslav Nikolsky bac6293309 gas_limit for blocks, mined by Parity will be divisible by 37 (#4154)
* gas_limit for new blocks will divide evenly by 13

* increased PARITY_GAS_LIMIT_DETERMINANT to 37

* separate method for marking mined block

* debug_asserts(gas_limit within protocol range)

* round_block_gas_limit method is now static

* made round_block_gas_limit free-function

* multiplier->multiple [ci skip]
2017-01-16 14:29:51 +01:00
..
account_provider Better error messages for PoA chains 2017-01-04 12:50:50 +01:00
blockchain Get rid of unsafe code in ethkey, propagate incorrect Secret errors. (#4119) 2017-01-11 12:16:47 +01:00
blooms Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
client icarus -> update, increase web timeout. (#4165) 2017-01-13 16:30:16 +01:00
engines UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
ethereum gas_limit for blocks, mined by Parity will be divisible by 37 (#4154) 2017-01-16 14:29:51 +01:00
evm Improvements and optimisations to estimate_gas (#4142) 2017-01-12 11:06:12 +01:00
json_tests UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
migrations Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
miner UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
snapshot UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
spec Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00
state UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
tests UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
trace Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
types UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
verification UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
views UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
account_db.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
action_params.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
basic_types.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
block.rs UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
builtin.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
cache_manager.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
db.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
env_info.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
error.rs Merge branch 'master' into auth-bft 2016-12-12 21:28:46 +01:00
executive.rs UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
externalities.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
factory.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
header.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
lib.rs UnverifiedTransaction type (#4134) 2017-01-13 08:51:36 +00:00
pod_account.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
pod_state.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
service.rs Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00
state_db.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00