neoneo-go/pkg
Roman Khimov 5ba4f3ef08 rpc: set transaction's script for test invocation
GetScriptContainer() interop can try to get this transaction and this attempt
will lead to hash calculation with transaction serialization, but transaction
can't be successfully serialized if it doesn't have a script set, so this
makes test invocations fail.
2020-07-14 18:05:49 +03:00
..
compiler core, compiler: return struct from GetScriptContainer interop 2020-07-14 06:04:48 +03:00
config config: allow to specify config path directly 2020-07-03 11:47:56 +03:00
consensus Merge pull request #1177 from nspcc-dev/no-free-vm-runs 2020-07-14 08:42:13 +03:00
core Merge pull request #1174 from nspcc-dev/neo3/interop/getscriptcontainer 2020-07-14 08:58:52 +03:00
crypto Merge pull request #1115 from nspcc-dev/fix/convert 2020-07-10 19:27:36 +03:00
encoding *: change address to the new format 2020-06-17 15:58:21 +03:00
internal block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
interop interop/runtime: synchronize trigger values with smartcontract/trigger 2020-07-07 20:25:52 +03:00
io io: make maxArraySize public 2020-06-27 12:18:56 +03:00
network consensus: use GetNextBlockValidators where appropriate 2020-07-11 19:54:50 +03:00
rpc rpc: set transaction's script for test invocation 2020-07-14 18:05:49 +03:00
smartcontract vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
wallet wallet: marshal script in base64 2020-07-02 11:43:53 +03:00