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

Commit b395da9

Browse files
committed
ethcore: bump ropsten forkblock checkpoint (#9775)
1 parent 59dccc9 commit b395da9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ethcore/res/ethereum/ropsten.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"maximumExtraDataSize": "0x20",
2525
"minGasLimit": "0x1388",
2626
"networkID" : "0x3",
27-
"forkBlock": 3383558,
28-
"forkCanonHash": "0x6b4b80d65951375a70bc1ecf9a270d152dd355454d57869abbae2e42c213e0f3",
27+
"forkBlock": "0x40E80F",
28+
"forkCanonHash": "0x3e12d5c0f8d63fbc5831cc7f7273bd824fa4d0a9a4102d65d99a7ea5604abc00",
2929
"maxCodeSize": 24576,
3030
"maxCodeSizeTransition": 10,
3131
"eip150Transition": 0,

util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ track = "stable"
1717
# Indicates a critical release in this track (i.e. consensus issue).
1818
[package.metadata.networks]
1919
foundation = { forkBlock = 4370000, critical = false }
20-
ropsten = { forkBlock = 10, critical = false }
20+
ropsten = { forkBlock = 4230000, critical = false }
2121
kovan = { forkBlock = 6600000, critical = false }
2222

2323
[dependencies]

0 commit comments

Comments
 (0)