Skip to content

Commit e8047bc

Browse files
authored
Re-export transaction filter crate (#150)
1 parent 084de6b commit e8047bc

File tree

5 files changed

+4
-0
lines changed

5 files changed

+4
-0
lines changed

aptos-indexer-processors-sdk/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aptos-indexer-processors-sdk/sdk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ahash = { workspace = true }
1616
anyhow = { workspace = true }
1717
aptos-indexer-transaction-stream = { workspace = true }
1818
aptos-protos = { workspace = true }
19+
aptos-transaction-filter = { workspace = true }
1920
async-trait = { workspace = true }
2021
autometrics = { workspace = true }
2122
axum = { workspace = true }

aptos-indexer-processors-sdk/sdk/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pub mod utils;
1313
// Re-exporting crates to provide a cohesive SDK interface
1414
pub use aptos_indexer_transaction_stream;
1515
pub use aptos_protos;
16+
pub use aptos_transaction_filter;
1617
pub use bcs;
1718
pub use instrumented_channel;
1819

examples/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/rust_lint.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)