-
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 #812 from TokenScript/staging
Staging
- Loading branch information
Showing
9 changed files
with
45 additions
and
33 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,36 +1,27 @@ | ||
> Description | ||
This major version of the Token Negotiator provides simplification to the library interface, and new core features including multi-attestation support. | ||
Patch release to support the upgrade of attestations. | ||
|
||
### Upgrade Steps | ||
|
||
- Please refer to the migration from 2x to 3x guide. https://tokenscript.gitbook.io/token-negotiator/migrating-from-version-2x-to-3x | ||
- Update NPM package to version 3.0.1 | ||
|
||
### Breaking Changes | ||
|
||
- Passive Negotiation 'tokens' hook | ||
- Off chain interface changes | ||
- off chain Attestation schema changes (ASN / EAS) | ||
[none] | ||
|
||
### New Features | ||
|
||
- Support for multi batch EAS & ASN attestation readability and authentication | ||
- Dynamic EAS attestation support | ||
- AlphaWallet provider selection in active UI mode | ||
- Ultra Network support (BETA) | ||
- Removal of Wallet Connect V1 | ||
- Migrated this libraries documentation from README to gitbooks https://tokenscript.gitbook.io/token-negotiator/ | ||
- Added attestation migration support utility function 'migrateLegacyTokenStorage' | ||
- Ability to delete existing attestations | ||
|
||
### Bug Fixes | ||
|
||
- MetaMask support via Wallet Connect V2 | ||
- attestation.id modal dimensions updated for mobile and via Windows browsers | ||
- Added support for upgrading attestations for live projects (method added via TicketStorage deleteTicketByDecodedTokenOrId) | ||
|
||
### Performance Improvements | ||
|
||
- Simplified off chain storage of issuer data | ||
[none] | ||
|
||
**Full Change log**: | ||
|
||
https://github.com/TokenScript/token-negotiator/compare/v2.7.1...v3.0.0 | ||
https://github.com/TokenScript/token-negotiator/compare/v3.0.0...v3.0.1 |
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
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
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// modified by build process. | ||
export const VERSION = '3.0.0' | ||
export const VERSION = '3.0.1' |
e2d91d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage report
Test suite run success
84 tests passing in 9 suites.
Report generated by 🧪jest coverage report action from e2d91d4