neo-go/cli
Roman Khimov b706130175 cli/server: redo dumper to dump blocks from 0
NGD dumps are all zero-based and even though I don't like it (genesys block
should not be imported, it's the root of chain trust), we have to conform to
this convention for interoperability with C# nodes (otherwise they're not able
to import our dumps).

This also renames `skip` dumper parameter to `start` which is more logical
now, the default is to start the dump from block number zero.
2019-12-27 12:11:57 +03:00
..
server cli/server: redo dumper to dump blocks from 0 2019-12-27 12:11:57 +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