Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Feb 28, 2025
1 parent faa0dd0 commit 8c0725c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 242 deletions.

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.

238 changes: 0 additions & 238 deletions crates/astria-sequencer/src/fees/action.rs

This file was deleted.

2 changes: 1 addition & 1 deletion crates/astria-sequencer/src/fees/storage/values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub(crate) struct Value(ValueImpl);

#[expect(
clippy::enum_variant_names,
reason = "all types are fee types, and this is for storage internals only"
reason = "want to make it clear that these are fees and not actions"
)]
#[derive(Debug, BorshSerialize, BorshDeserialize)]
enum ValueImpl {
Expand Down
2 changes: 1 addition & 1 deletion tools/protobuf-compiler/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fn main() {
.bytes([".astria", ".celestia", ".cosmos", ".tendermint"])
.client_mod_attribute(".", "#[cfg(feature=\"client\")]")
.server_mod_attribute(".", "#[cfg(feature=\"server\")]")
.extern_path(".astria_vendored.penumbra", "::penumbra-sdk-proto")
.extern_path(".astria_vendored.penumbra", "::penumbra-proto")
.type_attribute(".astria.primitive.v1.Uint128", "#[derive(Copy)]")
.type_attribute(
".astria.protocol.genesis.v1.IbcParameters",
Expand Down

0 comments on commit 8c0725c

Please sign in to comment.