-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #694 from TokenScript/staging
Staging
- Loading branch information
Showing
29 changed files
with
7,497 additions
and
2,698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,34 @@ | ||
> Description | ||
This release focussed on bug fixes to Wallet Connections, enhancing error handling and bringing minor general improvements to the product. | ||
This feature release adds support for Ethereum Attestation Service (EAS) off chain attestations. | ||
|
||
### Upgrade Steps | ||
|
||
* Update NPM package to version 2.6.0 | ||
* Update NPM package to version 2.7.0 | ||
|
||
### Breaking Changes | ||
|
||
[none] | ||
|
||
### New Features | ||
|
||
[none] | ||
* EAS off chain attestation support | ||
* Opening Start Screen default copy change | ||
* User controlled off chain signed token support / enhanced user control of token | ||
|
||
### Bug Fixes | ||
|
||
* Wallet Connect V1 UX improvements | ||
* Enable disconnection of Phantom Wallet (through new API capabilities) | ||
* Off Chain Token error handling enhancements | ||
* General CSS updates (best practices and aesthetic improvements) | ||
* All Sonar Cloud vulnerabilities addressed | ||
* Fix to re-enable the change of accounts hook for EVM wallets (re-aligned to third party libraries) | ||
* Removed from Readme our support for Cronos testnet and Avalanche testnet | ||
* Removal of deprecated comments and code from source | ||
* Enable IM Token with off chain flow | ||
* Solana Token Discovery faced some issues through this release cycle, now fixed | ||
* Addition of Icon Graphic for IM Token | ||
* Solana event hooks were not working expectedly, now fixed. | ||
* Added attestation backwards compatability | ||
* CSS alignment correction for Wallect Connect Version 2 icon | ||
|
||
### Performance Improvements | ||
|
||
[none] | ||
|
||
### Other Changes | ||
|
||
* Support for Cronos testnet and Avalanche testnet is no longer available. If using these networks, please consider using another EVM test net or migrating to a mainnet. | ||
[none] | ||
|
||
**Full Change log**: | ||
|
||
https://github.com/TokenScript/token-negotiator/compare/v2.5.0...v2.6.0 | ||
https://github.com/TokenScript/token-negotiator/compare/v2.6.0...v2.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// Mock `window.location` with Jest spies and extend expect | ||
import "jest-location-mock"; |
Oops, something went wrong.