Skip to content

Conversation

@darrenvechain
Copy link
Member

Description

merge release branch 2.4.1 into master

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • New and existing E2E tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have not added any vulnerable dependencies to my code

vanja-vechain and others added 30 commits November 7, 2025 15:59
Co-authored-by: Miguel Angel Rojo <freemanz1486@gmail.com>
* minor changes

* minor changes

* minor changes

* change

* extracted method to params

* lint
* unit tests

* license check
* improve coverage

* improve coverage builtin/staker package
* update version string on startup

* fix linting

* move commit from version to description

* add version meta

* add templating
* Packer loop refactor

* extract commitBlock in cmd/thor/node (#1370)

* Add tests

---------

Co-authored-by: libotony <tony.li@vechain.org>
* remove redundant gas consumption call (#1407)

* Fix hayabusa solo mode for executor actions (#1409)

* Add complex scenarios tests

* Fix linting issues

* Adjust to 2.4.1

---------

Co-authored-by: Paolo Galli <paolo.galli@vechain.org>
Co-authored-by: Pedro Gomes <otherview@gmail.com>
* remove redundant gas consumption call (#1407)

* Fix hayabusa solo mode for executor actions (#1409)

* Add complex scenarios tests

* Fix linting issues

* Adjust to 2.4.1

* add delegation complex scenarios

---------

Co-authored-by: Paolo Galli <paolo.galli@vechain.org>
Co-authored-by: Pedro Gomes <otherview@gmail.com>
* add raw storage retrieve api

* lint

* Add to client, add tests

* Add comment

* fix test

---------

Co-authored-by: vanjatomic <vanja.tomic@vechain.org>
* remove redundant gas consumption call (#1407)

* Fix hayabusa solo mode for executor actions (#1409)

* Add complex scenarios tests

* Fix linting issues

* Adjust to 2.4.1

* add delegation complex scenarios

* add combination scenarios

---------

Co-authored-by: Paolo Galli <paolo.galli@vechain.org>
Co-authored-by: Pedro Gomes <otherview@gmail.com>
Co-authored-by: vanja-vechain <122791588+vanja-vechain@users.noreply.github.com>
Co-authored-by: Paolo Galli <paolo.galli@vechain.org>
Co-authored-by: Darren Kelly <107671032+darrenvechain@users.noreply.github.com>
Co-authored-by: YeahNotSewerSide <47860375+YeahNotSewerSide@users.noreply.github.com>
Co-authored-by: libotony <tony.li@vechain.org>
Co-authored-by: Darren Kelly <darren.kelly@vechain.org>
Co-authored-by: Pedro Gomes <otherview@gmail.com>
Co-authored-by: vanjatomic <vanja.tomic@vechain.org>
Co-authored-by: vanja-vechain <122791588+vanja-vechain@users.noreply.github.com>
Co-authored-by: Paolo Galli <paolo.galli@vechain.org>
Co-authored-by: Darren Kelly <107671032+darrenvechain@users.noreply.github.com>
Co-authored-by: YeahNotSewerSide <47860375+YeahNotSewerSide@users.noreply.github.com>
Co-authored-by: libotony <tony.li@vechain.org>
Co-authored-by: Darren Kelly <darren.kelly@vechain.org>
Co-authored-by: Pedro Gomes <otherview@gmail.com>
Co-authored-by: vanjatomic <vanja.tomic@vechain.org>
Co-authored-by: vanja-vechain <122791588+vanja-vechain@users.noreply.github.com>
Co-authored-by: Paolo Galli <paolo.galli@vechain.org>
Co-authored-by: Darren Kelly <107671032+darrenvechain@users.noreply.github.com>
Co-authored-by: YeahNotSewerSide <47860375+YeahNotSewerSide@users.noreply.github.com>
Co-authored-by: libotony <tony.li@vechain.org>
Co-authored-by: Darren Kelly <darren.kelly@vechain.org>
Co-authored-by: Pedro Gomes <otherview@gmail.com>
Co-authored-by: vanjatomic <vanja.tomic@vechain.org>
Co-authored-by: tony <liboliqi@gmail.com>
Co-authored-by: vanja-vechain <122791588+vanja-vechain@users.noreply.github.com>
Co-authored-by: Paolo Galli <paolo.galli@vechain.org>
Co-authored-by: Darren Kelly <107671032+darrenvechain@users.noreply.github.com>
Co-authored-by: YeahNotSewerSide <47860375+YeahNotSewerSide@users.noreply.github.com>
Co-authored-by: libotony <tony.li@vechain.org>
Co-authored-by: Darren Kelly <darren.kelly@vechain.org>
Co-authored-by: Pedro Gomes <otherview@gmail.com>
Co-authored-by: vanjatomic <vanja.tomic@vechain.org>
Co-authored-by: tony <liboliqi@gmail.com>
Co-authored-by: vanja-vechain <122791588+vanja-vechain@users.noreply.github.com>
Co-authored-by: Paolo Galli <paolo.galli@vechain.org>
Co-authored-by: Darren Kelly <107671032+darrenvechain@users.noreply.github.com>
Co-authored-by: YeahNotSewerSide <47860375+YeahNotSewerSide@users.noreply.github.com>
Co-authored-by: libotony <tony.li@vechain.org>
Co-authored-by: Darren Kelly <darren.kelly@vechain.org>
Co-authored-by: Pedro Gomes <otherview@gmail.com>
Co-authored-by: vanjatomic <vanja.tomic@vechain.org>
Co-authored-by: tony <liboliqi@gmail.com>
@darrenvechain darrenvechain requested a review from a team as a code owner January 5, 2026 10:53
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
Copy link

Choose a reason for hiding this comment

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

🚫 [zizmor] <zizmor/unpinned-uses> reported by reviewdog 🐶
unpinned action reference

outputs: type=docker,dest=/tmp/thor-pipeline.tar

- name: Upload artifact
uses: actions/upload-artifact@v4
Copy link

Choose a reason for hiding this comment

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

🚫 [zizmor] <zizmor/unpinned-uses> reported by reviewdog 🐶
unpinned action reference

timeout-minutes: 240 # 4 hours
steps:
- name: Checkout code
uses: actions/checkout@v5
Copy link

Choose a reason for hiding this comment

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

🚫 [zizmor] <zizmor/unpinned-uses> reported by reviewdog 🐶
unpinned action reference

uses: actions/checkout@v5

- name: Install Go
uses: actions/setup-go@v5
Copy link

Choose a reason for hiding this comment

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

🚫 [zizmor] <zizmor/unpinned-uses> reported by reviewdog 🐶
unpinned action reference

- name: Upload artifact
uses: actions/upload-artifact@v4
- name: Download Docker image artifact
uses: actions/download-artifact@v4
Copy link

Choose a reason for hiding this comment

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

🚫 [zizmor] <zizmor/unpinned-uses> reported by reviewdog 🐶
unpinned action reference

- name: Load image
run: docker load --input /tmp/thor-pipeline.tar
- name: Checkout code
uses: actions/checkout@v5
Copy link

Choose a reason for hiding this comment

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

🚫 [zizmor] <zizmor/unpinned-uses> reported by reviewdog 🐶
unpinned action reference

darrenvechain and others added 2 commits January 7, 2026 11:59
Co-authored-by: vanjatomic <vanja.tomic@vechain.org>
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.