-
Notifications
You must be signed in to change notification settings - Fork 272
Release/v2.4.1 #1527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Release/v2.4.1 #1527
Conversation
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 * 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>
Co-authored-by: tony <liboliqi@gmail.com>
…1526) Co-authored-by: David-O-M <David-O-M@David-O-M.com>
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout code | ||
| uses: actions/checkout@v5 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
Co-authored-by: vanjatomic <vanja.tomic@vechain.org>
Description
merge release branch
2.4.1into masterChecklist: