## Version 0.2.0 (2018-07-24) Changes: - Replace block.Body().Transactions with block.Transactions() New Features: - Add block signer for clique - Add flag blockDelay for small forks ## Version 0.1.0 (2018-07-03) Changes: - Update log overwirte to append - Update database transaction context - Update start block number to current database maximum when loop - Update automatic request block interval - Update database automatically reconnect - Remove count blocks when get current database maximum New Features: - Extract NewChain blocks and transactions into database Bugfixes: - Fixed from address sender error - Fixed toAddress string nil error - Fixed ethclient close nil error - Fixed database connected threads bug - Fixed database duplicate key error when restart loop - Fixed database index 0 duplicate error - Fixed database insert timestamp 0 error