Skip to content

Releases: gnosisguild/ser-kit

v1.1.0

09 Jan 14:27
b48ccbe
Compare
Choose a tag to compare

1.1.0 (2025-01-09)

Features

  • new options for Safe transaction nonce: override and enqueue (#28) (2ed336c), closes #24
  • normalize routes (#27) (173c892), closes #26
  • replace assert with invariant in code to not require node environment (#30) (de85648), closes #20

v1.0.7

20 Dec 20:32
5924e8f
Compare
Choose a tag to compare

1.0.7 (2024-12-20)

Bug Fixes

v1.0.6

16 Dec 15:21
7ff2d16
Compare
Choose a tag to compare

1.0.6 (2024-12-16)

Bug Fixes

v1.0.5

16 Dec 13:15
8ba87b7
Compare
Choose a tag to compare

1.0.5 (2024-12-16)

Bug Fixes

  • work around cjs interop quirks of api-kit (#16) (3d7a898)

v1.0.4

14 Dec 19:56
c727582
Compare
Choose a tag to compare

1.0.4 (2024-12-14)

Bug Fixes

  • error when not supplying a provider (#13) (80ccfe1)

v1.0.3

11 Dec 16:02
b157d01
Compare
Choose a tag to compare

1.0.3 (2024-12-11)

Bug Fixes

  • parsePrefixedAddress handles prefixed addresses and regular ones (#10) (2ba9351)

v1.0.2

11 Dec 14:31
a5dc3b0
Compare
Choose a tag to compare

1.0.2 (2024-12-11)

Bug Fixes

  • export enums not only as types (#8) (e0b248d)

v1.0.1

11 Dec 13:16
2ca16c3
Compare
Choose a tag to compare

1.0.1 (2024-12-11)

Bug Fixes

  • make options for planExecution really optional (#6) (3ad7c0c)

v1.0.0

18 Nov 11:38
735fb48
Compare
Choose a tag to compare

1.0.0 (2024-11-18)

⚠ BREAKING CHANGES

  • reorganized package exports

Features

  • Planning and Execution for foundation route topologies (#3) (4756138)