neo-go/cli
Roman Khimov ae003a1578 cli/server: fix db restorer math wrt skip
Given `-s 1` with a dump of 6001 blocks it skipped the first one and then
tried to import the next 6001 which failed with EOF because there are only
6000 blocks left.
2019-12-27 12:15:47 +03:00
..
server cli/server: fix db restorer math wrt skip 2019-12-27 12:15:47 +03:00
smartcontract util: add LE suffix to Uint256 methods 2019-12-06 12:16:55 +03:00
vm cli: move avm inspect from vm to contract command 2019-10-29 12:56:44 +03:00
wallet cli/wallet: use more secure way to read passwords 2019-12-03 20:04:52 +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