-
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
0be75df
commit cef965e
Showing
5 changed files
with
53 additions
and
8 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,9 +1,16 @@ | ||
### Forked | ||
- [DPOS] fork3: reduce CandidateAvailableMinQuantity (#416) | ||
### Fixed | ||
- [BLOCKCHAIN] blockchain store irreversible number | ||
- [TXPOOL] fixed txpool test failed in travis CI | ||
- [MINER] fixed some bugs (#421)(#422) | ||
- [TXPOOL] fixed txpool add remotes not check the same tx was exist (#423) | ||
- [TXPOOL] fixed txpool rpc send same tx err (#430) | ||
- [ACCOUNT] fix internal action bug (#424) | ||
### Changed | ||
- [DPOS] update some dpos apis | ||
- [RPCAPI] modify api get account by name and id (#428) | ||
- [GASPRICE] modify gas price oracle (#417) | ||
- [ACCOUNT] modify account fliter balance zero (#414) | ||
### Added | ||
- [LOG] add some log print | ||
- [RPC] add rpc dpos_snapShotStake and fixed GetActivedCandidate | ||
- [FILTERS] add filters rpc (#431) | ||
- [MOD] support go mod (#429) | ||
- [VM] add timeout func (#419) and add callwithpay (#425) | ||
|
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
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