Support gasPrice field on dynamicFee transactions #80
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/ipld-eth-server#80
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
https://github.com/ethereum/eth1.0-specs/pull/251
@dboreham @AFDudley pinging since this issue has been buried but is still needed to perfectly replicate the geth eth json rpc api.
We already set gasPrice to effectiveGasPrice for a mined transaction
8c55b6341a/pkg/eth/backend_utils.go (L200)
For an un-mined tx we should adjust so that "If the transaction has not yet been mined, clients should return the maxFeeCapPerGas value as gasPrice". This isn't an issue for us now as we don't have un-mined transactions until we merge the probe database.
@telackey Please close this if it's been resolved in v5