Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Releases: 5afe/contract-proxy-kit

v3.0.0

Choose a tag to compare

@germartinez germartinez released this 22 Feb 12:19

Changelog

  • Monorepo with example Dapp #143
  • Addition of new methods and use of TypeDocs #142
  • Enable usage on CLI node apps #142
  • Add Gnosis CLA #141
  • Fix transaction value type #138
  • Rockside transaction relay #135
  • Adjust detection of WalletConnected Safes #134
  • Handle different Safe contract versions #130
  • Use Safe contracts v1.2.0 #126
  • Fix TransactionResult type #125
  • xDai support #121

v2.2.0-alpha.1

v2.2.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@germartinez germartinez released this 12 Oct 11:04
  • Allow configuration of the saltNonce

v2.1.0

Choose a tag to compare

@germartinez germartinez released this 01 Oct 12:35

Changelog

  • Account for when binary search is unnecessary (#109)
  • Handle transaction result from Safe Multisig web interface (#110)
  • Add Safe modules configuration (#112)
  • Add CPK API documentation (#113)

v2.0.0

Choose a tag to compare

@germartinez germartinez released this 02 Sep 23:11

Changelog

  • Migration to TypeScript
  • Integration with Safe Apps SDK
  • Compatibility with ethers.js v5
  • Big refactorization
  • Estimate transaction gas
  • Test coverage and improvements

v1.1.2

Choose a tag to compare

@germartinez germartinez released this 06 Aug 00:13

Changelog

  • Fix: Update MultiSend contract address

v1.1.0

Choose a tag to compare

@cag cag released this 09 Mar 16:28

Changelog

  • Has access to localhost:8545 networks via development (#9 Thanks to Franco Victorio (@fvictorio))
  • Deployed on mainnet (#18)
  • Fixed Gnosis Safe WalletConnect integration typings (#20)
  • Remove default gas limit which was set to block gas limit (#21)

v1.0.0

Choose a tag to compare

@cag cag released this 07 Jan 22:51

Hey, welcome to the first official release of the Contract Proxy Kit!

Here's a last minute change for those following along:

execTransactions now resolves to an object with the transaction hash and a PromiEvent/TransactionResponse, and resolves before the first confirmation. This is done to square up the interface with the native Gnosis Safe WalletConnect integration (#5)

Anyway, aside from being a major version release, it also means that this project is committed to semantic versioning now.

Cheers!