Test behavior of SignatureChecker against the identity precompile (0x4) (#5501)
This commit is contained in:
12
test/helpers/precompiles.js
Normal file
12
test/helpers/precompiles.js
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
ecRecover: '0x0000000000000000000000000000000000000001',
|
||||
SHA2_256: '0x0000000000000000000000000000000000000002',
|
||||
RIPEMD_160: '0x0000000000000000000000000000000000000003',
|
||||
identity: '0x0000000000000000000000000000000000000004',
|
||||
modexp: '0x0000000000000000000000000000000000000005',
|
||||
ecAdd: '0x0000000000000000000000000000000000000006',
|
||||
ecMul: '0x0000000000000000000000000000000000000007',
|
||||
ecPairing: '0x0000000000000000000000000000000000000008',
|
||||
blake2f: '0x0000000000000000000000000000000000000009',
|
||||
pointEvaluation: '0x000000000000000000000000000000000000000a',
|
||||
};
|
||||
Reference in New Issue
Block a user