-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix eth_getLogs bugs Note: Logs need to be converted to objects via `JSON.parse(JSON.stringify(x))` because the Log object's logIndex type is a `number` where here we need to set it to a `string` (the hex encoded number). Fixes: * address * logIndex * transactionHash * Lint * Remove only * Lint * Lint * add transaction to, dont alter params object directly * convert numbers to hex in responses * lint * fix getTransactionReceipt * lint Co-authored-by: Kevin Ho <[email protected]> Co-authored-by: Karl Floersch <[email protected]>
- Loading branch information
1 parent
9d67507
commit 5b54682
Showing
4 changed files
with
44 additions
and
25 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
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