-
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 #880 from TokenScript/staging
Staging
- Loading branch information
Showing
39 changed files
with
846 additions
and
763 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,30 +1,37 @@ | ||
> Description | ||
Minor release for off chain token attestations | ||
Feature release including multi-hook support, improved UX for off chain token holders and general improvements. | ||
|
||
### Upgrade Steps | ||
|
||
- Update NPM package to version 3.1.1 | ||
- Update NPM package to version 3.2.0 | ||
|
||
### Breaking Changes | ||
|
||
[none] | ||
|
||
### New Features | ||
|
||
- Upgrade attestation lib to support validation of new EAS off-chain attestation version | ||
- Prevent delete of signedToken property on token object | ||
- Change single token auth to use tokenId instead of sending the entire token object in URL | ||
- Add labels to default ticket schema | ||
- Extended the configuration options for 'active' mode ui text | ||
- Off Chain Token Issuer UX improvements to notify the end user when the page will re-direct | ||
- Re-direct view state UX improvements for 'active' mode | ||
- Re-direct accept / deny options given to end user (to cancel the loading of tokens) | ||
- Multi-Hook support added | ||
- Added selected token issuer keys to 'tokens-selected' event hook | ||
- Explicitly include ethers library availabilty via Token Negotiator library interface `client.externalUtils.evm.ethers` | ||
- Aligned on chain authentication with off chain user interface (for single token authentication on the client side). Multi token on chain authentication is not yet supported (via the current library features). | ||
|
||
### Bug Fixes | ||
|
||
[none] | ||
- TS interface custom view | ||
- Single token off chain authentication incompatibility interface fix | ||
- EAS authentication fixed via attestation.id updated dependency @tokenscript/attestation to version "0.7.0-rc.2" | ||
|
||
### Performance Improvements | ||
### Performance / Quality Improvements | ||
|
||
[none] | ||
- Reduced the duplication of variable definitions (moved to a common constants file). | ||
- Increased unit test coverage | ||
|
||
**Full Change log**: | ||
|
||
https://github.com/TokenScript/token-negotiator/compare/v3.1.0....v3.1.1 | ||
https://github.com/TokenScript/token-negotiator/compare/v3.1.1....v3.2.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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.