You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This major version of the Token Negotiator provides simplification to the library interface, and new core features including multi-attestation support.
3
+
Patch release to support the upgrade of attestations.
4
4
5
5
### Upgrade Steps
6
6
7
-
-Please refer to the migration from 2x to 3x guide. https://tokenscript.gitbook.io/token-negotiator/migrating-from-version-2x-to-3x
7
+
-Update NPM package to version 3.0.1
8
8
9
9
### Breaking Changes
10
10
11
-
- Passive Negotiation 'tokens' hook
12
-
- Off chain interface changes
13
-
- off chain Attestation schema changes (ASN / EAS)
11
+
[none]
14
12
15
13
### New Features
16
14
17
-
- Support for multi batch EAS & ASN attestation readability and authentication
18
-
- Dynamic EAS attestation support
19
-
- AlphaWallet provider selection in active UI mode
20
-
- Ultra Network support (BETA)
21
-
- Removal of Wallet Connect V1
22
-
- Migrated this libraries documentation from README to gitbooks https://tokenscript.gitbook.io/token-negotiator/
23
-
- Added attestation migration support utility function 'migrateLegacyTokenStorage'
15
+
- Ability to delete existing attestations
24
16
25
17
### Bug Fixes
26
18
27
-
- MetaMask support via Wallet Connect V2
28
-
- attestation.id modal dimensions updated for mobile and via Windows browsers
19
+
- Added support for upgrading attestations for live projects (method added via TicketStorage deleteTicketByDecodedTokenOrId)
0 commit comments