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 PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sei-js/precompiles@3.0.0
Major Changes
c928ae9: Breaking: remove the IBC and Oracle precompiles. IBC_PRECOMPILE_ADDRESS, IBC_PRECOMPILE_ABI, ETHERS_IBC_PRECOMPILE_ABI, getIbcPrecompileEthersV6Contract, VIEM_IBC_PRECOMPILE_ABI, ORACLE_PRECOMPILE_ADDRESS, ORACLE_PRECOMPILE_ABI, ETHERS_ORACLE_PRECOMPILE_ABI, getOraclePrecompileEthersV6Contract, and VIEM_ORACLE_PRECOMPILE_ABI are no longer exported.
Neither precompile is supported on Sei any more, so calls to them fail on-chain regardless of where the address and ABI come from. There is no drop-in replacement: re-declaring them locally will not restore working calls, and code still depending on them needs to move off these precompiles.
Minor Changes
b3db3e8: Export the Solo precompile from the ethers entrypoint. ETHERS_SOLO_PRECOMPILE_ABI and getSoloPrecompileEthersV6Contract were implemented but never re-exported from src/ethers/index.ts, so they were unreachable from the @sei-js/precompiles package root.
The @sei-js/precompiles/ethers subpath shown in the doc examples remains unresolvable and is unchanged here — the package still publishes no exports map. That is tracked separately.
Patch Changes
da59b19: Standardize published package contents, licensing, and type resolution.
@sei-js/mcp-server@0.4.0
Minor Changes
e0e4720: Remove the search_sei_js_docs tool and route the remaining search_docs tool through the official docs.sei.io MCP endpoint instead of the legacy Mintlify/Trieve backends. Reconnect and retry once when the remote docs session expires so callers do not see a transient 404 or 410 error. Remove the obsolete docs/ rule from the package's .npmignore.
Patch Changes
da59b19: Standardize published package contents, licensing, and type resolution.
@sei-js/create-sei@1.0.2
Patch Changes
da59b19: Standardize published package contents, licensing, and type resolution.
@sei-js/registry@1.0.5
Patch Changes
d12ad96: Stop running Git submodule commands when consumers install the registry package.
da59b19: Standardize published package contents, licensing, and type resolution.
@sei-js/sei-global-wallet@1.4.2
Patch Changes
da59b19: Standardize published package contents, licensing, and type resolution.
Medium Risk
Mechanical version/changelog PR, but merging publishes a major breaking @sei-js/precompiles release that removes public IBC and Oracle APIs.
Overview
Consumes pending changesets and bumps published package versions for release.
@sei-js/precompiles → 3.0.0 ships a breaking removal of the unsupported IBC and Oracle precompile exports, plus a minor fix to export the Solo precompile from the ethers entrypoint.
@sei-js/mcp-server → 0.4.0 drops search_sei_js_docs and routes search_docs through the official docs.sei.io MCP endpoint.
Patch bumps also land for create-sei (1.0.2), registry (1.0.5, including stopping Git submodule commands on install), and sei-global-wallet (1.4.2), mainly for packaging/licensing/type-resolution standardization.
Reviewed by Cursor Bugbot for commit a342345. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sei-js/precompiles@3.0.0
Major Changes
c928ae9: Breaking: remove the IBC and Oracle precompiles.
IBC_PRECOMPILE_ADDRESS,IBC_PRECOMPILE_ABI,ETHERS_IBC_PRECOMPILE_ABI,getIbcPrecompileEthersV6Contract,VIEM_IBC_PRECOMPILE_ABI,ORACLE_PRECOMPILE_ADDRESS,ORACLE_PRECOMPILE_ABI,ETHERS_ORACLE_PRECOMPILE_ABI,getOraclePrecompileEthersV6Contract, andVIEM_ORACLE_PRECOMPILE_ABIare no longer exported.Neither precompile is supported on Sei any more, so calls to them fail on-chain regardless of where the address and ABI come from. There is no drop-in replacement: re-declaring them locally will not restore working calls, and code still depending on them needs to move off these precompiles.
Minor Changes
b3db3e8: Export the Solo precompile from the
ethersentrypoint.ETHERS_SOLO_PRECOMPILE_ABIandgetSoloPrecompileEthersV6Contractwere implemented but never re-exported fromsrc/ethers/index.ts, so they were unreachable from the@sei-js/precompilespackage root.The
@sei-js/precompiles/etherssubpath shown in the doc examples remains unresolvable and is unchanged here — the package still publishes noexportsmap. That is tracked separately.Patch Changes
@sei-js/mcp-server@0.4.0
Minor Changes
search_sei_js_docstool and route the remainingsearch_docstool through the official docs.sei.io MCP endpoint instead of the legacy Mintlify/Trieve backends. Reconnect and retry once when the remote docs session expires so callers do not see a transient 404 or 410 error. Remove the obsoletedocs/rule from the package's.npmignore.Patch Changes
@sei-js/create-sei@1.0.2
Patch Changes
@sei-js/registry@1.0.5
Patch Changes
@sei-js/sei-global-wallet@1.4.2
Patch Changes