-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Labels
Type: TaskDiscrete task to implementDiscrete task to implement
Description
Summary
A couple of fixes are needed for eth_getCode
and eth_getStorageAt
.
The issue is that, currently, these methods don't work well on recently deployed actors (they use the parent state).
Refer to linked issues for details.
Completion Criteria
- fix(api): eth_getCode and eth_getStorageAt operate on current tipset state filecoin-project/lotus#13274 backported
- fix(api): eth_getTransactionCount operate on current tipset state filecoin-project/lotus#13275 backported
- Manual testing done as outlined in those issues. Bonus points for an automated test, if possible. Ensure it's not flaky.
Additional Links & Resources
Original issue: filecoin-project/lotus#13247
Slack discussion: https://filecoinproject.slack.com/archives/C029LPZ5N73/p1756096038031089
Metadata
Metadata
Assignees
Labels
Type: TaskDiscrete task to implementDiscrete task to implement
Type
Projects
Status
In progress