Skip to content

Safe{Core} A A SDK Release 35

Compare
Choose a tag to compare
@dasanra dasanra released this 06 Feb 09:44
· 105 commits to main since this release
6bb692d

New Versions

  • account-abstraction-kit-poc: v2.0.1
  • api-kit: v2.1.0
  • auth-kit: v2.0.1
  • onramp-kit: v3.0.0
  • protocol-kit: v3.0.0
  • relay-kit: v2.0.1
  • safe-core-sdk-types: v4.0.0

⚠️ Breaking Changes

protocol-kit

  • Rename signTransactionHash() to signHash() as the parameter is a hash that is not exclusive for transactions.

auth-kit

  • Expose an AuthKitEthereumProvider instead the Eip1193Provider coming from ethers.

safe-core-sdk-types

  • Rename SafeTransactionEIP712Args to SafeEIP712Args as the Args are not exclusive for transactions.

What's Changed

  • chore(deps): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #618
  • feat: add missing proposer field to SafeMultisigTransactionWithTransfersResponse by @pradel in #622
  • feat(auth-kit): SafeAuthPack by @yagopv in #575
  • Prepare release by @dasanra in #629
  • Publish: by @dasanra in #630
  • Adjust MoneriumPack to v2.7.2 of @monerium/sdk by @einaralex in #591
  • fix(onramp-kit): Some improvement to Monerium PR by @yagopv in #639
  • fix(onramp-kit): monerium/sdk now accepts chainId by @einaralex in #642
  • chore: Remove test INFURA_KEY by @yagopv in #641
  • fix(protocol-kit): Fix memoization issue across different chains in the predict Safe address util by @DaniSomoza in #640
  • Update dependencies by @dasanra in #645
  • fix(api-kit): pending INFURA_KEY by @dasanra in #646
  • fix: use one push for all coverage reports by @dasanra in #648
  • feat(protocol-kit): EIP-1271 integration by @yagopv in #556
  • chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #659
  • chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /packages/onramp-kit/example/server by @dependabot in #658
  • chore: bump safe-deployments to latest version by @dasanra in #660
  • chore: Rename protocol-kit in onramp-kit by @dasanra in #669
  • feat(protocol-kit): Improve EIP1271 tests by @yagopv in #668
  • chore(deps-dev): bump vite from 4.5.0 to 4.5.2 in /packages/onramp-kit/example/client by @dependabot in #671
  • chore(deps-dev): bump vite from 4.5.0 to 4.5.2 in /packages/auth-kit/example by @dependabot in #672
  • chore: bump safe deployments to latest version by @dasanra in #675
  • chore: bump safe deployments to add base sepolia compatibility by @dasanra in #677
  • Prepare release by @dasanra in #667
  • Merge release to development by @dasanra in #688

New Contributors

Full Changelog: r34...r35