contract-proxy-kit icon indicating copy to clipboard operation
contract-proxy-kit copied to clipboard

Enable batched transactions and contract account interactions using a unique deterministic Gnosis Safe.

Results 38 contract-proxy-kit issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [apollo-server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server) from 2.25.3 to 2.26.0. Changelog Sourced from apollo-server's changelog. v2.26.0 Backport [PR #5537](apollographql/apollo-server#5537) from Apollo Server 3. This fixes a TypeScript declaration relating to the Fetch API. We...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Somebody using web3-react and ethers.js v5 with this library currently is unable to initialize the CPK: ![image](https://user-images.githubusercontent.com/298447/97731901-ba265d80-1aa3-11eb-8f62-ac00ac2863c6.png) I think the error is triggered from here: https://github.com/ethers-io/ethers.js/blob/22dee96f512ad7d7cae5d278cc607cdff6112f05/packages/contracts/src.ts/index.ts#L624 The return value of...

bug
ts

make `execTransaction` payable

(For Geth and OpenEthereum support)

(Just listing everything that this should handle) - [x] Resolves #31 - [x] Resolves #38 - [x] Resolves #39 - [x] Resolves #46 - [x] Resolves #67 - [x] Resolves...

If possible, transaction simulation should assume that the tx will be in the next block since it's not possible for a transaction to be in the current block

Add a `claimAll()` method that transfers all the token balances from the Safe Proxy contract back to the Safe Proxy owner.