-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d32cf1
commit 05d78b9
Showing
3 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
### Fixed | ||
- [RPC] fixed getTxsByAccount rpc arg check and uint infinite loop | ||
- [BLOCKCHAIN] modify blockchain start err | ||
- [BLOCKCHAIN] blockchain store irreversible number | ||
- [TXPOOL] fixed txpool test failed in travis CI | ||
### Changed | ||
- [TXPOOL] move TxPool reorg and events to background goroutine | ||
- [P2P] ftfinder: add cmd flag that can input genesis block hash | ||
- [DPOS] update some dpos apis | ||
### Added | ||
- [P2P] txpool.handler: add config of txs broadcast | ||
- [RPC] add some dpos rpc api for browser | ||
- [LOG] add some log print | ||
- [RPC] add rpc dpos_snapShotStake and fixed GetActivedCandidate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters