Skip to content

Commit

Permalink
Include a forking notice in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin committed Jan 11, 2024
1 parent 915dbbc commit 5414ef9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.32.0](https://github.com/eigerco/celestia-tendermint-rs/releases/tag/celestia-tendermint-proto-v0.32.0) - 2024-01-11

This is the first release of the celestia-tendermint-rs, fork of tendermint-rs.

### Added
- *(proto)* allow serialization of Event ([#9](https://github.com/eigerco/celestia-tendermint-rs/pull/9))
- use protobuffers from celestia-core ([#1](https://github.com/eigerco/celestia-tendermint-rs/pull/1))
Expand All @@ -21,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- update prost to 0.12.0
- remove unneded clones in proto encoding
- Remove unneeded allocations in serializers ([#6](https://github.com/eigerco/celestia-tendermint-rs/pull/6))

### Other - inherited
- Prepare release for v0.32.0 ([#1314](https://github.com/eigerco/celestia-tendermint-rs/pull/1314))
- Attack detector and evidence reporting ([#1292](https://github.com/eigerco/celestia-tendermint-rs/pull/1292))
- Prepare release v0.31.1 ([#1298](https://github.com/eigerco/celestia-tendermint-rs/pull/1298))
Expand Down
6 changes: 6 additions & 0 deletions tendermint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.32.0](https://github.com/eigerco/celestia-tendermint-rs/releases/tag/celestia-tendermint-v0.32.0) - 2024-01-11

This is the first release of the celestia-tendermint-rs, fork of tendermint-rs.

### Added
- allow deserialization of an empty hash ([#7](https://github.com/eigerco/celestia-tendermint-rs/pull/7))
- use protobuffers from celestia-core ([#1](https://github.com/eigerco/celestia-tendermint-rs/pull/1))

### Fixed
- Use `instant` only in wasm32 and with wasm-bindgen feature
- fix doc generation ([#2](https://github.com/eigerco/celestia-tendermint-rs/pull/2))

### Fixed - inherited
- fix deserialize power field in validator_update ([#451](https://github.com/eigerco/celestia-tendermint-rs/pull/451))
- fix master again ([#159](https://github.com/eigerco/celestia-tendermint-rs/pull/159))
- fix build on master 🔧💚 ([#157](https://github.com/eigerco/celestia-tendermint-rs/pull/157))
Expand All @@ -28,6 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- remove unneded clones in proto encoding
- Remove unneeded allocations in serializers ([#6](https://github.com/eigerco/celestia-tendermint-rs/pull/6))
- Use Hash instead of Option<Hash> ([#4](https://github.com/eigerco/celestia-tendermint-rs/pull/4))

### Other - inherited
- Prepare release for v0.32.0 ([#1314](https://github.com/eigerco/celestia-tendermint-rs/pull/1314))
- Loosen bounds on merkle hash arguments ([#1311](https://github.com/eigerco/celestia-tendermint-rs/pull/1311))
- Attack detector and evidence reporting ([#1292](https://github.com/eigerco/celestia-tendermint-rs/pull/1292))
Expand Down

0 comments on commit 5414ef9

Please sign in to comment.