Releases: massalabs/wallet-provider
Releases · massalabs/wallet-provider
3.3.0
What's Changed
- use node 22 by @peterjah in #316
- update massa-web3 by @peterjah in #317
- Execute sc bearby by @peterjah in #318
- add metamask executeSC by @peterjah in #320
- Execute sc station by @peterjah in #319
- Execute sc station by @peterjah in #321
- add readonly executeSC by @peterjah in #322
- Update sandbox UI kit by @peterjah in #325
- Sign rule sandbox by @Ben-Rey in #327
- update massa-web3 by @peterjah in #328
- Update deps by @peterjah in #329
- update massa-web3 by @peterjah in #330
- update massa-web3 by @peterjah in #332
- update deps by @peterjah in #334
- add daily massa-web3 integration test by @peterjah in #336
- update massa web3 to allow using it in deweb uploader by @fleandrei in #335
- update massa-web3 by @peterjah in #337
- assert massa-web3@dev is compatible before publish by @peterjah in #338
- add version check for massa-web3 by @peterjah in #339
- Update massa web3 by @peterjah in #341
- release v3.3.0 by @peterjah in #343
- Disable massa web3 integ for release by @peterjah in #344
Full Changelog: v3.2.0...v3.3.0
3.2.0
What's Changed
- add standalone MS wallet support by @peterjah in #293
- detect standalone MS wallet by @peterjah in #294
- add MS Wallet signRule management by @peterjah in #295
- export types for MassaStation wallet configuration and sign rules by @thomas-senechal in #296
- Fix Bearby chainId typing by @pivilartisant in #297
- fix readStorage and metamask bound to station issue by @fleandrei in #300
- Bearby gas estimation by @peterjah in #301
- fix metamask huge fees by @fleandrei in #304
- fix bearby new version get events by @fleandrei in #305
- fix axios vulnerability high by @fleandrei in #307
- update massa-web3 by @peterjah in #313
- release v3.2.0 by @peterjah in #315
Full Changelog: v3.1.1...v3.2.0
3.1.1
What's Changed
- Buffer polyfill by @peterjah in #258
- fix network listener callback type by @peterjah in #259
- update massa-web3 version and add executeSC method by @Ben-Rey in #262
- return true for connect disconnect functions if not implemented by @Ben-Rey in #268
- update sign message by @peterjah in #269
- update massa-web3 by @peterjah in #270
- Add Deploy Sc from Wallets by @pivilartisant in #272
- Fix Bearby Read Storage by @pivilartisant in #273
- bump massa web3 by @pivilartisant in #274
- Add metamask support by @Ben-Rey in #257
- fix: return provider request in connectSnap function by @Ben-Rey in #277
- Bump cross-spawn by @dependabot in #260
- Change to Massa Wallet naming by @pivilartisant in #280
- Add install links to wallets by @pivilartisant in #284
- update package versions and add balanceOf method by @Ben-Rey in #283
- add deploysc test and fix some issues by @fleandrei in #286
- fix metamask minimal fee by @peterjah in #287
- change wallet install link by @pivilartisant in #288
- update version to 3.1.1 by @Ben-Rey in #290
New Contributors
- @pivilartisant made their first contribution in #272
- @fleandrei made their first contribution in #286
Full Changelog: v3.0.0...v3.1.1
3.0.0
Merge of next branch:
Full refactoring to use generic Provider from massa-web3!
What's Changed
- refactor provider discovery by @Thykof in #219
- Update get wallets by @Ben-Rey in #230
- Fix build by @Ben-Rey in #231
- Fix tests by @Ben-Rey in #232
- fix linter by @peterjah in #233
- Use rpc for bearby readSC by @peterjah in #234
- rework ci workflows by @peterjah in #235
- rework ci workflows by @peterjah in #236
- fix publish by @peterjah in #237
- Minimal fee by @peterjah in #238
- refactor e2e tests by @peterjah in #239
- Update mweb3 by @Ben-Rey in #241
- Fix event emitter by @Ben-Rey in #242
- Temporarily remove the publish test by @Ben-Rey in #244
- Fix bearby max gas by @peterjah in #245
- remove unused dependencies by @peterjah in #248
- Add storage read caps bearby by @peterjah in #249
- fix e2e tests by @peterjah in #250
- update bearby.js by @peterjah in #251
- Refactor workflow by @peterjah in #252
- fix publish workdflow by @peterjah in #253
- The merge by @peterjah in #255
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- Change the way we detect if Bearby is installed by @Ben-Rey in #198
- Improve wallet provider by @Ben-Rey in #200
- Export function to detect if wallet plugin is installed by @Ben-Rey in #201
- Bump vite from 4.4.12 to 4.5.2 in /test-extension/dapp-vite by @dependabot in #195
- Bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #189
- fix bearby not detected by @Ben-Rey in #203
- Improve or add documentation for src/connector folder (#174) by @Ben-Rey in #175
- 145 add missing unit test code snippets by @thomas-senechal in #147
- Change bearby balance function by @Ben-Rey in #202
- fix non relative import by @peterjah in #207
- Run tests serially by @Ben-Rey in #208
- clean dependencies by @peterjah in #209
- fix prettier plugin by @peterjah in #210
- Fix read bearby and update web3 utils by @Ben-Rey in #211
- Starter to Homogenize errors by @Ben-Rey in #212
- Clean read bearby by @Ben-Rey in #213
- Update bearby js by @Ben-Rey in #214
- Bump axios from 0.26.1 to 0.28.0 by @dependabot in #206
- Doc/improve code snippet by @Ben-Rey in #215
- increase isMassaWalletEnabled timeout by @Thykof in #218
- Bump vite from 4.5.2 to 4.5.3 in /test-extension/dapp-vite by @dependabot in #220
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #217
- Update major version by @Ben-Rey in #222
New Contributors
- @thomas-senechal made their first contribution in #147
Full Changelog: v1.5.2...v2.0.0
v1.5.2
What's Changed
- massastation: add fee and maxGas to callSC request by @peterjah in #186
- add sign message function by @Thykof in #187
- Detect account change by @Ben-Rey in #190
- Detect network change by @Ben-Rey in #191
- add network change detection for MS by @peterjah in #192
- fix interval clear for network change detection by @peterjah in #193
- Add connect/disconnect/connected/enabled methods to provider interface by @Ben-Rey in #194
- Fix bearby call sc by @peterjah in #196
Full Changelog: v1.5.1...v1.5.2
v1.5.1
v1.5.0
What's Changed
- use latest MS/wallet versions in CI by @peterjah in #151
- get MS wallet infos by @peterjah in #150
- Remove webpack and package build (#153) by @Ben-Rey in #154
- Improve or add documentation for src/account/AccountBalance.ts by @Ben-Rey in #163
- Improve or add documentation for src/account/Account.ts and clean src… by @Ben-Rey in #161
- Improve or add documentation for src/account/AccountSign.ts (#164) by @Ben-Rey in #165
- Improve or add documentation for src/account/IAccount.ts by @Ben-Rey in #167
- Clean up README.md by @Ben-Rey in #156
- improve or add documentation for src/account/IAccountDetails.ts by @Ben-Rey in #173
- Massa Station: filter out corrupted accounts by @Thykof in #181
- Bump wallet provider version to 1.5.0 by @Ben-Rey in #182
Full Changelog: v1.4.1...v1.5.0