Closed codebycarson closed 1 year ago
Latest commit: 4f02ecc4884225e8c4ecf80a39eb2fee6dd7af5a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
fef1115
) 76.83% compared to head (4f02ecc
) 76.66%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This has been tested in @sei-js/core and @sei-js/react versions "0.0.0-internal-20231026034905".
Confirmed that the polyfill is not needed and vite correctly picks up the new index-browser file
This pull request encompasses three primary enhancements aimed at refining both functionality and user experience within the library.
Polyfilled Browser-Specific Export:
In response to the concerns raised in PR#94, a new browser-specific export has been introduced. The polyfilled index-browser.ts file has been added and referenced in the package.json exports. This adjustment ensures that bundlers in "browser" environments will automatically select the polyfilled version, enhancing compatibility and performance and avoiding polyfilling on node only environments.
SeiWallet Function Correction:
Following the discussion in PR#93, the implementations within SeiWallet have been rectified to use the correct function.
UI Bug Fix in WalletSelectModal:
A minor UI bug has been rectified where re-clicking on a connected wallet within erroneously displayed a "trying to connect" message.