mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
core/vm: removed kzgPointEvaluation precompile from Prgue
This commit is contained in:
parent
541b0d0ba0
commit
7f29706a14
2 changed files with 0 additions and 2 deletions
|
|
@ -128,7 +128,6 @@ var PrecompiledContractsPrague = PrecompiledContracts{
|
||||||
common.BytesToAddress([]byte{0x07}): &bn256ScalarMulIstanbul{},
|
common.BytesToAddress([]byte{0x07}): &bn256ScalarMulIstanbul{},
|
||||||
common.BytesToAddress([]byte{0x08}): &bn256PairingIstanbul{},
|
common.BytesToAddress([]byte{0x08}): &bn256PairingIstanbul{},
|
||||||
common.BytesToAddress([]byte{0x09}): &blake2F{},
|
common.BytesToAddress([]byte{0x09}): &blake2F{},
|
||||||
common.BytesToAddress([]byte{0x0a}): &kzgPointEvaluation{},
|
|
||||||
common.BytesToAddress([]byte{0x0b}): &bls12381G1Add{},
|
common.BytesToAddress([]byte{0x0b}): &bls12381G1Add{},
|
||||||
common.BytesToAddress([]byte{0x0c}): &bls12381G1MultiExp{},
|
common.BytesToAddress([]byte{0x0c}): &bls12381G1MultiExp{},
|
||||||
common.BytesToAddress([]byte{0x0d}): &bls12381G2Add{},
|
common.BytesToAddress([]byte{0x0d}): &bls12381G2Add{},
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,6 @@ var allPrecompiles = map[common.Address]PrecompiledContract{
|
||||||
common.BytesToAddress([]byte{7}): &bn256ScalarMulIstanbul{},
|
common.BytesToAddress([]byte{7}): &bn256ScalarMulIstanbul{},
|
||||||
common.BytesToAddress([]byte{8}): &bn256PairingIstanbul{},
|
common.BytesToAddress([]byte{8}): &bn256PairingIstanbul{},
|
||||||
common.BytesToAddress([]byte{9}): &blake2F{},
|
common.BytesToAddress([]byte{9}): &blake2F{},
|
||||||
common.BytesToAddress([]byte{0x0a}): &kzgPointEvaluation{},
|
|
||||||
|
|
||||||
common.BytesToAddress([]byte{0x0f, 0x0a}): &bls12381G1Add{},
|
common.BytesToAddress([]byte{0x0f, 0x0a}): &bls12381G1Add{},
|
||||||
common.BytesToAddress([]byte{0x0f, 0x0b}): &bls12381G1MultiExp{},
|
common.BytesToAddress([]byte{0x0f, 0x0b}): &bls12381G1MultiExp{},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue