neoneo-go/pkg/rpc/server/testdata
Anna Shaleva 73ecbb2fb3 rpc: adjust helper contract code
Compiler forces notification parameters to match the one specified in
manifest, and manifest of `test_contract.go` tells that `to` parameter
type is hash160:
```
event 'Transfer' should have 'Hash160' as type of 1 parameter, got: ByteArray
```
2022-01-14 16:47:31 +03:00
..
invokescript_contract.go core: use Neo.Crypto.CheckSig for standard signature verification 2021-03-10 21:45:58 +03:00
test_contract.go rpc: adjust helper contract code 2022-01-14 16:47:31 +03:00
test_contract.yml nef: add Source field 2021-09-24 00:19:37 +03:00
testblocks.acc rpc: implement findstates RPC handler 2021-10-13 11:41:05 +03:00
verification_contract.go core: rename Neo.Crypto.CheckSig interop 2021-05-11 18:37:55 +03:00
verification_with_args_contract.go rpc: refactor invokecontractverify 2021-03-12 18:59:20 +03:00