mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
Merge branch 'upstream_merge_v1.15.11' of https://github.com/maticnetwork/bor into v2.1.0-candidate
This commit is contained in:
commit
a748d9e670
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