openethereum/ethcore/res
s3krit d961010f63
V2.7.2 stable ()
* update classic testnet bootnodes ()

* update classic testnet bootnodes

* Update kotti.json

* Update kotti.json

* Update kotti.json

* Update mordor.json

* verification: fix race same block + misc ()

* ethcore: fix race in verification

* verification: fix some nits

* verification: refactor err type `Kind::create`

* fix: tests

* address grumbles

* address grumbles: don't panic

* fix: export hardcoded sync format ()

* fix: export hardcoded sync format

* address grumbles

* make tests compile with rustc_hex 2.0

* fix grumbles: impl LowerHex for encoded Header

* goerli: replace foundation bootnode ()

* Remove dead bootnodes, add new geth bootnodes ()

* update kvdb-rocksdb to 0.4 ()

* Avoid long state queries when serving GetNodeData requests ()

* Remove dead bootnodes, add new geth bootnodes

* More granular locking when fetching state
Finish GetDataNode requests early if queries take too long

* typo

* Use latest kvdb-rocksdb

* Cleanup

* Update ethcore/sync/src/chain/supplier.rs

Co-Authored-By: Andronik Ordian <write@reusable.software>

* Address review grumbles

* Fix compilation

* Address review grumbles

Co-authored-by: Andronik Ordian <write@reusable.software>

* rlp_derive: cleanup ()

* rlp_derive: update syn & co

* rlp_derive: remove dummy_const

* rlp_derive: remove unused attirubutes

* rlp-derive: change authors

* Cargo.lock: cargo update -p kvdb-rocksdb ()

* Cargo.lock: new lockfile format

Manual backport of https://github.com/paritytech/parity-ethereum/pull/11448

* gcc to clang ()

* gcc to clang

test
```
export CC="sccache "$CC
export CXX="sccache "$CXX
```
darwin build
```
CC=clang
CXX=clang
```

* darwin - > default clang

* Bump version and CHANGELOG.md

* chore: remove unused dependencies ()

* fix: compiler warnings

* chore: remove unused dependencies

* Update CHANGELOG.md

* update Cargo.lock

* update CHANGELOG.md

* backwards compatible call_type creation_method ()

* rlp_derive: update syn & co

* rlp_derive: remove dummy_const

* rlp_derive: remove unused attirubutes

* rlp-derive: change authors

* rlp_derive: add rlp(default) attribute

* Revert "Revert "[Trace] Distinguish between `create` and `create2` ()" ()"

This reverts commit 5d4993b0f8.

* trace: backwards compatible call_type and creation_method

* trace: add rlp backward compatibility tests

* cleanup

* i know, i hate backwards compatibility too

* address review grumbles

* update CHANGELOG.md

* just to make sure we don't screw up this again ()

* Update CHANGELOG.md

Co-authored-by: Talha Cross <47772477+soc1c@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: David <dvdplm@gmail.com>
Co-authored-by: Andronik Ordian <write@reusable.software>
Co-authored-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>
2020-02-05 17:10:36 +01:00
..
contracts Add randomness contract support to AuthorityRound. () 2019-12-17 11:34:14 +01:00
ethereum V2.7.2 stable () 2020-02-05 17:10:36 +01:00
tx_permission_tests TxPermissions ver 3: gas price & data () 2019-10-18 12:12:06 +02:00
wasm-tests@0edbf860ff Allow dropping light client RPC query with no results () 2018-09-12 11:47:01 +02:00
authority_round_block_reward_contract.json [builtin]: support multiple prices and activations in chain spec () 2019-10-31 17:09:08 +01:00
authority_round_empty_steps.json Aura: Broadcast empty step messages instead of creating empty blocks () 2018-02-15 01:39:29 +01:00
authority_round_randomness_contract.json Add randomness contract support to AuthorityRound. () 2019-12-17 11:34:14 +01:00
authority_round.json [builtin]: support multiple prices and activations in chain spec () 2019-10-31 17:09:08 +01:00
constructor.json [builtin]: support multiple prices and activations in chain spec () 2019-10-31 17:09:08 +01:00
instant_seal.json [builtin]: support multiple prices and activations in chain spec () 2019-10-31 17:09:08 +01:00
null_morden_with_finality.json Fix block detail updating () 2019-09-05 19:27:05 +02:00
null_morden_with_reward.json Generalize engine trait () 2017-09-26 14:19:08 +02:00
null_morden.json Generalize engine trait () 2017-09-26 14:19:08 +02:00
null.json [builtin]: support multiple prices and activations in chain spec () 2019-10-31 17:09:08 +01:00
spec_backward_compability.json [builtin]: support multiple prices and activations in chain spec () 2019-10-31 17:09:08 +01:00
validator_contract.json Move more params to the common section. () 2017-07-31 12:34:29 +02:00
validator_multi.json Move more params to the common section. () 2017-07-31 12:34:29 +02:00
validator_safe_contract.json Chainspec validation () 2017-08-02 12:50:36 +02:00