Skip to content

103.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 10:48
e60a89d

@metamask/snaps-controllers 11.2.3

Fixed

  • Use more performant function to determine if message is a notification (#3352)
  • Stop unnecessarily encoding messages in web view executor (#3347)

@metamask/snaps-execution-environments 7.2.2

Fixed

  • Reduce unnecessary validation on responses (#3350)
  • Return early from executor if possible to avoid unnecessary checks (#3349)
  • Stop unnecessarily encoding messages in web view executor (#3347)

@metamask/snaps-sdk 6.22.1

Fixed

  • Use typedUnion for UserInputEventStruct (#3344)
    • This improves the performance of the UserInputEventStruct type, and allows
      for better error messages when using it.

@metamask/snaps-utils 9.2.1

Fixed

  • Reduce unnecessary validation on responses (#3350)
  • Speed up JSON size calculation (#3348)