mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-24 19:19:21 +00:00
fix modexp gasCost, GST +6
This commit is contained in:
parent
8ecbce6d0c
commit
89402af114
4558
GeneralStateTests.md
4558
GeneralStateTests.md
File diff suppressed because it is too large
Load Diff
@ -640,4 +640,4 @@ const
|
||||
# The Yellow Paper is special casing the GasQuadDivisor.
|
||||
# It is defined in Appendix G with the other GasFeeKind constants
|
||||
# instead of Appendix E for precompiled contracts
|
||||
GasQuadDivisor* = 100
|
||||
GasQuadDivisor* = 20
|
||||
|
@ -33,17 +33,12 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
|
||||
"modexp_3_09984_39936_25000.json",
|
||||
"modexp_3_5_100_22000.json",
|
||||
"modexp_37120_37111_1_1000000.json",
|
||||
"modexp_49_2401_2401_22000.json",
|
||||
"modexp_3_5_100_35000.json",
|
||||
"modexp_3_5_100_1000000.json",
|
||||
"modexp_3_09984_39936_1000000.json",
|
||||
"modexp_49_2401_2401_1000000.json",
|
||||
"modexp_3_28948_11579_20500.json",
|
||||
"modexp_49_2401_2401_155000.json",
|
||||
"modexp_55190_55190_42965_25000.json",
|
||||
"modexp_3_09984_39936_35000.json",
|
||||
"modexp_49_2401_2401_20500.json",
|
||||
"modexp_49_2401_2401_25000.json",
|
||||
"modexp_3_09984_39936_22000.json",
|
||||
"modexp_55190_55190_42965_155000.json",
|
||||
"modexp_55190_55190_42965_1000000.json",
|
||||
@ -57,7 +52,6 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
|
||||
"modexp_modsize0_returndatasize.json",
|
||||
"modexp_37120_37111_37111_1000000.json",
|
||||
"modexp_39936_1_55201_155000.json",
|
||||
"modexp_49_2401_2401_35000.json",
|
||||
|
||||
"ecpairing_perturb_g2_by_field_modulus_again.json",
|
||||
"ecpairing_perturb_zeropoint_by_field_modulus.json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user