Skip to content

Commit 05d78b9

Browse files
committed
update v0.0.24
1 parent 6d32cf1 commit 05d78b9

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# [fractal](https://github.com/fractalplatform/fractal) Changelog
2+
## [0.0.24] - 2019-07-30
3+
### Fixed
4+
- [BLOCKCHAIN] blockchain store irreversible number
5+
- [TXPOOL] fixed txpool test failed in travis CI
6+
### Changed
7+
- [DPOS] update some dpos apis
8+
### Added
9+
- [LOG] add some log print
10+
- [RPC] add rpc dpos_snapShotStake and fixed GetActivedCandidate
11+
12+
213
## [0.0.23] - 2019-07-15
314
### Fixed
415
- [RPC] fixed getTxsByAccount rpc arg check and uint infinite loop
@@ -192,6 +203,7 @@
192203
- [MAKEFILE] add check fmt tag_release release command
193204

194205

206+
[0.0.24]: https://github.com/fractalplatform/fractal/compare/v0.0.23...v0.0.24
195207
[0.0.23]: https://github.com/fractalplatform/fractal/compare/v0.0.22...v0.0.23
196208
[0.0.22]: https://github.com/fractalplatform/fractal/compare/v0.0.21...v0.0.22
197209
[0.0.21]: https://github.com/fractalplatform/fractal/compare/v0.0.20...v0.0.21

NOTES.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
### Fixed
2-
- [RPC] fixed getTxsByAccount rpc arg check and uint infinite loop
3-
- [BLOCKCHAIN] modify blockchain start err
2+
- [BLOCKCHAIN] blockchain store irreversible number
3+
- [TXPOOL] fixed txpool test failed in travis CI
44
### Changed
5-
- [TXPOOL] move TxPool reorg and events to background goroutine
6-
- [P2P] ftfinder: add cmd flag that can input genesis block hash
5+
- [DPOS] update some dpos apis
76
### Added
8-
- [P2P] txpool.handler: add config of txs broadcast
9-
- [RPC] add some dpos rpc api for browser
7+
- [LOG] add some log print
8+
- [RPC] add rpc dpos_snapShotStake and fixed GetActivedCandidate
109

cmd/utils/history.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ import "github.com/monax/relic"
4343
// release tagging script: ./scripts/tag_release.sh
4444
var History relic.ImmutableHistory = relic.NewHistory("fractal", "https://github.com/fractalplatform/fractal").
4545
MustDeclareReleases(
46+
"0.0.24 - 2019-07-30",
47+
`### Fixed
48+
- [BLOCKCHAIN] blockchain store irreversible number
49+
- [TXPOOL] fixed txpool test failed in travis CI
50+
### Changed
51+
- [DPOS] update some dpos apis
52+
### Added
53+
- [LOG] add some log print
54+
- [RPC] add rpc dpos_snapShotStake and fixed GetActivedCandidate
55+
`,
4656
"0.0.23 - 2019-07-15",
4757
`### Fixed
4858
- [RPC] fixed getTxsByAccount rpc arg check and uint infinite loop

0 commit comments

Comments
 (0)