Skip to content

Commit

Permalink
export abci::event::v_037 from abci module
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy committed Dec 11, 2024
1 parent 2ff34db commit adc8b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- [tendermint] export `abci::event::v0_37` to construct `EventAttribute::V037` variants.
([\#1479](https://github.com/informalsystems/tendermint-rs/pull/1479))
([\#1479](https://github.com/informalsystems/tendermint-rs/pull/1479), ([\#1480](https://github.com/informalsystems/tendermint-rs/pull/1480))
1 change: 1 addition & 0 deletions tendermint/src/abci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pub use crate::v0_38::abci::response::{
};

pub use event::v0_34;
pub use event::v0_37;
pub use event::{Event, EventAttribute, EventAttributeIndexExt, TypedEvent};

#[doc(inline)]
Expand Down

0 comments on commit adc8b44

Please sign in to comment.