Skip to content

fix: cleanup indexer log decoding & RPC polling#771

Draft
0xOsiris wants to merge 4 commits into
mainfrom
fix/indexer-rpc-polling
Draft

fix: cleanup indexer log decoding & RPC polling#771
0xOsiris wants to merge 4 commits into
mainfrom
fix/indexer-rpc-polling

Conversation

@0xOsiris

@0xOsiris 0xOsiris commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@kilianglas

Copy link
Copy Markdown
Contributor

The improvement this tries to achieve should be mostly covered by PR #748 and PR #751

impl RegistryEvent {
pub fn signatures() -> Vec<FixedBytes<32>> {
impl RegistryEventExt for RegistryEvent {
fn signatures() -> Vec<FixedBytes<32>> {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signatures of all events are actually exported as WorldIdRegistryEvents::SIGNATURES - it's &'static [&'static str] unfortunately but we could easily map that into a Vec<FixedBytes<32>>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants