Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(katana/rpc): starknet_getEvents filtering by address is broken #593

Closed
Tracked by #592
lambda-0x opened this issue Jul 3, 2023 · 0 comments · Fixed by #594
Closed
Tracked by #592

bug(katana/rpc): starknet_getEvents filtering by address is broken #593

lambda-0x opened this issue Jul 3, 2023 · 0 comments · Fixed by #594

Comments

@lambda-0x
Copy link
Collaborator

lambda-0x commented Jul 3, 2023

to reproduce:

  1. start katana using

katana --seed 0

  1. run any transactions that generate events, for e.g. in examples/ecs

sozo migrate

  1. Query RPC for events using:

probe events --chunk-size 1 --from-address CONTRACT_ADDRESS

See that returned result contains events from address's except CONTRACT_ADDRESS

@lambda-0x lambda-0x changed the title bug(katana/rpc): filtering by address bug(katana/rpc): starknet_getEvents filtering by address is broken Jul 3, 2023
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 a pull request may close this issue.

1 participant