This repository was archived by the owner on Jun 8, 2026. It is now read-only.
Releases: 5afe/contract-proxy-kit
Releases · 5afe/contract-proxy-kit
Release list
v3.0.0
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
- Allow configuration of the
saltNonce
v2.1.0
v2.0.0
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
Changelog
- Fix: Update MultiSend contract address
v1.1.0
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
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!