Skip to content

Commit

Permalink
Merge tag 'sequencer-v1.0.0' into noot/ibc-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Oct 25, 2024
2 parents ca4931c + 1d08553 commit 58f8d94
Show file tree
Hide file tree
Showing 20 changed files with 325 additions and 117 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ rust-toolchain @astriaorg/rust-reviewers
.cargo/ @astriaorg/rust-reviewers
nextest.toml @astriaorg/rust-reviewers
rusfmt.toml @astriaorg/rust-reviewers
crates/src/*/CHANGELOG.md @astriaorg/rust-reviewers
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion crates/astria-bridge-withdrawer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2024-10-25

### Changed

- Bump penumbra dependencies [#1740](https://github.com/astriaorg/astria/pull/1740).

## [1.0.0-rc.2] - 2024-10-23

### Added
Expand Down Expand Up @@ -87,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release of EVM Withdrawer.

[unreleased]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0-rc.2...HEAD
[unreleased]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0...HEAD
[1.0.0]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0-rc.2...bridge-withdrawer-v1.0.0
[1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0-rc.1...bridge-withdrawer-v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v0.3.0...bridge-withdrawer-v1.0.0-rc.1
[0.3.0]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v0.2.1...bridge-withdrawer-v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-bridge-withdrawer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-bridge-withdrawer"
version = "1.0.0-rc.2"
version = "1.0.0"
edition = "2021"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
Expand Down
9 changes: 8 additions & 1 deletion crates/astria-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2024-10-25

### Changed

- Bump penumbra dependencies [#1740](https://github.com/astriaorg/astria/pull/1740).

## [1.0.0-rc.2] - 2024-10-23

### Changed
Expand Down Expand Up @@ -203,7 +209,8 @@ TransferAction` [#719](https://github.com/astriaorg/astria/pull/719).

- Initial release.

[unreleased]: https://github.com/astriaorg/astria/compare/composer-v1.0.0-rc.2...HEAD
[unreleased]: https://github.com/astriaorg/astria/compare/composer-v1.0.0...HEAD
[1.0.0]: https://github.com/astriaorg/astria/compare/composer-v1.0.0-rc.2...composer-v1.0.0
[1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/composer-v1.0.0-rc.1...composer-v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/composer-v0.8.3...composer-v1.0.0-rc.1
[0.8.3]: https://github.com/astriaorg/astria/compare/composer-v0.8.2...composer-v0.8.3
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-composer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-composer"
version = "1.0.0-rc.2"
version = "1.0.0"
edition = "2021"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
Expand Down
9 changes: 8 additions & 1 deletion crates/astria-conductor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2024-10-25

### Changed

- Bump penumbra dependencies [#1740](https://github.com/astriaorg/astria/pull/1740).

## [1.0.0-rc.2] - 2024-10-23

### Changed
Expand Down Expand Up @@ -346,7 +352,8 @@ address [#721](https://github.com/astriaorg/astria/pull/721).

- Initial release.

[unreleased]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0-rc.2...HEAD
[unreleased]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0...HEAD
[1.0.0]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0-rc.2...conductor-v1.0.0
[1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0-rc.1...conductor-v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/conductor-v0.20.1...conductor-v1.0.0-rc.1
[0.20.1]: https://github.com/astriaorg/astria/compare/conductor-v0.20.0...conductor-v0.20.1
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-conductor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-conductor"
version = "1.0.0-rc.2"
version = "1.0.0"
edition = "2021"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/astria-core/src/protocol/transaction/v1/action/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ pub struct Ics20Withdrawal {
// an Astria address to use to return funds from this withdrawal
// in the case it fails.
pub return_address: Address,
// the height (on Astria) at which this transfer expires.
// the height (on the counterparty chain) at which this transfer expires.
pub timeout_height: IbcHeight,
// the unix timestamp (in nanoseconds) at which this transfer expires.
pub timeout_time: u64,
Expand Down Expand Up @@ -1360,7 +1360,7 @@ enum FeeAssetChangeErrorKind {
pub struct InitBridgeAccount {
// the rollup ID to register for the sender of this action
pub rollup_id: RollupId,
// the assets accepted by the bridge account
// the asset accepted by the bridge account
pub asset: asset::Denom,
// the fee asset which to pay this action's fees with
pub fee_asset: asset::Denom,
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-merkle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 1.0.0-rc.1 - 2024-10-17
## 1.0.0 - 2024-10-25

### Added

Expand Down
2 changes: 1 addition & 1 deletion crates/astria-merkle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-merkle"
version = "1.0.0-rc.1"
version = "1.0.0"
edition = "2021"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
Expand Down
9 changes: 8 additions & 1 deletion crates/astria-sequencer-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2024-10-25

### Changed

- Bump penumbra dependencies [#1740](https://github.com/astriaorg/astria/pull/1740).

## [1.0.0-rc.2] - 2024-10-23

### Changed
Expand Down Expand Up @@ -261,7 +267,8 @@ address [#721](https://github.com/astriaorg/astria/pull/721).

- Initial release.

[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0-rc.2...HEAD
[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0...HEAD
[1.0.0]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0-rc.2...sequencer-relayer-v1.0.0
[1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0-rc.1...sequencer-relayer-v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v0.16.2...sequencer-relayer-v1.0.0-rc.1
[0.16.2]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v0.16.1...sequencer-relayer-v0.16.2
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-sequencer-relayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-sequencer-relayer"
version = "1.0.0-rc.2"
version = "1.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.81.0"
Expand Down
10 changes: 9 additions & 1 deletion crates/astria-sequencer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2024-10-25

### Changed

- Bump penumbra dependencies [#1740](https://github.com/astriaorg/astria/pull/1740).
- Move fee event recording to transaction from block [#1718](https://github.com/astriaorg/astria/pull/1718).

## [1.0.0-rc.2] - 2024-10-23

### Changed
Expand Down Expand Up @@ -435,7 +442,8 @@ address [#721](https://github.com/astriaorg/astria/pull/721).

- Initial release.

[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0-rc.2...HEAD
[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0...HEAD
[1.0.0]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0-rc.2...sequencer-v1.0.0
[1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0-rc.1...sequencer-v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/sequencer-v0.17.0...sequencer-v1.0.0-rc.1
[0.17.0]: https://github.com/astriaorg/astria/compare/cli-v0.4.0...sequencer-v0.17.0
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-sequencer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-sequencer"
version = "1.0.0-rc.2"
version = "1.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.81.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ message Ics20Withdrawal {
// an Astria address to use to return funds from this withdrawal
// in the case it fails.
astria.primitive.v1.Address return_address = 4;
// the height (on Astria) at which this transfer expires.
// the height (on the counterparty chain) at which this transfer expires.
IbcHeight timeout_height = 5;
// the unix timestamp (in nanoseconds) at which this transfer expires.
uint64 timeout_time = 6;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ message Ics20Withdrawal {
// an Astria address to use to return funds from this withdrawal
// in the case it fails.
astria.primitive.v1.Address return_address = 4;
// the height (on Astria) at which this transfer expires.
// the height (on the counterparty chain) at which this transfer expires.
IbcHeight timeout_height = 5;
// the unix timestamp (in nanoseconds) at which this transfer expires.
uint64 timeout_time = 6;
Expand Down
Loading

0 comments on commit 58f8d94

Please sign in to comment.