mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4298 from ethereum/rpcDifficultyFix
Fix ipc tests for recent versions of cpp-ethereum.
This commit is contained in:
commit
dea9646a1d
@ -28,6 +28,7 @@ Compiler Features:
|
|||||||
* Type Checker: Show named argument in case of error.
|
* Type Checker: Show named argument in case of error.
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
* Tests: Fix chain parameters to make ipc tests work with newer versions of cpp-ethereum.
|
||||||
|
|
||||||
### 0.4.24 (2018-05-16)
|
### 0.4.24 (2018-05-16)
|
||||||
|
|
||||||
|
@ -244,7 +244,8 @@ void RPCSession::test_setChainParams(vector<string> const& _accounts)
|
|||||||
"timestamp": "0x00",
|
"timestamp": "0x00",
|
||||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||||
"extraData": "0x",
|
"extraData": "0x",
|
||||||
"gasLimit": "0x1000000000000"
|
"gasLimit": "0x1000000000000",
|
||||||
|
"difficulty": "1"
|
||||||
},
|
},
|
||||||
"accounts": {
|
"accounts": {
|
||||||
"0000000000000000000000000000000000000001": { "wei": "1", "precompiled": { "name": "ecrecover", "linear": { "base": 3000, "word": 0 } } },
|
"0000000000000000000000000000000000000001": { "wei": "1", "precompiled": { "name": "ecrecover", "linear": { "base": 3000, "word": 0 } } },
|
||||||
|
Loading…
Reference in New Issue
Block a user