Change logs of icondbtools
- Add 'tps' command
- Calculate tps based on confirmed transactions that a specific range of blocks contain.
- tps = tx_count / (end block.timestamp - start block.timestamp)
- Improve sync command
- If --start option is not defined, icondbtools try to use the next height of the last block on .statedb/icon_dex as a start height.
- Add flag options. (--no-fee, --no-audit, --deployer-whitelist, --score-package-validator)
- Add new commands. (statelastblock, account)
- Implement basic features
- sync, lastblock, block, txresult, clear, statehash