openethereum/ethcore/res/ethereum
s3krit 3fd58bdcbd
Beta 2.5.3 (#10776)
* ethcore/res: activate atlantis classic hf on block 8772000 (#10766)

* fix docker tags for publishing (#10741)

* fix: aura don't add `SystemTime::now()` (#10720)

This commit does the following:
- Prevent overflow in `verify_timestamp()` by not adding `now` to found faulty timestamp
- Use explicit `CheckedSystemTime::checked_add` to prevent potential consensus issues because SystemTime is platform
depedent
- remove `#[cfg(not(time_checked_add))]` conditional compilation

* Update version

* Treat empty account the same as non-exist accounts in EIP-1052 (#10775)

* DevP2p: Get node IP address and udp port from Socket, if not included in PING packet (#10705)

* get node IP address and udp port from Socket, if not included in PING packet

* prevent bootnodes from being added to host nodes

* code corrections

* code corrections

* code corrections

* code corrections

* docs

* code corrections

* code corrections

* Apply suggestions from code review

Co-Authored-By: David <dvdplm@gmail.com>

* Add a way to signal shutdown to snapshotting threads (#10744)

* Add a way to signal shutdown to snapshotting threads

* Pass Progress to fat_rlps() so we can abort from there too.

* Checking for abort in a single spot

* Remove nightly-only weak/strong counts

* fix warning

* Fix tests

* Add dummy impl to abort snapshots

* Add another dummy impl for TestSnapshotService

* Remove debugging code

* Return error instead of the odd Ok(())
Switch to AtomicU64

* revert .as_bytes() change

* fix build

* fix build maybe
2019-06-25 13:38:29 +00:00
..
tests@725dbc73a5 Add Statetest support for Constantinople Fix (#10323) 2019-02-11 17:13:36 +01:00
tests-issues Handle the case for contract creation on an empty but exist account with storage items (#10065) 2019-01-15 10:21:44 +01:00
byzantium_test.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
callisto.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
classic.json Beta 2.5.3 (#10776) 2019-06-25 13:38:29 +00:00
constantinople_test.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
eip150_test.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
eip161_test.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
eip210_test.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
ellaism.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
expanse.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
foundation.json Update light client harcoded headers (#10547) 2019-03-31 11:46:36 +02:00
frontier_like_test.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
frontier_test.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
goerli.json beta 2.5.1 (#10643) 2019-05-10 13:48:52 +02:00
homestead_test.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
kotti.json backports for beta 2.5.2 (#10737) 2019-06-11 20:56:03 +02:00
kovan.json beta 2.5.1 (#10643) 2019-05-10 13:48:52 +02:00
kovan_wasm_test.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
mcip3_test.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
mix.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
morden.json backports for beta 2.5.2 (#10737) 2019-06-11 20:56:03 +02:00
musicoin.json Disable EIP-98 transition by default (#9955) 2018-11-25 19:59:27 +01:00
poacore.json beta 2.5.1 (#10643) 2019-05-10 13:48:52 +02:00
poasokol.json Enable St-Peters-Fork ("Constantinople Fix") (#10223) 2019-01-21 22:55:44 +01:00
rinkeby.json beta 2.5.1 (#10643) 2019-05-10 13:48:52 +02:00
ropsten.json Update light client harcoded headers (#10547) 2019-03-31 11:46:36 +02:00
st_peters_test.json Add Statetest support for Constantinople Fix (#10323) 2019-02-11 17:13:36 +01:00
tobalaba.json Update EWF's tobalaba chainspec (#10152) 2019-01-09 11:37:28 +01:00
transition_test.json Generalized blockReward and difficultyBombDelays config (#9480) 2018-09-09 00:38:07 +02:00