I’m looking for some feedback regarding my first EIP draft before I submit it. This EIP proposes to introduce a new JSON RPC methods called eth_getBlockReceiptsByHash and eth_getBlockReceiptsByNumber which return all the receipts from a particular block
Already talking to Jakub in the GitHub repo. There’s a related issue against Parity that accomplishes a similar (if not identical) task, here: https://github.com/paritytech/parity-ethereum/pull/9126. They’re questioning whether that should be an EIP as well.
I looked over Jakub’s EIP and it seems reasonable, but I think I prefer the solution suggested in the linked issue as it’s more compact, just as flexible, delivers the same data (unless I’m misunderstanding something), and doesn’t introduce another end point to the RPC.