neoneo-go/pkg/core/interop
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
..
contract core, rpc: move getFakeNextBlock to Blockchain 2022-10-07 15:56:34 +03:00
crypto interop: wrap contract.LoadToken in context.LoadToken 2022-06-06 21:53:03 +03:00
interopnames core: support System.Runtime.GetAddressVersion syscall 2022-04-21 19:26:16 +03:00
iterator rpc: implement iterator sessions 2022-07-08 17:05:18 +03:00
runtime cli: use custom logger to filter out runtime.Log messages 2022-10-07 15:57:33 +03:00
storage core, rpc: move getFakeNextBlock to Blockchain 2022-10-07 15:56:34 +03:00
context.go state: add more convenient method to get native contract hashes 2022-08-15 10:54:29 +03:00
doc.go *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
gas_price.go interop: fetch baseExecFee once and keep it in the Context 2021-08-11 15:42:23 +03:00