Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Implement NoProof for json tests and update tests reference #9744

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
4f6c6ac
Update test reference.
cheme Oct 8, 2018
92b33a2
Move ethtest commit cursor.
cheme Oct 10, 2018
b503c56
Merge branch 'master' into ethereum_tests_update
cheme Oct 11, 2018
2ebbf41
Implements 'NoProof' engine from https://github.com/ethereum/tests/is…
cheme Oct 12, 2018
a1eb0f2
Update tests submodule reference to latest (all test passing except an
cheme Oct 12, 2018
2275437
Restore broken test by using old json tests files.
cheme Oct 12, 2018
cef5d5a
Use CanonNoSeal instead of a custom engine, still have to include some
cheme Oct 15, 2018
a6eecf6
Gas upper limit check in json_chain test was bad, moving the test to
cheme Oct 16, 2018
a2e170e
Restore old behavior (gas uper limit only for ethash engine), at the
cheme Oct 16, 2018
0683616
Proper rpc test fix.
cheme Oct 16, 2018
fdf2baf
Update tests submodule, add SStore bug tests.
cheme Oct 16, 2018
5964c72
Merge branch 'master' into ethereum_tests_update
cheme Oct 16, 2018
73f08b3
prevent zero networkID (#9763)
seunlanlege Oct 16, 2018
da6cf33
docs: changelogs for 2.0.8 and 2.1.3 (#9758)
5chdn Oct 17, 2018
1f103ab
ethcore: bump ropsten forkblock checkpoint (#9775)
5chdn Oct 18, 2018
b82d0b0
Fix json issue tabulation.
cheme Oct 19, 2018
b8da38f
Support eth_chainId RPC method (#9783)
hackmod Oct 20, 2018
68ca8df
Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657)
c0gent Oct 22, 2018
fdae485
Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657)
c0gent Oct 22, 2018
abe30f2
Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657)
c0gent Oct 22, 2018
15d71a0
Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657)
c0gent Oct 23, 2018
fe84718
drops support for olympic testnet, closes #9800 (#9801)
seunlanlege Oct 23, 2018
f4c421f
fix(light-rpc/parity) : Remove unused client (#9802)
niklasad1 Oct 24, 2018
9a2c4a3
sync: retry different peer after empty subchain heads response (#9753)
ascjones Oct 25, 2018
e7f1204
aura: finalize blocks (#9692)
andresilva Oct 25, 2018
1ff827b
Expose config max-round-blocks-to-import (#9439)
sorpaas Oct 26, 2018
879e730
removed "rustup" & added new runner tag (#9731)
fevo1971 Oct 26, 2018
ff13c9c
Insert dev account before unlocking (#9813)
sorpaas Oct 26, 2018
9b55169
Add readiness check for docker container (#9804)
beetahnator Oct 26, 2018
d7a7f75
Update test reference.
cheme Oct 8, 2018
75540ff
Move ethtest commit cursor.
cheme Oct 10, 2018
f8dcc88
Implements 'NoProof' engine from https://github.com/ethereum/tests/is…
cheme Oct 12, 2018
9ab289f
Update tests submodule reference to latest (all test passing except an
cheme Oct 12, 2018
f9c8503
Restore broken test by using old json tests files.
cheme Oct 12, 2018
c9550ae
Use CanonNoSeal instead of a custom engine, still have to include some
cheme Oct 15, 2018
5ffd497
Gas upper limit check in json_chain test was bad, moving the test to
cheme Oct 16, 2018
57e0aaf
Restore old behavior (gas uper limit only for ethash engine), at the
cheme Oct 16, 2018
5a7ec83
Proper rpc test fix.
cheme Oct 16, 2018
e2dc3c2
Update tests submodule, add SStore bug tests.
cheme Oct 16, 2018
4c3c350
Fix json issue tabulation.
cheme Oct 19, 2018
d6cabd8
Switch ethereum/tests to tag 6.0.0-beta.1 (no tests changes from latest
cheme Oct 26, 2018
910ffd2
Merge branch 'ethereum_tests_update' of github.com:cheme/parity-ether…
cheme Oct 26, 2018
79508d6
Revert to "Fix json issue tabulation."
cheme Oct 26, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions ethcore/res/ethereum/constantinople_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"minimumDifficulty": "0x020000",
"difficultyBoundDivisor": "0x0800",
"durationLimit": "0x0d",
"blockReward": {
"0": "0x29A2241AF62C0000",
"5": "0x1BC16D674EC80000"
},
"blockReward": "0x1BC16D674EC80000",
"homesteadTransition": "0x0",
"eip100bTransition": "0x0",
"difficultyBombDelays": {
Expand Down
2 changes: 1 addition & 1 deletion ethcore/res/ethereum/tests
Submodule tests updated 14542 files
Loading