Skip to content

Commit

Permalink
update v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
erickyan86 committed Jul 30, 2019
1 parent 6d32cf1 commit 05d78b9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# [fractal](https://github.com/fractalplatform/fractal) Changelog
## [0.0.24] - 2019-07-30
### Fixed
- [BLOCKCHAIN] blockchain store irreversible number
- [TXPOOL] fixed txpool test failed in travis CI
### Changed
- [DPOS] update some dpos apis
### Added
- [LOG] add some log print
- [RPC] add rpc dpos_snapShotStake and fixed GetActivedCandidate


## [0.0.23] - 2019-07-15
### Fixed
- [RPC] fixed getTxsByAccount rpc arg check and uint infinite loop
Expand Down Expand Up @@ -192,6 +203,7 @@
- [MAKEFILE] add check fmt tag_release release command


[0.0.24]: https://github.com/fractalplatform/fractal/compare/v0.0.23...v0.0.24
[0.0.23]: https://github.com/fractalplatform/fractal/compare/v0.0.22...v0.0.23
[0.0.22]: https://github.com/fractalplatform/fractal/compare/v0.0.21...v0.0.22
[0.0.21]: https://github.com/fractalplatform/fractal/compare/v0.0.20...v0.0.21
Expand Down
11 changes: 5 additions & 6 deletions NOTES.md
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

10 changes: 10 additions & 0 deletions cmd/utils/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ import "github.com/monax/relic"
// release tagging script: ./scripts/tag_release.sh
var History relic.ImmutableHistory = relic.NewHistory("fractal", "https://github.com/fractalplatform/fractal").
MustDeclareReleases(
"0.0.24 - 2019-07-30",
`### Fixed
- [BLOCKCHAIN] blockchain store irreversible number
- [TXPOOL] fixed txpool test failed in travis CI
### Changed
- [DPOS] update some dpos apis
### Added
- [LOG] add some log print
- [RPC] add rpc dpos_snapShotStake and fixed GetActivedCandidate
`,
"0.0.23 - 2019-07-15",
`### Fixed
- [RPC] fixed getTxsByAccount rpc arg check and uint infinite loop
Expand Down

0 comments on commit 05d78b9

Please sign in to comment.