rpc: handle ss txs in GetLogsByHash#124
Conversation
manav2401
left a comment
There was a problem hiding this comment.
Overall LGTM, just a small nit. Do you think it makes sense to not return an error back to the user if there's any error fetching bor events / receipts? It might still be worth returning logs of regular transactions back in case there's any error fetching bor receipts.
The current way also works as it's more aggressive in returning errors and users can quickly report back to us making it easy for us to fix.
That's actually a good point and I questioned myself about it when implementing. WDYT? |
* rpc: handle ss txs in GetLogsByHash (#124) * core, execution, polygon, rpc: giugliano HF - decode gas params from extra data and serve via RPC (#132) * core, execution, polygon, rpc: giugliano HF - decode gas params from extra data and serve via RPC * added optional borExtra param to eth_getBlockByNumber/Hash to get gas params and tx dependency * fix tests, not related * renamed the rpc field to decodedExtra * Giugliano HF (#135) * giugliano HF * upgrade lint to fix CI * bumps lint on ci * params: version bump to v3.5.0-beta * added giugliano block for amoy (#137) * params: version bump to v3.5.0-beta2 * core/vm: enable kzg back for madhugiri forks (#139) * added giugliano block for mainnet (#140) * params: version bump to v3.5.0 --------- Co-authored-by: Marcello Ardizzone <marcelloardizzone@hotmail.it> Co-authored-by: Lucca Martins <lucca_martins30@yahoo.com.br> Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Handle ss txs in GetLogsByHash.