Josh Stevens

Results 133 comments of Josh Stevens

lol yeah i guess i could add a config of fire and forget on the streams so if it rate limits it continues

Ah on you raised another ticket on this yes sure happy to add

Can I see your rindexer YAML?

yeah i need to take a look at the graphql gen code again

why cant you use the order by and first 1 in the graphql aka like below? ``` query AllTransfers { allTransfers(first: 1, orderBy: [BLOCK_NUMBER_DESC]) { nodes { blockHash blockNumber contractAddress...

You need to add indexes https://rindexer.xyz/docs/start-building/yaml-config/storage#indexes when you do the sql query directly most of them only fetch you the first 200 so it’s not a fair comparison + it...

https://github.com/joshstevens19/rindexer/pull/153#issuecomment-2575401397 this has instructions in how you would do it PR welcome

Thanks will sort merge conflicts in morning unless you beat me to it

https://github.com/joshstevens19/ethereum-multicall/releases/tag/2.25.0

sorry i missed this will look into this