neoneo-go/pkg
Roman Khimov c034aae378 core: fix wrong data being read in interops (part of #501)
When 74590551 introduced this code we had no proper caching layer, so there
were these strange fallbacks in the code. fc0031e5 should'd removed them, but
failed to do so, so do it now and fix processing of transactions that touch
storage for the same key (address) in the same block.
2019-12-04 19:51:57 +03:00
..
compiler compiler: move it up from vm 2019-12-03 18:23:46 +03:00
consensus *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
core core: fix wrong data being read in interops (part of #501) 2019-12-04 19:51:57 +03:00
crypto *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
internal/keytestcases crypto: add invalid testcase 2019-11-29 11:03:03 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: add missing test 2019-12-03 16:20:06 +03:00
network Merge pull request #467 from nspcc-dev/errcheck_297 2019-12-03 15:06:11 +03:00
rpc rpc: remove hardcoded pushbytes64 constant 2019-12-03 18:23:46 +03:00
smartcontract *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
util util: add missing tests for Uint256 2019-11-25 11:55:26 +03:00
vm compiler: move it up from vm 2019-12-03 18:23:46 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00