Skip to content

17.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 19:31
· 5824 commits to main since this release
8134da0

Added

  • Add client id header to GasFeeController (#597)

Changed

  • Improve transaction state management for custom networks (#598)
  • Make TokenRatesController support fiat conversion for more networks (#585)

Removed

  • BREAKING: Simplify type of BaseControllerV2 state (#496)
    • Controllers based upon BaseControllerV2 might need to update their types.
    • Custom interfaces/classes will no longer be allowed in the controller state. Simple objects only.