Skip to content

chore: migrate hedera local node to solo (#1668)#1675

Merged
BartoszSolkaBD merged 31 commits into
mainfrom
1668-Migrate-Hiero-Local-Node-to-Solo
May 20, 2026
Merged

chore: migrate hedera local node to solo (#1668)#1675
BartoszSolkaBD merged 31 commits into
mainfrom
1668-Migrate-Hiero-Local-Node-to-Solo

Conversation

@BartoszSolkaBD
Copy link
Copy Markdown
Contributor

@BartoszSolkaBD BartoszSolkaBD commented May 5, 2026

Description:

This PR migrates the repository from Hedera Local Node to Hiero Solo

Related issue(s):

Fixes #1668

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
@BartoszSolkaBD BartoszSolkaBD added this to the 0.12.0 milestone May 5, 2026
@BartoszSolkaBD BartoszSolkaBD self-assigned this May 5, 2026
@swirlds-automation
Copy link
Copy Markdown
Contributor

swirlds-automation commented May 5, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@BartoszSolkaBD BartoszSolkaBD added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code process Build, test and deployment-process related tasks labels May 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

Test Results

133 tests  ±0   131 ✅ ±0   8m 40s ⏱️ + 4m 54s
 42 suites ±0     2 💤 ±0 
  8 files   ±0     0 ❌ ±0 

Results for commit ee3e58e. ± Comparison against base commit affbd3f.

This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both.
should NOT be able to aggregate 200 calls to processLongInputTx ‑ Multicall Test Suite payable calls with large input should NOT be able to aggregate 200 calls to processLongInputTx
should NOT be able to aggregate 500 calls to processLongInputTx ‑ Multicall Test Suite payable calls with large input should NOT be able to aggregate 500 calls to processLongInputTx

♻️ This comment has been updated with latest results.

Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
…description (#1668)

Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
@BartoszSolkaBD BartoszSolkaBD marked this pull request as ready for review May 7, 2026 08:24
@BartoszSolkaBD BartoszSolkaBD requested a review from a team as a code owner May 7, 2026 08:24
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
#1668)

Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
#1668)

Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Comment thread .github/actions/solo-kubectl-port-forward/action.yml Outdated
jasuwienas
jasuwienas previously approved these changes May 8, 2026
Copy link
Copy Markdown
Contributor

@jasuwienas jasuwienas left a comment

Choose a reason for hiding this comment

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

LGTM, just one sugggestion, let me know what you think

natanasow
natanasow previously approved these changes May 11, 2026
simzzz
simzzz previously approved these changes May 12, 2026
PavelSBorisov
PavelSBorisov previously approved these changes May 12, 2026
Comment thread .github/actions/setup-solo-stack/action.yml Outdated
Comment thread .github/actions/solo-kubectl-port-forward/action.yml Outdated
Comment thread .github/workflows/erc-registry-indexer.yml
Comment thread .github/workflows/erc-registry-test.yml
Comment thread .github/workflows/foundry_test.yml
Comment thread .github/workflows/slither.yml Outdated
Comment thread .github/workflows/test-workflow.yml Outdated
Comment thread .github/workflows/test-workflow.yml Outdated
Comment thread .github/workflows/test-workflow.yml Outdated
Comment thread .github/relay-values.yaml Outdated
… upgrade(#1668)

Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
@simzzz simzzz requested a review from rbarker-dev May 14, 2026 12:11
Copy link
Copy Markdown
Contributor

@rbarker-dev rbarker-dev left a comment

Choose a reason for hiding this comment

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

Small changes for consistency across workflow definitions.

Comment thread .github/workflows/support/scripts/setup-solo-stack.sh
Comment thread .github/scripts/setup-solo-stack.sh Outdated
Comment thread .github/scripts/setup-solo-stack.sh Outdated
Comment thread .github/workflows/support/scripts/solo-kubectl-port-forward.sh Outdated
Comment thread .github/workflows/support/scripts/solo-migration-inplace-upgrade.sh Outdated
Comment thread .github/workflows/support/scripts/solo-migration-inplace-upgrade.sh Outdated
Comment thread .github/workflows/support/scripts/solo-migration-inplace-upgrade.sh Outdated
Comment thread .github/workflows/support/scripts/solo-migration-inplace-upgrade.sh Outdated
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
Comment thread .github/workflows/migration-testing.yml
@BartoszSolkaBD BartoszSolkaBD merged commit 4529d96 into main May 20, 2026
37 of 45 checks passed
@BartoszSolkaBD BartoszSolkaBD deleted the 1668-Migrate-Hiero-Local-Node-to-Solo branch May 20, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code process Build, test and deployment-process related tasks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Hedera Smart Contracts] Migrate Hiero Local Node to Solo

7 participants