Removed Deprecated Packages#258
Conversation
After SIP-3, the `/cosmos` and `/cosmjs` modules have been deprecated and confidential transfers hasn't been released yet
|
After SIP-3, the `/cosmos` and `/cosmjs` modules have been deprecated and confidential transfers hasn't been released yet
…otocol/sei-js into feature/remove-cosmos-cosm-and-ct
There was a problem hiding this comment.
Pull Request Overview
This PR removes the deprecated confidentialWasm Go code and related proto definitions from the confidential-transfers package, and cleans up references to the deprecated @sei-js/cosmjs and @sei-js/cosmos packages.
- Deleted entire
packages/confidential-transfers/confidentialWasmdirectory and its generated files. - Removed references to
@sei-js/cosmjsand@sei-js/cosmosfrom the top-level README. - Cleared out two
.changesetfiles related to deprecating packages.
Reviewed Changes
Copilot reviewed 740 out of 740 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/confidential-transfers/confidentialWasm | Removed all Go WASM helper code and proto artifacts |
| README.md | Deleted deprecated cosmjs/cosmos package references |
| .changeset/moody-ends-tap.md | File cleared—left empty |
| .changeset/every-turtles-grab.md | File cleared—left empty |
Comments suppressed due to low confidence (2)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #258 +/- ##
==========================================
+ Coverage 7.49% 98.16% +90.66%
==========================================
Files 279 67 -212
Lines 46735 763 -45972
Branches 16140 128 -16012
==========================================
- Hits 3505 749 -2756
+ Misses 43230 14 -43216 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…otocol/sei-js into feature/remove-cosmos-cosm-and-ct
…otocol/sei-js into feature/remove-cosmos-cosm-and-ct
…move-cosmos-cosm-and-ct
* Removed Deprecated Packages After SIP-3, the `/cosmos` and `/cosmjs` modules have been deprecated and confidential transfers hasn't been released yet * Removed Deprecated Packages After SIP-3, the `/cosmos` and `/cosmjs` modules have been deprecated and confidential transfers hasn't been released yet * Update yarn install state and lock file * Update install state * Removed packages from codecov report * Update install state * Removed packages from codecov report * Merge branch 'feature/remove-cosmos-cosm-and-ct' of github.com:sei-protocol/sei-js into feature/remove-cosmos-cosm-and-ct * Update install state
After SIP-3, the
/cosmosand/cosmjsmodules have been deprecated and confidential transfers hasn't been released yet