Skip to content

Commit

Permalink
updated conductor, core changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy committed Feb 4, 2025
1 parent 010a8ad commit a7fa9e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/astria-conductor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update `idna` dependency to resolve cargo audit warning [#1869](https://github.com/astriaorg/astria/pull/1869).
- Remove panic source on shutdown [#1919](https://github.com/astriaorg/astria/pull/1919).
- Add stop height logic, remove chain id env vars, accomodate new genesis info
shape [#1843](https://github.com/astriaorg/astria/pull/1843).
shape [#1928](https://github.com/astriaorg/astria/pull/1928).

## [1.0.0] - 2024-10-25

Expand Down
2 changes: 2 additions & 0 deletions crates/astria-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update `idna` dependency to resolve cargo audit warning [#1869](https://github.com/astriaorg/astria/pull/1869).
- Replaced all instances of `[u8; 32]` by newtype
`astria_core::sequencerblock::v1::block::Hash` where appropriate [#1884](https://github.com/astriaorg/astria/pull/1884).
- Updated domain type `astria_core::execution::v1::GenesisInfo` to accomodate conductor stop height restart logic;

Check failure on line 33 in crates/astria-core/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown

Line length

crates/astria-core/CHANGELOG.md:33:81 MD013/line-length Line length [Expected: 80; Actual: 114] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md
removed `GenesisInfo::sequencer_genesis_height` [#1928](https://github.com/astriaorg/astria/pull/1928).

### Removed

Expand Down

0 comments on commit a7fa9e5

Please sign in to comment.