Skip to content

Commit

Permalink
update version 0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
erickyan86 committed Sep 4, 2019
1 parent b8fba9f commit 5c282ee
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# [fractal](https://github.com/fractalplatform/fractal) Changelog
## [0.0.29] - 2019-09-04
### Fixed
- [P2P] blockchain/downloader: fixed bug that may don't download the new block (#469)
### Added
- [CMD] add chain command forkstatus (#468)
- [TEST] add each code module unit test or note.(#467)(#466)


## [0.0.28] - 2019-09-04
### Fixed
- [P2P] bootnode in genesis is ft finder.(#439)
Expand Down Expand Up @@ -246,6 +254,7 @@
- [MAKEFILE] add check fmt tag_release release command


[0.0.29]: https://github.com/fractalplatform/fractal/compare/v0.0.28...v0.0.29
[0.0.28]: https://github.com/fractalplatform/fractal/compare/v0.0.27...v0.0.28
[0.0.27]: https://github.com/fractalplatform/fractal/compare/v0.0.26...v0.0.27
[0.0.26]: https://github.com/fractalplatform/fractal/compare/v0.0.25...v0.0.26
Expand Down
11 changes: 3 additions & 8 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
### Fixed
- [P2P] bootnode in genesis is ft finder.(#439)
- [DPOS]dpos api epoch add url. (#437)
- [INTERNALTX]modify internal tx log hash. (#441)
- [FILTER]fix rpc output format. (#440)
### Changed
- [RPCAPI] modify setStatePruning rpc private (#464),modify blockchain misspelling and change ft_getTransactions (#457)
- [P2P] blockchain/downloader: fixed bug that may don't download the new block (#469)
### Added
- [RPCAPI] add rpc api ft_forkStatus.(#463)
- [TEST] add each code module unit test or note.(#442)(#446)(#447)(#448)(#450)(#451)(#454)(#455)(#456)(#458)(#459)(#461)(#462)(#465)
- [CMD] add chain command forkstatus (#468)
- [TEST] add each code module unit test or note.(#467)(#466)

7 changes: 7 additions & 0 deletions cmd/utils/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ 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.29 - 2019-09-04",
`### Fixed
- [P2P] blockchain/downloader: fixed bug that may don't download the new block (#469)
### Added
- [CMD] add chain command forkstatus (#468)
- [TEST] add each code module unit test or note.(#467)(#466)
`,
"0.0.28 - 2019-09-04",
`### Fixed
- [P2P] bootnode in genesis is ft finder.(#439)
Expand Down

0 comments on commit 5c282ee

Please sign in to comment.