NEWTON
Asked
5 months ago
120
views
0
Is there a way to search a block for events without using get_transaction_receipt
for each transaction?
For example, ETH has the logsBloom
that helps you determine if an event was in the block.
And web3py and many providers have filter
functions to help you find events.
This question was originally posted on StarkNet Discord
Newton
asked
5 months ago
There are no answers for this question yet
Want to give yours?
Is there a way to find events in a block without getting receipt for all transactions on Starknet?
How to get the block hash in Cairo lang?
Cairo Automatic Events
What are events in Cairo Language?
Searching for Cairo Questions
How to submit a StarkNet contract?
How can I get ETH for the test net in StarkNet?
Do you have any idea on how much is starknetJS request limit?
How to select the network my Pathfinder node runs on?
Fixed Point pow operation error
What is the difference between tempvar/let in Cairo Lang? How to use allow_locals and local?
Does anyone know how to import an account to ArgentX by private key?
What can I do if I've sent transactions from StarkNet to Ethereum L2 -> L1 on mainnet and transaction got stacked?
Cairo: Iterating through arrays