Skip to content

feat: migrate hiero local node to solo no forward no port forward PoC (#1668)#1682

Draft
jasuwienas wants to merge 31 commits into
mainfrom
1668-Migrate-Hiero-Local-Node-to-Solo-no-forward-tst
Draft

feat: migrate hiero local node to solo no forward no port forward PoC (#1668)#1682
jasuwienas wants to merge 31 commits into
mainfrom
1668-Migrate-Hiero-Local-Node-to-Solo-no-forward-tst

Conversation

@jasuwienas
Copy link
Copy Markdown
Contributor

Description:

Test solo without port forwarding....

Related issue(s):

Fixes #1666

Notes for reviewer:

Checklist

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

BartoszSolkaBD and others added 30 commits May 5, 2026 13:56
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>
Signed-off-by: Bartosz Solka <bartosz.solka@blockydevs.com>
…description (#1668)

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>
#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>
Signed-off-by: Mariusz Jasuwienas <jasuwienas@gmail.com>
@swirlds-automation
Copy link
Copy Markdown
Contributor

swirlds-automation commented May 8, 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.

@jasuwienas jasuwienas self-assigned this May 8, 2026
@jasuwienas jasuwienas added this to the 0.12.0 milestone May 8, 2026
@jasuwienas jasuwienas added the github_actions Pull requests that update GitHub Actions code label May 8, 2026
Signed-off-by: Mariusz Jasuwienas <jasuwienas@gmail.com>
@jasuwienas jasuwienas changed the title 1668 migrate hiero local node to solo no forward tst feat: migrate hiero local node to solo no forward no port forward PoC (#1668) May 8, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

Test Results

  8 files  + 1   42 suites  +15   6m 54s ⏱️ + 4m 16s
109 tests + 2  105 ✅ + 1  2 💤 ±0  2 ❌ +1 
133 runs  +26  129 ✅ +25  2 💤 ±0  2 ❌ +1 

For more details on these failures, see this check.

Results for commit 29270d0. ± Comparison against base commit 3efc91d.

This pull request removes 27 and adds 29 tests. Note that renamed tests count towards both.
Should NOT allow a non-operator to transfer tokens to another account ‑ @OZERC1155Token Test Suite Should NOT allow a non-operator to transfer tokens to another account
Should NOT burn insufficient amount of token ‑ @OZERC1155Token Test Suite Should NOT burn insufficient amount of token
Should NOT transfer the ownership to another account if the caller is not owner ‑ @OZERC1155Token Test Suite Should NOT transfer the ownership to another account if the caller is not owner
Should allow an operator to transfer a token to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer a token to another account
Should allow an operator to transfer tokens in batch to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer tokens in batch to another account
Should be able to mint a new token ‑ @OZERC1155Token Test Suite Should be able to mint a new token
Should be able to mint new tokens in batch ‑ @OZERC1155Token Test Suite Should be able to mint new tokens in batch
Should burn token in batch ‑ @OZERC1155Token Test Suite Should burn token in batch
Should burn token ‑ @OZERC1155Token Test Suite Should burn token
Should check if an address is another address's operator ‑ @OZERC1155Token Test Suite Should check if an address is another address's operator
…
"before all" hook for "should be able to execute uri(uint256) and returns the same URI for all token types" ‑ @OZERC1155 Test Suite "before all" hook for "should be able to execute uri(uint256) and returns the same URI for all token types"
"before each" hook for "Should deploy erc1155Token" ‑ @OZERC1155Token Test Suite "before each" hook for "Should deploy erc1155Token"
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
should be able to create hollow account and transfer HBARs ‑ HIP583 Test Suite Direct Ethereum Tx Positive HBAR Test should be able to create hollow account and transfer HBARs
should be able to make Fungible Tokens transfer and sign with hollow account ‑ HIP583 Test Suite Direct Ethereum Tx Positive Fungible Token Test should be able to make Fungible Tokens transfer and sign with hollow account
should be able to make HBARs transfer and sign it with hollow account ‑ HIP583 Test Suite Direct Ethereum Tx Positive HBAR Test should be able to make HBARs transfer and sign it with hollow account
should be able to make Non-Fungible Token transfer and sign it with hollow account ‑ HIP583 Test Suite Direct Ethereum Tx Positive Non-Fungible Token Test should be able to make Non-Fungible Token transfer and sign it with hollow account
should be able to make second Fungible Tokens transfer ‑ HIP583 Test Suite Direct Ethereum Tx Positive Fungible Token Test should be able to make second Fungible Tokens transfer
should be able to make second HBARs transfer ‑ HIP583 Test Suite Direct Ethereum Tx Positive HBAR Test should be able to make second HBARs transfer
should be able to make second Non-Fungible Token transfer ‑ HIP583 Test Suite Direct Ethereum Tx Positive Non-Fungible Token Test should be able to make second Non-Fungible Token transfer
…

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

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants