Skip to content

Conversation

@optout21
Copy link
Owner

@optout21 optout21 commented Dec 8, 2025

Update Kyoto from 0.9 to 0.15.

Current issue:
Kyoto no longer takes the addresses to watch upfront, but we have to do the implement the logic:
whenever a filter is downloaded, check it it contains any of our addresses, and if so, request dowloading the block.
The issue is that invoking the async requester.get_block from AppStateUpdate.handle_event() makes it async too. Even though event_loop_blocking() is async, invoking+awaiting an aysnc function from there gives an error in tokio::task::spawn(async move { Self::event_loop_blocking( ....

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.

2 participants