neoneo-go/pkg/core/interop/runtime
Anna Shaleva 95cbddf19e cli: use custom logger to filter out runtime.Log messages
```
anna@kiwi:~/Documents/GitProjects/nspcc-dev/neo-go$ ./bin/neo-go vm -p

    _   ____________        __________      _    ____  ___
   / | / / ____/ __ \      / ____/ __ \    | |  / /  |/  /
  /  |/ / __/ / / / /_____/ / __/ / / /____| | / / /|_/ /
 / /|  / /___/ /_/ /_____/ /_/ / /_/ /_____/ |/ / /  / /
/_/ |_/_____/\____/      \____/\____/      |___/_/  /_/

NEO-GO-VM > loadgo ./1-print/1-print.go
READY: loaded 21 instructions
NEO-GO-VM 0 > run
2022-10-07T15:28:20.461+0300	INFO	runtime log	{"tx": "", "script": "db03ceb3f672ee8cd0d714989b4d103ff7eed2f3", "msg": "Hello, world!"}
[]
```
2022-10-07 15:57:33 +03:00
..
engine.go cli: use custom logger to filter out runtime.Log messages 2022-10-07 15:57:33 +03:00
engine_test.go runtime: check notifications against ABI 2022-10-04 17:52:38 +03:00
ext_test.go core, rpc: move getFakeNextBlock to Blockchain 2022-10-07 15:56:34 +03:00
util.go Merge pull request #2525 from nspcc-dev/immutable-items 2022-05-31 10:36:56 +03:00
util_test.go vm: support immutable compound types 2022-05-31 08:07:50 +03:00
witness.go interop/vm: use more robust CalledByEntry check 2022-08-05 14:35:00 +03:00