@gnosis.pm/safe-apps-sdk
Version:
SDK developed to integrate third-party apps with Safe app.
172 lines (87 loc) • 2.75 kB
Markdown
@gnosis.pm/safe-apps-sdk
# 7.8.0
## Minor Changes
- 0abb796: Fixes of eip-712 logic
# 7.7.0
## Minor Changes
- a0991c0: add support for the eip-712 signature method
# 7.6.0
## Minor Changes
- 7c10204: Added support for EIP-2255
# 7.5.0
## Minor Changes
- 32b773c: Add blockExplorerUriTemplate to getChainInfo method
# 7.4.1
## Patch Changes
- b5ec379: Include source files in the npm package to make sourcemaps work
# 7.4.0
## Minor Changes
- f00202a: dependency updates
## Patch Changes
- 19b1831: Check if window is defined before accessing. Should fix errors in nextjs
# 7.3.0
## Minor Changes
- df5f7ff: Add getEnvironmentInfo method and isReadOnly prop to SafeInfo
# 7.2.0
## Minor Changes
- 760c63c: Bump safe-react-gateway-sdk to the latest version
# 7.1.0
## Minor Changes
- 0a3ddd3: Bump safe-react-gateway-sdk deps to 2.9.0
# 7.0.0
## Major Changes
- 43651c0: Allow SafeAppsSDK options in SafeAppConnector
# 6.3.0
## Minor Changes
- 45199f6: Use safe-react-gateway for gateway types. Bump dependencies
# 6.2.0
## Minor Changes
- d1ef969: Added Estimate Gas to sdk
# 6.1.1
## Patch Changes
- 0ee4c94: Remove changeset/cli from production dependencies
# 6.1.0
## Minor Changes
- 87984be: Adding typing for retrieving network information in the getSafeInfo method
# 6.0.0
## Major Changes
- 630800f: Make calculateMessageHash a method in the Safe class
# 5.0.0
## Major Changes
- 9a4d3a4: Fix type prop not matching backend response
## Patch Changes
- 2b56d7e: move unecessary dependencies to dev-dependencies
# 5.0.0-next.1
## Major Changes
- 9a4d3a4: Fix type prop not matching backend response
# 4.3.1-next.0
## Patch Changes
- 2b56d7e: move unecessary dependencies to dev-dependencies
# 4.3.0
## Minor Changes
- 035159a: Add txs.signMessage method that triggers a call to SignMessageLib
## Patch Changes
- 5286af8: fix missing context on signature checks
- 8777635: Don't accept bytes for signing, use hashMessage from ethers (eip-191)
# 4.3.0-next.2
## Patch Changes
- 8777635: Don't accept bytes for signing, use hashMessage from ethers (eip-191)
# 4.3.0-next.1
## Patch Changes
- 5286af8: fix missing context on signature checks
# 4.3.0-next.0
## Minor Changes
- 035159a: Add txs.signMessage method that triggers a call to SignMessageLib
# 4.2.0
## Minor Changes
- 4108134: Add owners and threshold to SafeInfo type"
# 4.1.0
## Minor Changes
- 9f91d38: Add getTransactionCount eth rpc method
- f9d1a18: Support eth_gasPrice rpc method
# 4.1.0-next.1
## Minor Changes
- f9d1a18: Support eth_gasPrice rpc method
# 4.1.0-next.0
## Minor Changes
- 9f91d38: Add getTransactionCount eth rpc method