Skip to content

Releases: LilaRest/tulipe

v1.11.0

07 Sep 15:26
Compare
Choose a tag to compare

1.11.0 (2022-09-07)

Features

  • a change watcher system to proxies (879f850)
  • adapt contract related classes to new ARS and proxies design (c96a7de)
  • re-enable in the new ARS classes auto-purging and auto-init on ethersInstance change (2e2abb8)

v1.10.0

07 Sep 09:11
Compare
Choose a tag to compare

1.10.0 (2022-09-07)

Features

  • externalize ARS from proxies and simplify proxies (e002c5d)
  • move all methods commons to many ARS classes into a BaseARS class (50cbecc)
  • move proxies initialization safety in the Proxy class + remove unecessary commented code (f2746ce)

v1.9.0

05 Sep 15:26
Compare
Choose a tag to compare

1.9.0 (2022-09-05)

Bug Fixes

  • fix TulipeContractProxy class that was not setting status to INITIALIZED on successful init (52dca17)

Features

  • add Tulipe wrapper for all Ethers.js contract classes (d60bf57)
  • add Tulipe wrapper for all Ethers.js signer classes (76d85f9)
  • expose a Tulipe wrapped version of Ethers.js at dapp.ethers (457723c)
  • tiny improvements about wrappers and contract proxy (254cfc0)

v1.8.0

04 Sep 19:28
Compare
Choose a tag to compare

1.8.0 (2022-09-04)

Bug Fixes

  • fix export typo in composables/ethers/index.js (a1e4e70)

Features

  • add Tulipe wrapper for all Ethers.js provider classes (2700573)
  • split TulipeContractPlaceholder's ARS in two methods like for signer (7091cf3)

v1.7.1

04 Sep 17:10
Compare
Choose a tag to compare

1.7.1 (2022-09-04)

Bug Fixes

v1.7.0

04 Sep 16:33
Compare
Choose a tag to compare

1.7.0 (2022-09-04)

Bug Fixes

  • _autoInstantiateFromWallet() method was still using the old Wallet API (61ee43a)
  • remove temporary error catcher in SelectWalletDropdown (3356581)

Features

  • auto-instanciate provider in priority with connected wallet, else with others (3b85069)

v1.6.0

04 Sep 15:27
Compare
Choose a tag to compare

1.6.0 (2022-09-04)

Bug Fixes

  • fix currentWallet and currentNetwork retrieving in unsafe contexts (7078cab)

Features

  • create an Eip1193Wallet that allows connection to any wallet that respect the eip-1993 (55a75c5)
  • improve SelectWalletDropdown by displaying connection states + improve signer ARS (f2c23a5)
  • improvement in the wallets / signer code (2b0cad4)
  • remove ContractsList safers and update code that was depending on them (1afd6c0)
  • support wallets that doesn't allow lazy connect (f2dd647)
  • throw a proper message if onSafe() method is called on a TulipeContract instance (12f2d0e)

v1.5.0

02 Sep 21:59
Compare
Choose a tag to compare

1.5.0 (2022-09-02)

Bug Fixes

  • package.json: remove type 'module' (d4f46fc)

Features

  • improve wallets system and add a first version of SelectWalletDropdown component (3b02971)

v1.4.1

01 Sep 20:31
Compare
Choose a tag to compare

1.4.1 (2022-09-01)

Bug Fixes

v1.4.0

01 Sep 20:08
Compare
Choose a tag to compare

1.4.0 (2022-09-01)

Bug Fixes

Features

  • re-enable documentation build and add tulipe as dev dep (cf1e894)