Content pfp
Content
@
0 reply
0 recast
2 reactions

✳️ dcposch on daimo pfp
✳️ dcposch on daimo
@dcposch.eth
Logs are the weakest link in eth development - eth_getLogs is slow, lacks pagination - eth_createFilter and getFilterLogs are flaky in my experience - returned logs missing timestamp, userOpHash - ETH transfer don't emit anything at all - called "events" interchangeably
3 replies
0 recast
7 reactions

✳️ dcposch on daimo pfp
✳️ dcposch on daimo
@dcposch.eth
1 customer and 100 points to whoever makes a new ...FullLogs API fixing the above. 200 if you include websocket push
1 reply
0 recast
0 reaction

✳️ dcposch on daimo pfp
✳️ dcposch on daimo
@dcposch.eth
I give you a list of filters. You give me the following immediately + again as each new block arrives: { fromBlock, toBlock, fullLogs: [ { filterIndex, transactionHash, userOpHash?, indexInOpOrTx, blockHash, blockTimestamp, log?: { existing fields }, ethTransfer?: { from, to, amount } }, ... ] }
1 reply
0 recast
0 reaction