File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
ets/scala/io/iohk/ethereum/ets/blockchain
it/scala/io/iohk/ethereum/txExecTest Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ trait BlockchainTestConfig extends BlockchainConfig {
39
39
override val atlantisBlockNumber : BigInt = Long .MaxValue
40
40
override val aghartaBlockNumber : BigInt = Long .MaxValue
41
41
override val phoenixBlockNumber : BigInt = Long .MaxValue
42
+ override val petersburgBlockNumber : BigInt = Long .MaxValue
42
43
}
43
44
44
45
object FrontierConfig extends BlockchainTestConfig {
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ class ECIP1017Test extends FlatSpec with Matchers {
45
45
override val atlantisBlockNumber : BigInt = Long .MaxValue
46
46
override val aghartaBlockNumber : BigInt = Long .MaxValue
47
47
override val phoenixBlockNumber : BigInt = Long .MaxValue
48
+ override val petersburgBlockNumber : BigInt = Long .MaxValue
48
49
}
49
50
val ec = ExecutionContext .fromExecutor(Executors .newFixedThreadPool(4 ))
50
51
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ class ForksTest extends FlatSpec with Matchers {
42
42
override val atlantisBlockNumber : BigInt = Long .MaxValue
43
43
override val aghartaBlockNumber : BigInt = Long .MaxValue
44
44
override val phoenixBlockNumber : BigInt = Long .MaxValue
45
+ override val petersburgBlockNumber : BigInt = Long .MaxValue
45
46
}
46
47
47
48
val noErrors = a[Right [_, Seq [Receipt ]]]
You can’t perform that action at this time.
0 commit comments