feat: pnpm migration, contracts precompiles build & npm publish#1021
Open
nowooj wants to merge 8 commits intocosmos:mainfrom
Open
feat: pnpm migration, contracts precompiles build & npm publish#1021nowooj wants to merge 8 commits intocosmos:mainfrom
nowooj wants to merge 8 commits intocosmos:mainfrom
Conversation
92d6f00 to
3ca5e17
Compare
bcf6953 to
816a66c
Compare
6887e03 to
260c1dd
Compare
Author
|
Rebase on main |
chore: refine exports structure for TypeScript compatibility chore: enhance exports for Solidity files refactor: enhance TypeScript configuration for precompiles feat: add dual ESM/CJS build for ABI exports refactor: streamline build process for precompiles chore: make contracts-all
260c1dd to
40696d7
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes: #428
Temporary published package: cosmos-evm-contracts
If you want to keep using this package name, I will transfer npm package ownership from the account that published it.
1. contracts package – precompiles build & npm publish
.soland ABI intodist/fromsolidity/precompiles, excludingtestdataandtestutilfiles,exports, andprepublishOnlyso npm publish runs the build and exposes the right entry pathscontracts/scripts/build-precompiles.jscontracts/package.jsonbuild:precompiles,compile,prepublishOnly,files,exports; packageManager, deps, etc.contracts/README.mdcontracts/.gitignoredist/contracts/hardhat.config.jscontracts/pnpm-lock.yaml2. pnpm migration (reason)
contracts/,tests/, evm-tools-compatibility, etc.)CI, scripts, and lockfiles across the repo are updated to use pnpm accordingly.
How to verify
How to publish
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
mainbranch