Skip to content

Commit

Permalink
fix: remove transactions field from eth_getBlockByNumber receipt (#1801)
Browse files Browse the repository at this point in the history
Signed-off-by: bennett <[email protected]>
  • Loading branch information
bmzig authored Sep 2, 2024
1 parent ead455f commit b55f874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/ProviderUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ function compareRpcResults(method: string, rpcResultA: unknown, rpcResultB: unkn
"size", // Alchemy/Arbitrum (temporary)
"totalDifficulty", // Quicknode/Alchemy (sometimes)
"logsBloom", // zkSync (third-party providers return 0x0..0)
"transactions", // Polygon yParity field in transactions[]
],
rpcResultA as Record<string, unknown>,
rpcResultB as Record<string, unknown>
Expand Down

0 comments on commit b55f874

Please sign in to comment.