Skip to content

Conversation

@freeelancer
Copy link
Contributor

No description provided.

@coderabbitai
Copy link

coderabbitai bot commented Jul 15, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch reinstate-secp256k1-keys-add

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai auto-generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@freeelancer freeelancer merged commit 1ef04d2 into release/v5.0.0-rcx Jul 15, 2025
4 of 7 checks passed
@freeelancer freeelancer deleted the reinstate-secp256k1-keys-add branch July 15, 2025 10:53
@sonarqubecloud
Copy link

allthatjazzleo added a commit that referenced this pull request Sep 13, 2025
* chore(deps): bump wasmd fork from v0.55.0-ibc2.0 to v0.60.1 (#350)

* chore: upgrade wasmd fork from v0.55.0-ibc2.0 to v0.60.1

* fix: cosmwasm version (#351)

* fix: cosmwasm version

* fix: WASMVM_VERSION in dockerfile

---------

Co-authored-by: allthatjazzleo <[email protected]>

* test(e2e): add wasm e2e test (#356)

* feat: add support for single-node e2e testing configuration for local machine

* feat: Add rwa_oracle contract for wasm tests

* feat: Enhance e2e test to validate state after execution

* feat: Add end-to-end test for setting token metadata in tokenfactory

* feat: Enhance support for single-node testing in e2e test suite

* feat: Refactor e2e tests to use abstracted function to keep variables consistent

* feat: Improve e2e tests by replacing skips with assertions for contract deployment checks

* feat: Add end-to-end test for token factory admin authority metadata

* feat: Add end-to-end test for contract interaction with token factory

* docs: update README to include instructions for running e2e tests and linting

* feat: enhance end-to-end test setup to support single and multi-node configurations

* feat: add erc20 token address for tokenfactory token (#361)

* feat: deploy erc20 contract and set tokenpair

* hash the denom

* fix: enforce use of noop mempool (#357)

* Merge branch 'main' into release/v5.0.0-rcx (#363)

* fix: connect integration tests and keep cosmos key type as default (#362)

* Merge from main (#365)

* build(golangci-lint): migrate to v2 config and apply lint to repo (#358)

* build(golangci-lint): Migrate to v2 config and apply full repository linting

* update golangci-lint version for github workflow

* feat: block mint burn for disabled tokenfactory coins (#359)

* docs(readme): Update README for modules

* feat: block mint/burn for disabled coins

* test(e2e): add tokenfactory disable token send tests

* point to v5

* Revert "point to v5"

This reverts commit ee7613b.

* ci: add workflow for cosmwasm tests on chain (#360)

* ci: add workflow for cosmwasm tests on chain

* ci: change upload-artifact to v4

* ci: fix ci workflow

* ci: spin off local chain on ci

* chore(deps): bump cosmos-sdk fork from v0.53.0 to v0.53.3 (#369)

* chore(deps): bump cosmos-sdk fork from v0.53.0 to v0.53.3

* fix(lint): staticcheck

* fix: cleanup temp wasmd folder (#334)

Co-authored-by: Lance Lan Meng <[email protected]>

* feat: add empty upgrade handler v5.0.0-rc1

* test(e2e): tokenfactory hooks tests (#370)

* feat: bump cosmos/evm to latest commit + upgradehandler (#373)

* fix: reinstate secp256k1 keys add (#374)

* chore(deps): bump cosmos/evm to latest commit

* fix: update heighliner tag and enable arm64 platform in build configuration (#375)

* fix: register geth core precompiles (#380)

* chore(deps): upgrade wasmvm to v3 and update related imports (#382)

Bumps the following dependencies to their latest versions:

- Bumps github.com/CosmWasm/wasmd from v0.60.1 to v0.61.1
- Bumps github.com/CosmWasm/wasmvm from v2.2.4 to v3.0.0

* chore: consolidate and update test CI workflows into a single tests.yml file (#383)

* chore: consolidate and update test CI workflows into a single tests.yml file

* feat: dynamically determine E2E branch based on target branch in CI workflow

* fix: simplify e2e branch determination and set fixed reference for checkout (#387)

* fix: audit findings patches (#385)

* fix: block module accounts

* fix: cli incorrect denom deconstruction

* fox: add blacklist query standard flags

* fix: remove escrowAddress on channel close

* fix: add pagination flags to blacklist query

* fix: antehandler options adds feegrantkeeper check

* fix: address collision of erc20 precompile

* fix: add pagination flags to blacklist query (#386)

---------

Co-authored-by: mmsqe <[email protected]>

* feat: add IBC middleware to register ERC20 precompile (#384)

* fix: add symbol and display for erc20 symbol and decimals interface

* feat: add ibc middleware for erc20 support

* fix: wrong sendpacket path in comment

* chore: remove obsolete connect-test workflow and integrate it into tests.yml (#389)

* chore(deps): bump github.com/cosmos/evm to latest commit  (#381)

* bump deps

* Revert "feat: allow only single evm msg (#341)"

This reverts commit 93afacf.

* use upstream minGasPriceDecorator

* point to v5

* port mempool fix

* fix: using cosmos prefix (#391)

* fix prefix

---------

Signed-off-by: Lance Lan Meng <[email protected]>
Co-authored-by: Lance Lan Meng <[email protected]>

* fix: callBeforeSendListener reaching max depth if there is recursive call

* feat: v5.0.0-rc3 upgradehandler

* Problem: use of outdated EVM precompiles from the Berlin fork (#392)

* feat: blacklist check for evm (#393)

* feat: blacklist check for evm

* fix: blacklist error change to display bech32 address

* Apply suggestions from code review

---------

Co-authored-by: mmsqe <[email protected]>

* chore(deps): bump github.com/cosmos/evm to latest commit on main (#395)

* Revert "Problem: use of outdated EVM precompiles from the Berlin fork (#392)"

This reverts commit 8321faa.

* feat: add erc20 register migration for tokenfactory tokens (#394)

* fix: tokenfactory migration bugs (#397)

* Problem: secp256k1.PubKey is not supported in multisig (#398)

* fix: migration message format issue

* Problem: not make use of evm debug addr (#399)

* test: add denom related test for tokenfactory (#396)

* align already registered test

* Problem: non-eip155 tx is not supported (#400)

* Problem: non-eip155 tx in evm ecosystem not support

there are some common practices in evm ecosystem that requires
non-eip155 transactions to work.

* fix lint

* fix: comments for for EVMBlacklistCheckDecorator

* fix: incorrect event attributes and comments (#403)

* fix: sanction module wrong comments

* fix: correct tokenfactory burn event + other comments

* chore(deps): bump cosmos/evm to bug fix and msg improvement (#378)

* chore(deps): bump cosmos/evm to bug fix and msg improvement

* bump deps

* add rc4

* bump deps

* doc

* fix: legacy feemarket proposal unmarshal (#408)

* Problem: no migrate for existing dynamic and native precompiles from param (#409)

* chore(deps): bump cosmos/evm to latest commit  (#411)

* pending tx comes after get mined

* allow unsupported public key type when send from old multisign addr

for more info, cosmos/evm#288

bump deps

* bump deps

* align go version

* Problem: redundant baseappOptions in newApp (#414)

* Problem: redundant baseappOptions in newApp

* fix broadcast mode

* fix: cleanup unused cancel function in filter (#415)

* fix: cleanup unused cancel function in filter

* bump up deps

* fix: add [flags] to blacklist use

* fix: readme for sanction module messages

* test upgrade

* Problem: eip-2935 HexAddressFromBech32String and GetStorageRoot fixes are not included (#416)

* Problem: eip-2935 is not implemented

* bump deps

* bump deps

* bump to rc6

* preinstall

* Revert "preinstall"

This reverts commit ad3b610.

* bump deps

* bump deps

* bump deps

* bump to acc check

* bump to getstorageroot fix

* history_serve_window

* bump deps

* bump deps

* bump deps

* feat: change client to eth_secp256k1 keys by default (#422)

* default add eth_secp256k1 key

* fix: test to use eth address

* remove all workflow except to test connect

* change go.mod depedencies for connect

* wip: fail to register /cosmos.evm.crypto.v1.ethsecp256k1.PubKey

* enccodec registry in docker

* Revert "remove all workflow except to test connect"

This reverts commit ad516c0.

---------

Co-authored-by: freeelancer <[email protected]>

* feat: unified v5 upgrade handler (#410)

* renamed v5 to v5rc0 as it was for testnet rc0

* feat: combined v5 upgrade handler

* chore: rename unified upgrade to "v5.0"

---------

Co-authored-by: Leo Pang <[email protected]>

* fix: correct decimal conversion for deposits in werc20 precompile (#424)

* fix: correct decimal conversion for deposits in werc20 precompile

* cleanup

* rc7

* update plan

* update submodule

* feat: emit wasm events for callBeforeSendListener (#430)

* fix: None (#433)

Closes: #432

* feat: support extra chain-id (#426)

* chore(deps): bump github.com/go-viper/mapstructure/v2 to 2.4.0 (#434)

* chore(deps): bump github.com/hashicorp/go-getter to 1.7.9

* chore: update evm chain id for devnet to 7888

* chore: prepare v5rc8 upgrade (#435)

* chore: prepare v5rc8 upgrade

* upgrade both

* feat: parse chain id for evm chain id (#436)

Co-authored-by: mmsqe <[email protected]>

* Problem: ProxyGasMeter fail to consume parent gas meter when out of gas (#443)

* Problem: behavioral change between proxygasmeter and standalone gas meter (backport #439)

Solution:
- refactor proxygasmeter to be more like a standalone gas meter, but
  delegate gas consumption to parent in real time.

* fix String

* fix test

* remove shortcut

* add back shortcut

* add test

* chore: prepare v5rc9 upgrade (#444)

---------

Signed-off-by: Lance Lan Meng <[email protected]>
Co-authored-by: allthatjazzleo <[email protected]>
Co-authored-by: Bigto Chan <[email protected]>
Co-authored-by: mmsqe <[email protected]>
Co-authored-by: Javier ⚛︎ <[email protected]>
Co-authored-by: Leo Pang <[email protected]>
Co-authored-by: yihuang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants