eth JSON-RPC #22
No reviewers
Labels
No Label
bug
critical
documentation
duplicate
enhancement
Epic
good first issue
help wanted
Integration tests
invalid
question
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/ipld-eth-server#22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "eth_json_rpc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For #2 and #9
Adds remaining currently supportable
eth_*
endpoints:eth_getBalance
eth_getStorageAt
eth_getCode
eth_getProof
eth_getHeaderByHash
eth_getTransactionCount
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getRawTransactionByBlockHashAndIndex
eth_getRawTransactionByBlockNumberAndIndex
eth_getRawTransactionByHash
eth_getTransactionReceipt
eth_getUncleCountByBlockHash
eth_getUncleCountByBlockNumber
eth_getUncleByBlockHashAndIndex
eth_getUncleByBlockNumberAndIndex
Still a WIP
TODO:
Unit tests
Cache miss forwarding for the new endpoints
Unit tests finished for everything except
eth_getProof
Have also optimized endpoints that read from leafs e.g.
eth_getBalance
,eth_getStorageAt
,eth_getTransactionCount
.I think optimizing and testing
eth_GetProof
deserves its own focus, and this diff is already rather large, so I will merge this shortly.