Content pfp
Content
@
0 reply
0 recast
2 reactions

Furqan pfp
Furqan
@furqan
For onchain app devs what's your biggest pain point today?
5 replies
20 recasts
44 reactions

NCOOKIΞ pfp
NCOOKIΞ
@ncookie.eth
By far - and anyone that tells you otherwise hasn't really built dapps - is the lack of RPC-native event indexing. Relying on external APIs for this is terrible. Local indexing can be done properly but is inefficient on first load and hard to handle on some RPCs.
1 reply
0 recast
2 reactions

Furqan pfp
Furqan
@furqan
RPC-native indexing meaning using the same RPC endpoints for indexed data? By definition indexed data is "external", it can easily be integrated into the RPC but would be different functions / queries.
1 reply
0 recast
0 reaction

NCOOKIΞ pfp
NCOOKIΞ
@ncookie.eth
In short, being able to query events instead of querying blocks, getting logs from each one, decoding events, etc. (eth_getLogs) Yes, it'd still be "external" unless you're using your own node, but it's one less middleman charging fees, adding delay and additional dependencies. And yes, it can added to the RPC standard except it hasn't! Unsure about "easily" though.
1 reply
0 recast
1 reaction