Closed codebycarson closed 7 months ago
Latest commit: ef0acb3c9643661650deaed69c6418e0092ad385
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: Patch coverage is 78.26087%
with 25 lines
in your changes are missing coverage. Please review.
Project coverage is 83.10%. Comparing base (
9ce3c32
) to head (ef0acb3
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
left some comments, nice work on everything though! the docs are looking really good
i think there’s a few things we can update in separate pr:
@sei-js v2 release
Overview
This PR creates two new packages for release on NPM and removes the old /core and /react packages. Those packages will be deprecated in a separate PR to be merged before this one. Additionally many packages have been updated, the telescope package and configuration has been updated for /proto, and the docs have been improved dramatically.
New Packages
/evm
This package contains many helper functions for working with precompiles for WASM interoperability as well as general chain information for easy use with Wagmi and 'ethers'.
/cosm
This package is the old /core library with various helper functions from /react moved in
Removed packages
/core
@sei-js/core has been deprecated in favor of using the new /cosmjs package. Most of the configuration and wrappers in the old package for use with cosmjs anyway.
/react
This packaged has moved to support with Cosmos Kit rather than managing the react hooks and components for wallet connection. Cosmos Kit is robust, maintained, and easy to use.
Docs
Every function exported has in depth typedoc comments for generating clear and clean docs. The docs have been themed with a custom Sei theme as well
Testing
The best way to test this is to pull the package, run the tests, generate and review the docs, and to test in a React application