-
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
2351651
commit 102fe05
Showing
3 changed files
with
52 additions
and
7 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,17 @@ | ||
### Forked | ||
- [DPOS] allow contract asset transfer (#525)(#528) | ||
- [FEE] other people pay transaction fee (#531)(#533)(#536) | ||
### Fixed | ||
- [DOWNLOADER] blockchain/downloader: if there were two different blocks in same height, it may cause download error (#481)(#490) | ||
- [BLOCKCHAIN] blockchain: fixed bug that use nanosecond compared with second (#474) | ||
### Changed | ||
- [RAWDB] modify fractal db interface (#487) | ||
- [BLOCKCHAIN] modify the blockchain code (#489) | ||
- [FEE]fee transfer internal record (#495) | ||
- [BLOCKCHIAN] fixed export blockchain error (#498) | ||
- [GAS] modify gas price (#501) | ||
- [MINER] add setcoinbase check (#500) and fix miner bug (#499)(#511)(#512)(#513)(#514)(#516) | ||
- [P2P] fixed bug that may close a nil channel (#503)and fixed ddos check error (#519) | ||
- [DOWNLOAD]add node into blacklist if it had too much errors(#519)(#523) | ||
### Added | ||
- [GASPRICE] returns the recommended gas price (#486) | ||
- [TEST] add each code module unit test or note (#471)(#472)(#473)(#475)(#476)(#478)(#482)(#483)(#485) | ||
- [CMD] add version cmd compile date info (#505)(#521) | ||
- [CMD] cmd/ft: add method 'seednodes' into sub-cmd 'p2p' (#497) | ||
- [CMD] add txpool cmd gettxsbyaccount (#502) | ||
- [P2P] p2p,rpc: add rpc to query seed nodes from db(#496) | ||
- [TEST] add each code module unit test or note (#492)(#493)(#504)(#508)(#507)(#509) | ||
|
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