Skip to content

Releases: tokencard/contracts

Remove Oraclize integration

21 Sep 12:20
ea5d68f
Compare
Choose a tag to compare
  • Removed integration with the Oraclize service in the Oracle.sol contract
  • Added a gas topup guard to prevent gas topups when the wallet has not enough funds

GasProxy Controller

17 Aug 12:17
a2cde0b
Compare
Choose a tag to compare

This release creates a new kind of Controller that utilisies gas tokens to subsidise gas costs. This makes no changes to the wallet, it just allows for transactions to be performed more cheeply.

Proxy / Library Smart Contract Wallet

16 Jul 10:54
c1e8aa6
Compare
Choose a tag to compare

This version is a minor version change whereby the interfaces to the Wallet do not change, but the wallet has been transformed into a Proxy / Library pattern. This enables some efficiencies on chain.

Wallet Proxies via Upgradeable pattern (pre-audit)

29 Jun 13:04
4984f90
Compare
Choose a tag to compare

This version of the contracts uses OpenZeppelin's upgradeable pattern:

-proxies are deployed instead of full contracts.

  • upgradeTo functionality deactivated.

v3.2.0 - Batch Metatransactions + Migration

23 Apr 10:08
be9f35f
Compare
Choose a tag to compare

This version of the app allows for:

Batch Metatransactions
Contract Migrations

v3.1.1 - Minor / Cosmetic Changes to 3.1.0

02 Apr 14:53
b32153b
Compare
Choose a tag to compare
Add prettier formatter and format solidity code (#544)

* Add prettier formatter and format solidity code

* Add format script

* Improve format and slither scripts and update README.md

* Regenerate bindings

* Fix test coverage error and use node container

* Add openssh-client to node container

* Fix test coverage for licence.sol

* Add git to format_check job

* Revert build_check changes

v3.1.0 - Batch and Meta Transactions

27 Mar 13:43
764c45a
Compare
Choose a tag to compare
Pre-release

MetaTransactions
Batch MetaTransactions
Some minor cosmetic changes

Meta Transactions - Post Audit - Prerelease

18 Mar 09:47
281612e
Compare
Choose a tag to compare

This pre-release implements:

  • Meta-transactions
  • Batch executeTransaction
  • Wallet Connect Verify Signature

Meta Transactions - Pre Audit

18 Mar 09:43
5b10eb2
Compare
Choose a tag to compare
Pre-release

This is the version that we sent off for audit.

Post Audit - Fix Oracle Exchange Rate

15 Aug 12:13
da3ac9d
Compare
Choose a tag to compare

This bug was introduced post audit, we are reverting what was recommended by the auditor.