neo-go/pkg
Evgeniy Stratonikov e754ca62db compiler: do not emit CONVERT for syscall results
When we encounter type assertion CONVERT is emitted.
This isn't needed for SYSCALL (or opcode) results
because value already has needed type.
Problems can arise when result is converted to invalid type
but `neogointernal` package shouldn't be used directly anyway.
2021-03-04 13:05:33 +03:00
..
compiler compiler: do not emit CONVERT for syscall results 2021-03-04 13:05:33 +03:00
config config: move notary module config to ApplicationConfiguration 2021-02-16 13:58:25 +03:00
consensus consensus/test: add missing t.Cleanup() 2021-03-03 13:14:25 +03:00
core Merge pull request #1782 from nspcc-dev/optimize/nep17 2021-03-02 15:28:42 +03:00
crypto manifest: add group signature length check 2021-02-09 22:31:24 +03:00
encoding fixedn: always correctly unmarshal Fixed8 values 2021-01-22 19:14:33 +03:00
interop compiler: implement syscalls for POW and SQRT opcodes 2021-03-04 13:05:33 +03:00
io *: upgrade tests to use T.Cleanup() 2021-03-01 17:08:00 +03:00
network *: upgrade tests to use T.Cleanup() 2021-03-01 17:08:00 +03:00
rpc rpc: provide cosigners accounts to CreateTxFromScript 2021-03-04 10:37:35 +03:00
services core: set native script and hash in SetOracle 2021-02-26 10:59:09 +03:00
smartcontract Merge pull request #1722 from nspcc-dev/fix/nep11 2021-02-22 22:27:09 +03:00
util native/vm: add script check for deployed contracts 2021-02-09 22:31:26 +03:00
vm Merge pull request #1794 from nspcc-dev/fix/json 2021-03-02 13:37:27 +03:00
wallet *: upgrade tests to use T.Cleanup() 2021-03-01 17:08:00 +03:00