Skip to content

Releases: 5afe/contract-proxy-kit

v3.0.0

22 Feb 12:19
Compare
Choose a tag to compare

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

12 Oct 11:04
Compare
Choose a tag to compare
v2.2.0-alpha.1 Pre-release
Pre-release
  • Allow configuration of the saltNonce

v2.1.0

01 Oct 12:35
Compare
Choose a tag to compare

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

02 Sep 23:11
Compare
Choose a tag to compare

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

06 Aug 00:13
Compare
Choose a tag to compare

Changelog

  • Fix: Update MultiSend contract address

v1.1.0

09 Mar 16:28
@cag cag
Compare
Choose a tag to compare

Changelog

  • Has access to localhost:8545 networks via development (#9 Thanks to @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

07 Jan 22:51
@cag cag
Compare
Choose a tag to compare

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!