union
union copied to clipboard
Include wasm events in hubble indexing
Fixes https://github.com/unionlabs/union/issues/3915 by including events that are just "wasm" type
@0xLaurenzo is attempting to deploy a commit to the unionbuild Team on Vercel.
A member of the Team first needs to authorize it.
Thanks @0xLaurenzo. You just need to address the formatting issue (run nix fmt) and the clippy issue:
error: function `true_when_contract_address_is_active_in_a_wasm_event` is never used
--> hubble/src/indexer/tendermint/block_handle.rs:358:14
|
358 | async fn true_when_contract_address_is_active_in_a_wasm_event() {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
Looks great! Can you please reword your commit to use conventional commits? then ci will be happy :)