openethereum/ethcore/res/ethereum
Thibaut Sardan 5c56fc5023
Backport Beta 2.2.1 (#9905)
* Bump beta to version 2.2.1

* fix: Intermittent failing CI due to addr in use (#9885)

Allow OS to set port at runtime

* Use Weak reference in PubSubClient (#9886)

* Fix json tracer overflow (#9873)

* Fix json tracer overflow

* Replace trace_executed with a direct trace push

* Remove unused variable

* Add test for 5a51

* Remove duplicate json!

* Fix docker script (#9854)


* Dockerfile: change source path of the newly added check_sync.sh (#9869)

* Allow to seal work on latest block (#9876)

* Allow to seal work on latest block.

* Test from @todr to check sealing conditions.

* gitlab-ci: make android release build succeed (#9743)

* use docker cargo config file for android builds

* make android build succeed

* ethcore: use Machine::verify_transaction on parent block (#9900)

* ethcore: use Machine::verify_transaction on parent block

also fixes off-by-one activation of transaction permission contract

* ethcore: clarify call to verify_transaction

* foundation: #6692865, ropsten: #4417537, kovan: #9363457

* Remove rust-toolchain file (#9906)

* EIP-712 implementation (#9631)

* EIP-712 impl

* added more tests

* removed size parsing unwrap

* corrected TYPE_REGEX to disallow zero sized fixed length arrays, replaced LinkedHashSet with IndexSet, added API spec to docs, fixed Type::Byte encoding branch

* use Option<u64> instead of u64 for Type::Array::Length

* replace `.iter()` with  `.values()`

Co-Authored-By: seunlanlege <seunlanlege@gmail.com>

* tabify eip712.rs

* use proper comments for docs

* Cargo.lock: revert unrelated changes

* tabify encode.rs

* EIP 191 (#9701)

* added sign_191 rpc method

* fixed hash_structured_data return type

* added ConfirmationPayload::SignMessage for non-prefixed signatures, added tests for sign191

* renamed WithValidator -> PresignedTransaction

* rename applicationData to data in test

* adds docs for EIP191Version, renamed SignRequest to EIP191SignRequest

* light-fetch: Differentiate between out-of-gas/manual throw and use required gas from response on failure (#9824)

* fix start_gas, handle OOG exceptions & NotEnoughGas

* Change START_GAS: 50_000 -> 60_000
* When the `OutOfGas exception` is received then try to double the gas until it succeeds or block gas limit is reached
* When `NotEnoughBasGas error` is received then use the required gas provided in the response

* fix(light-fetch): ensure block_gas_limit is tried

Try the `block_gas_limit` before regard the execution as an error

* Update rpc/src/v1/helpers/light_fetch.rs

Co-Authored-By: niklasad1 <niklasadolfsson1@gmail.com>

* simplify cargo audit

* Use block header for building finality (#9914)

* ci: nuke the gitlab caches (#9855)
2018-11-14 15:23:44 +01:00
..
tests@2cd62aeec1 version: mark 2.2.0 beta (#9820) 2018-11-02 10:02:46 +01:00
tests-issues version: mark 2.2.0 beta (#9820) 2018-11-02 10:02:46 +01:00
byzantium_test.json Generalized blockReward and difficultyBombDelays config (#9480) 2018-09-09 00:38:07 +02:00
callisto.json Add Callisto support (#9534) 2018-10-11 11:03:57 +02:00
classic.json version: mark 2.2.0 beta (#9820) 2018-11-02 10:02:46 +01:00
constantinople_test.json version: mark 2.2.0 beta (#9820) 2018-11-02 10:02:46 +01:00
easthub.json Add EIP-1014 transition config flag (#9268) 2018-08-31 23:43:51 +08:00
eip150_test.json Add EIP-1014 transition config flag (#9268) 2018-08-31 23:43:51 +08:00
eip161_test.json Update state tests execution model (#9440) 2018-09-10 22:38:30 +02:00
eip210_test.json Enable all Constantinople hard fork changes in constantinople_test.json (#9505) 2018-09-12 02:08:23 +08:00
ellaism.json Add EIP-1014 transition config flag (#9268) 2018-08-31 23:43:51 +08:00
expanse.json Generalized blockReward and difficultyBombDelays config (#9480) 2018-09-09 00:38:07 +02:00
foundation.json Backport Beta 2.2.1 (#9905) 2018-11-14 15:23:44 +01:00
frontier_like_test.json Add EIP-1014 transition config flag (#9268) 2018-08-31 23:43:51 +08:00
frontier_test.json Add EIP-1014 transition config flag (#9268) 2018-08-31 23:43:51 +08:00
homestead_test.json Add EIP-1014 transition config flag (#9268) 2018-08-31 23:43:51 +08:00
kovan_wasm_test.json Kovan WASM fork code (#7849) 2018-02-19 12:27:42 +01:00
kovan.json Backport Beta 2.2.1 (#9905) 2018-11-14 15:23:44 +01:00
mcip3_test.json ethcore: mcip3 block reward contract (#9605) 2018-10-03 12:44:43 +01:00
morden.json Add EIP-1014 transition config flag (#9268) 2018-08-31 23:43:51 +08:00
musicoin.json ethcore: mcip3 block reward contract (#9605) 2018-10-03 12:44:43 +01:00
poacore.json HF in POA Core (2018-10-22) (#9724) 2018-10-09 17:17:39 +02:00
poasokol.json HF in POA Sokol (2018-09-19) (#9607) 2018-09-25 12:25:55 +02:00
ropsten.json Backport Beta 2.2.1 (#9905) 2018-11-14 15:23:44 +01:00
social.json Add EIP-1014 transition config flag (#9268) 2018-08-31 23:43:51 +08:00
tobalaba.json Update tobalaba.json (#9419) 2018-08-28 14:06:36 +02:00
transition_test.json Generalized blockReward and difficultyBombDelays config (#9480) 2018-09-09 00:38:07 +02:00