neo-go/cli
Roman Khimov b05754deac core: add Close() to blockchainer, implement it to properly close chain
Before it the deferred function in Run() was actually never able to properly
close the Store, so we weren't synching the latest state to the disk.
2019-11-08 12:19:54 +03:00
..
server core: add Close() to blockchainer, implement it to properly close chain 2019-11-08 12:19:54 +03:00
smartcontract smartcontract: allow RPC endpoint to be specified, fix #363 2019-10-29 16:32:49 +03:00
vm cli: move avm inspect from vm to contract command 2019-10-29 12:56:44 +03:00
wallet cli: extend NewCommand() to NewCommands() 2019-10-19 23:58:45 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go cli: extend NewCommand() to NewCommands() 2019-10-19 23:58:45 +03:00