Skip to content

Latest commit

 

History

History
188 lines (113 loc) · 13 KB

CHANGELOG.md

File metadata and controls

188 lines (113 loc) · 13 KB

1.0.0 (2022-12-30)

Bug Fixes

  • _autoInstantiateFromWallet() method was still using the old Wallet API (8362829)
  • add a fake var in index.js to force new dist files (e853e91)
  • comment documentation build ATM (54c3bcb)
  • Fake update (ca4663c)
  • Fake update (ff6ff2c)
  • fix 'vuethers' in files names (6b38454)
  • fix currentWallet and currentNetwork retrieving in unsafe contexts (7da1759)
  • fix export typo in composables/ethers/index.js (4d6aa08)
  • fix package version (e02ad50)
  • fix renaming conflicts (d6d199d)
  • fix tulipe domain name (33c1e23)
  • fix TulipeContractProxy class that was not setting status to INITIALIZED on successful init (4da1b2f)
  • Make dapp path explicit in index.js (1d8ffa6)
  • package.json: remove type 'module' (da0f5c9)
  • remove fake variable (ae97b8d)
  • remove temporary error catcher in SelectWalletDropdown (ccc51aa)
  • Remove unnecessary ENV variable in CI/CD workflow (7908ec8)
  • resolve pull conflicts (3b27283)
  • try to fix version (efc8fcb)

Features

  • a change watcher system to proxies (a3097dc)
  • adapt contract related classes to new ARS and proxies design (0af2287)
  • Add automatic changelog to Release bot (bb9c8b0)
  • add Tulipe wrapper for all Ethers.js contract classes (553bc74)
  • add Tulipe wrapper for all Ethers.js provider classes (7b0803b)
  • add Tulipe wrapper for all Ethers.js signer classes (8494719)
  • auto-instanciate provider in priority with connected wallet, else with others (00b972f)
  • create an Eip1193Wallet that allows connection to any wallet that respect the eip-1993 (eef08f7)
  • expose a Tulipe wrapped version of Ethers.js at dapp.ethers (6c4142e)
  • externalize ARS from proxies and simplify proxies (5657994)
  • improve SelectWalletDropdown by displaying connection states + improve signer ARS (671b4f0)
  • improve wallets system and add a first version of SelectWalletDropdown component (d8a0f54)
  • improvement in the wallets / signer code (10d3f95)
  • move all methods commons to many ARS classes into a BaseARS class (2003ece)
  • move proxies initialization safety in the Proxy class + remove unecessary commented code (e9bb296)
  • re-enable documentation build and add tulipe as dev dep (c458a09)
  • re-enable in the new ARS classes auto-purging and auto-init on ethersInstance change (c50c032)
  • remove comitizen from package, fake change in index.js to test CI/CD (7c9fee9)
  • remove ContractsList safers and update code that was depending on them (028c684)
  • rename Vuethers to Tulipe (696d7c9)
  • split TulipeContractPlaceholder's ARS in two methods like for signer (49568a6)
  • support wallets that doesn't allow lazy connect (1b6cdaf)
  • throw a proper message if onSafe() method is called on a TulipeContract instance (9374dab)
  • tiny improvements about wrappers and contract proxy (f0b33ef)

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)

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)

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)

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)

1.7.1 (2022-09-04)

Bug Fixes

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)

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)

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)

1.4.1 (2022-09-01)

Bug Fixes

1.4.0 (2022-09-01)

Bug Fixes

Features

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

1.3.1 (2022-09-01)

Bug Fixes

1.3.0 (2022-09-01)

Bug Fixes

  • comment documentation build ATM (8bbbb5a)
  • fix 'vuethers' in files names (7775a41)
  • fix renaming conflicts (a684fc4)

Features

  • rename Vuethers to Tulipe (0e82ad0)