Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EIP1559: handle eip1559 response in connect and suite #16438

Closed
3 tasks done
Tracked by #3882
enjojoy opened this issue Jan 17, 2025 · 1 comment · May be fixed by #16342
Closed
3 tasks done
Tracked by #3882

EIP1559: handle eip1559 response in connect and suite #16438

enjojoy opened this issue Jan 17, 2025 · 1 comment · May be fixed by #16342
Assignees

Comments

@enjojoy
Copy link
Contributor

enjojoy commented Jan 17, 2025

  • Modify types (also on the side of blockbook?)
  • Build new fee levels for the chains supporting eip1559
  • Ensure backwards compatibility if the eip1559 response wasn't provided

Gas API response

[
  {
    "feePerTx": "320733221077000",
    "feePerUnit": "6051570209",
    "feeLimit": "53000",
    "eip1559": {
      "baseFeePerGas": "6119996137",
      "low": {
        "maxFeePerGas": "6127892137",
        "maxPriorityFeePerGas": "7896000",
        "minWaitTimeEstimate": 15000,
        "maxWaitTimeEstimate": 60000
      },
      "medium": {
        "maxFeePerGas": "9721594476",
        "maxPriorityFeePerGas": "970000000",
        "minWaitTimeEstimate": 15000,
        "maxWaitTimeEstimate": 45000
      },
      "high": {
        "maxFeePerGas": "16075991116",
        "maxPriorityFeePerGas": "2000000000",
        "minWaitTimeEstimate": 15000,
        "maxWaitTimeEstimate": 30000
      },
      "networkCongestion": 0.6111,
      "latestPriorityFeeRange": [
        "7300000",
        "3629271528"
      ],
      "historicalPriorityFeeRange": [
        "3118009",
        "51299646618"
      ],
      "historicalBaseFeeRange": [
        "5068688541",
        "7797676111"
      ],
      "priorityFeeTrend": "down",
      "baseFeeTrend": "up"
    }
  }
]
@github-project-automation github-project-automation bot moved this to 🎯 To do in Suite Desktop Jan 17, 2025
@enjojoy enjojoy self-assigned this Jan 17, 2025
@tomasklim tomasklim changed the title 1 - EIP1559 - handle eip1559 response in connect and suite EIP1559: handle eip1559 response in connect and suite Jan 17, 2025
@vytick vytick moved this from 🎯 To do to 🏃‍♀️ In progress in Suite Desktop Feb 11, 2025
@enjojoy
Copy link
Contributor Author

enjojoy commented Feb 26, 2025

Done in #17156

@enjojoy enjojoy closed this as completed Feb 26, 2025
@github-project-automation github-project-automation bot moved this from 🏃‍♀️ In progress to 🤝 Needs QA in Suite Desktop Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🤝 Needs QA
Development

Successfully merging a pull request may close this issue.

1 participant