Skip to content

Conversation

@thomas-nguy
Copy link
Collaborator

👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻

PR Checklist:

  • Have you read the CONTRIBUTING.md?
  • Does your PR follow the C4 patch requirements?
  • Have you rebased your work on top of the latest master?
  • Have you checked your code compiles? (make)
  • Have you included tests for any non-trivial functionality?
  • Have you checked your code passes the unit tests? (make test)
  • Have you checked your code formatting is correct? (go fmt)
  • Have you checked your basic code style is fine? (golangci-lint run)
  • If you added any dependencies, have you checked they do not contain any known vulnerabilities? (go list -json -m all | nancy sleuth)
  • If your changes affect the client infrastructure, have you run the integration test?
  • If your changes affect public APIs, does your PR follow the C4 evolution of public contracts?
  • If your code changes public APIs, have you incremented the crate version numbers and documented your changes in the CHANGELOG.md?
  • If you are contributing for the first time, please read the agreement in CONTRIBUTING.md now and add a comment to this pull request stating that your PR is in accordance with the Developer's Certificate of Origin.

Thank you for your code, it's appreciated! :)

@thomas-nguy thomas-nguy requested a review from a team as a code owner November 6, 2025 07:29
@thomas-nguy thomas-nguy requested review from JayT106 and XinyuCRO and removed request for a team November 6, 2025 07:29
@github-actions
Copy link

github-actions bot commented Nov 6, 2025

@thomas-nguy your pull request is missing a changelog!

@github-actions github-actions bot added the nix label Nov 6, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 6, 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 (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@JayT106 JayT106 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@songgaoye songgaoye self-requested a review November 7, 2025 02:08
@thomas-nguy thomas-nguy merged commit 1a22353 into crypto-org-chain:release/v1.6.x Nov 7, 2025
44 checks passed
thomas-nguy added a commit to thomas-nguy/cronos that referenced this pull request Nov 11, 2025
* check authorisation list in e2ee

* fix golang-ci

* fix upgrade

* add integration tests
github-merge-queue bot pushed a commit that referenced this pull request Dec 1, 2025
* fix: disable memiavl cache when optimistic execution is enabled (#1892)

* fix: disable memiavl cache when optimistic execution is enabled

* update go.mod

* fmt

* add changelog

* fix: check authorisation list for blocklisted address (#1898)

* check authorisation list for blocklisted address

* v1.5.3 release

* add changelog

* fix lint

* chore: cleanup release branch (#1900)

* cleanup release branch

* cleanup

* feat: add additional flags for mempool  (#1901)

* fix prioritynoncemempool and add additional flags

* add changelog

* fix build

* add tests

* avoid conflicts

* move tx replacement test to mempool

* isort

* release: v1.5.4 (#1902)

* feat: check authorization list in e2ee (#1903)

* check authorisation list in e2ee

* fix golang-ci

* fix upgrade

* add integration tests

* fix changelog

* fix typo

* add missing commit

* tdy

* update ethermint

* fix: bug on multiple tx replacements (#1911)

* add integration tests for multiple replace txs

* change wait block

* fix

* change dep to crypto org chain

* fix integration tests

* update cosmos sdk

* fix integration tests

---------

Signed-off-by: Thomas <81727899+thomas-nguy@users.noreply.github.com>
Co-authored-by: songgaoye <songgao.ye@crypto.com>
thomas-nguy added a commit to thomas-nguy/cronos that referenced this pull request Dec 2, 2025
* check authorisation list in e2ee

* fix golang-ci

* fix upgrade

* add integration tests
github-merge-queue bot pushed a commit that referenced this pull request Dec 2, 2025
* feat: check authorization list in e2ee (#1903)

* check authorisation list in e2ee

* fix golang-ci

* fix upgrade

* add integration tests

* feat: check destination address in the blocklist (#1922)

* add check destination address

* add changelog

* add nil check

* fix: add authorisation address check in the blocklist (#1924)

* add missing authorisation address

* add changelog

* remove extra line

* fix changelog

* python lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants