union icon indicating copy to clipboard operation
union copied to clipboard

Include wasm events in hubble indexing

Open 0xLaurenzo opened this issue 1 year ago • 3 comments

Fixes https://github.com/unionlabs/union/issues/3915 by including events that are just "wasm" type

0xLaurenzo avatar Mar 03 '25 15:03 0xLaurenzo

@0xLaurenzo is attempting to deploy a commit to the unionbuild Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Mar 03 '25 15:03 vercel[bot]

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)]`

KaiserKarel avatar Mar 03 '25 15:03 KaiserKarel

Looks great! Can you please reword your commit to use conventional commits? then ci will be happy :)

cor avatar Mar 03 '25 17:03 cor