Content pfp
Content
@
0 reply
0 recast
2 reactions

W1NTΞR pfp
W1NTΞR
@w1nt3r
After years of "web3" development, I still can't get over how arbitrarily stupid RPC nodes limitations are. Take eth_getLogs: Alchemy offers 100k, QuickNode — 10k, but these numbers can be different depending on how many results will be returned. You either have to code against a single RPC provider (lock in) or run something like /ponder or graph (ops complexity++)
7 replies
0 recast
67 reactions

Kevin Li pfp
Kevin Li
@jkl
Do you actually want RPC calls or do you want a lot of data in a certain schema?
1 reply
0 recast
0 reaction

W1NTΞR pfp
W1NTΞR
@w1nt3r
I want to provide a good UX without too much complexity or depending on third-party services
1 reply
0 recast
0 reaction