Skip to content

Commit

Permalink
Merge pull request #678 from TokenScript/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
snowwhitedev committed May 18, 2023
2 parents d8b1b16 + 4a1ca71 commit fc11947
Show file tree
Hide file tree
Showing 34 changed files with 1,038 additions and 1,732 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2
30 changes: 17 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,42 @@
> Description
Feature release with fixes, added support through Wallet Connect V2, and use of signatures via Solana and Flow.
This release focussed on bug fixes to Wallet Connections, enhancing error handling and bringing minor general improvements to the product.

### Upgrade Steps

* Update NPM package to version 2.5.0
* Update NPM package to version 2.6.0

### Breaking Changes

[none]

### New Features

* Tokens loaded event hook added
* Wallet Connect V2 IM token wallet support
* Added sign/verify for flow and solana
[none]

### Bug Fixes

* Sonar Cloud code quality updates
* Namespace prefix for off chain communication
* ES LINT update
* Ability to extend library classes
* Support for es5 browsers
* Disabled support of iOS Edge with Torus
* 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.

### Performance Improvements

[none]

### Other Changes

[none]
* 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.

**Full Change log**:

https://github.com/TokenScript/token-negotiator/compare/v2.4.3...v2.5.0
https://github.com/TokenScript/token-negotiator/compare/v2.5.0...v2.6.0
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ The following types of tokens are supported:
<td>avalanche</td>
<td>N</td>
</tr>
<tr>
<td>evm</td>
<td>avalanche testnet</td>
<td>Y</td>
</tr>
<tr>
<td>evm</td>
<td>fantom</td>
Expand All @@ -84,11 +79,6 @@ The following types of tokens are supported:
<td>cronos</td>
<td>N</td>
</tr>
<tr>
<td>evm</td>
<td>cronos testnet</td>
<td>Y</td>
</tr>
<tr>
<td>solana</td>
<td>mainnet</td>
Expand Down
Loading

1 comment on commit fc11947

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 42.92% 1348/3141
🔴 Branches 30.75% 429/1395
🔴 Functions 45.27% 201/444
🔴 Lines 42.87% 1145/2671

Test suite run success

95 tests passing in 9 suites.

Report generated by 🧪jest coverage report action from fc11947

Please sign in to comment.