This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 576
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: filter non Ethereum txs in block JSON-RPC response (#741)
* filter non eth txs in block rpc response * update changelog * fix remaining endpoints * Update rpc/ethereum/namespaces/eth/api.go Co-authored-by: Federico Kunze Küllmer <[email protected]> * fix GetTransactionByBlockNumberAndIndex * add comment * fix tx index * filter txs by block height * fix linter * Update rpc/ethereum/backend/backend.go Co-authored-by: Federico Kunze Küllmer <[email protected]> * remove unnecesary hex calls * fix linter Co-authored-by: Federico Kunze Küllmer <[email protected]>
- Loading branch information
1 parent
d922441
commit fdabf69
Showing
3 changed files
with
82 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters