Skip to content

Releases: safe-global/safe-apps-sdk

Gnosis Safe Apps SDK v0.4.1

24 Sep 10:53
3796d70
Compare
Choose a tag to compare
  • Update documentation

Gnosis Safe Apps SDK v0.4.0

15 Sep 13:15
dcd2cf6
Compare
Choose a tag to compare

This Release:

  • Add RequestID to every message between the interface and an app. Now you can map the request and response. (#17)
  • Add new events for transaction confirmation and rejection (#37 #17)
  • Add a way to query transaction by safeTxHash (#29)
  • Type enhancements #46

Gnosis Safe Apps SDK v0.3.1

11 Aug 11:53
34df0d9
Compare
Choose a tag to compare

Changes

  • Rename types (only ones for internal use, thus the patch version)
  • Extend types to align with the safe-react interface
  • Update dependencies

Gnosis Safe Apps SDK v0.3.0

28 Jul 12:25
Compare
Choose a tag to compare
  • Handshake between safe-apps-sdk and safe-react to request the Safe information.

Gnosis Safe Apps SDK v0.2.0

15 Jul 11:43
f2475f8
Compare
Choose a tag to compare

Changes:

  • Improve type definitions

Allow localhost connections

08 May 22:01
c66609e
Compare
Choose a tag to compare
Whitelist port used by Safe Multisig desktop app (#12)

* whitelist port used by Safe Multisig desktop app

* add changelog

* update package.json version

* add https for desktop app

* allow localhost connections http or https

First version

28 Apr 15:47
dfaa31b
Compare
Choose a tag to compare

This SDK allows to connect Safe Multisig with third-party apps.