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

Commit

Permalink
Introduce EIP150 hardfork block for ETC (#2736)
Browse files Browse the repository at this point in the history
* Introduce EIP150 hardfork block for ETC

* Bumping json tests
  • Loading branch information
gavofyork authored and arkpar committed Oct 19, 2016
1 parent 1b36a2c commit e5ae24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ethcore/res/ethereum/classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"blockReward": "0x4563918244F40000",
"registrar" : "0xc6d9d2cd449a754c494264e1809c50e34d64562b",
"homesteadTransition": "0x118c30",
"eip150Transition": "0x7fffffffffffffff"
"eip150Transition": "0x2625a0"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion ethcore/res/ethereum/tests
Submodule tests updated 31 files
+3 −0 BlockchainTests/EIP150/README.md
+238 −18 BlockchainTests/EIP150/bcBlockGasLimitTest.json
+3 −0 BlockchainTests/Homestead/README.md
+8,073 −64,129 BlockchainTests/Homestead/bcSuicideIssue.json
+1 −0 BlockchainTests/README.md
+6 −0 BlockchainTests/TestNetwork/README.md
+43 −43 StateTests/EIP150/Homestead/stBoundsTest.json
+72 −72 StateTests/EIP150/Homestead/stCallCodes.json
+38 −38 StateTests/EIP150/Homestead/stCallCreateCallCodeTest.json
+58 −58 StateTests/EIP150/Homestead/stCallDelegateCodes.json
+58 −58 StateTests/EIP150/Homestead/stCallDelegateCodesCallCode.json
+34 −34 StateTests/EIP150/Homestead/stDelegatecallTest.json
+5 −5 StateTests/EIP150/Homestead/stHomeSteadSpecific.json
+17 −17 StateTests/EIP150/Homestead/stInitCodeTest.json
+46 −46 StateTests/EIP150/Homestead/stLogTests.json
+65 −65 StateTests/EIP150/Homestead/stMemoryTest.json
+89 −89 StateTests/EIP150/Homestead/stPreCompiledContracts.json
+15 −15 StateTests/EIP150/Homestead/stQuadraticComplexityTest.json
+2 −2 StateTests/EIP150/Homestead/stRecursiveCreate.json
+19 −19 StateTests/EIP150/Homestead/stRefundTest.json
+9 −9 StateTests/EIP150/Homestead/stSpecialTest.json
+60 −60 StateTests/EIP150/Homestead/stSystemOperationsTest.json
+43 −43 StateTests/EIP150/Homestead/stTransactionTest.json
+85 −85 StateTests/EIP150/Homestead/stWalletTest.json
+4 −0 StateTests/EIP150/README.md
+30 −30 StateTests/EIP150/stChangedTests.json
+247 −10 StateTests/EIP150/stEIPSpecificTest.json
+29 −29 StateTests/EIP150/stEIPsingleCodeGasPrices.json
+8 −8 StateTests/EIP150/stMemExpandingEIPCalls.json
+4 −0 StateTests/Homestead/README.md
+6 −0 StateTests/README.md

0 comments on commit e5ae24d

Please sign in to comment.