Skip to content

Commit

Permalink
Merge pull request #599 from kaikai1024/bump-to-0.24.0
Browse files Browse the repository at this point in the history
Bump to `v0.24.0`.
  • Loading branch information
kaikai1024 authored May 18, 2019
2 parents 8a3213a + c274b58 commit 1f10bc8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,20 @@
[submodule "scripts/txtool/txtool/proto"]
path = scripts/txtool/txtool/proto
url = https://github.com/cryptape/cita-proto.git
branch = master
[submodule "scripts/contracts/tests/contracts"]
path = scripts/contracts/tests/contracts
url = https://github.com/cryptape/test-contracts.git
branch = master
[submodule "scripts/contracts/interaction"]
path = scripts/contracts/interaction
url = https://github.com/cryptape/cita-sys-interaction.git
branch = master
[submodule "scripts/config_tool/genesis"]
path = scripts/config_tool/genesis
url = https://github.com/cryptape/genesis.git
tag = v0.24.0
branch = master
[submodule "tests/jsondata"]
path = tests/jsondata
url = https://github.com/cryptape/cita-testdata.git
branch = master
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. And this pr

## [Unreleased]

## [v0.24.0] - 2019-05-18

### Framework

- [Optimization] Support new protocol version 2. [@ouwenkg]
Expand All @@ -25,6 +27,8 @@ All notable changes to this project will be documented in this file. And this pr

- [Feature] Use new P2P library. [@jerry-yu]
- [Feature] Let network be configuration. [@jerry-yu]
- [Fix] Fix bug for saving wrong session id. [@jerry-yu]
- [Fix] Fix for operating repeated peer key. [@jerry-yu]

### Chain

Expand All @@ -36,6 +40,7 @@ All notable changes to this project will be documented in this file. And this pr

- [Fix] Fix Bft panic when new ordinary node syncs the blocks. [@leeyr338]
- [Fix] Fix the bug that chain can't product block after restart docker. [@leeyr338]
- [Fix] Fix the bug for jumping round when delayed. [@jerry-yu]

### Forever

Expand Down Expand Up @@ -805,12 +810,13 @@ Release the first version of CITA.
[set quota price]: https://docs.citahub.com/zh-CN/cita/system/price
[sidechain exit mechanism]: https://docs.nervos.org/cita/#/crosschain/crosschain_contract_example

[Unreleased]: https://github.com/cryptape/cita/compare/v0.23.1...HEAD
[v0.23.1]: https://github.com/cryptape/cita/compare/v0.23...v0.23.1
[v0.23.0]: https://github.com/cryptape/cita/compare/v0.22...v0.23.0
[Unreleased]: https://github.com/cryptape/cita/compare/v0.24.0...HEAD
[v0.24.0]: https://github.com/cryptape/cita/compare/v0.23.0...v0.24.0
[v0.23.1]: https://github.com/cryptape/cita/compare/v0.23.0...v0.23.1
[v0.23.0]: https://github.com/cryptape/cita/compare/v0.22.0...v0.23.0
[v0.22.0]: https://github.com/cryptape/cita/compare/v0.21...v0.22.0
[v0.21.1]: https://github.com/cryptape/cita/compare/v0.21...v0.21.1
[v0.21.0]: https://github.com/cryptape/cita/compare/v0.20...v0.21.0
[v0.21.0]: https://github.com/cryptape/cita/compare/v0.20...v0.21
[v0.20.3]: https://github.com/cryptape/cita/compare/v0.20.2...v0.20.3
[v0.20.2]: https://github.com/cryptape/cita/compare/v0.20.1...v0.20.2
[v0.20.1]: https://github.com/cryptape/cita/compare/v0.20...v0.20.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/contracts/tests/contracts
2 changes: 1 addition & 1 deletion scripts/txtool/txtool/proto
Submodule proto updated from 6c11e0 to b14096

0 comments on commit 1f10bc8

Please sign in to comment.