-
Notifications
You must be signed in to change notification settings - Fork 74
chore: migrate hedera local node to solo (#1668) #1675
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
38dbfbe
chore: migrate hedera local node to solo (#1668)
BartoszSolkaBD 2082e9e
chore: updated node version in workflows using solo (#1668)
BartoszSolkaBD 9360233
chore: added node-aliases variable to relayNode (#1668)
BartoszSolkaBD 7fca801
debug: added debug step to get relay pod logs (#1668)
BartoszSolkaBD ed5112b
debug: added debug step to get relay pod logs (#1668)
BartoszSolkaBD 3eb4a12
debug: added debug step to get relay pod logs (#1668)
BartoszSolkaBD 96f8b97
debug: added custom namespace to solo falcon deploy (#1668)
BartoszSolkaBD 9a0462c
debug: added force-port-forward flag (#1668)
BartoszSolkaBD 3a20706
debug: removed external-address parameter (#1668)
BartoszSolkaBD 9f2abc0
debug: added force-port-forward for relay (#1668)
BartoszSolkaBD a1f9234
debug: cleanup of debug scripts and unncessary parameters (#1668)
BartoszSolkaBD a66a630
debug: added namespace definition (#1668)
BartoszSolkaBD 08ac25e
chore: updated solo version (#1668)
BartoszSolkaBD dd7c686
chore: added node-aliases to consensus node (#1668)
BartoszSolkaBD 9cc5e2e
debug: add more diagnostics to localize the root issue (#1668)
BartoszSolkaBD 5b19c19
chore: downgraded mirror node version (#1668)
BartoszSolkaBD 04bf278
chore: downgraded mirror node version (#1668)
BartoszSolkaBD e428a71
chore: downgraded mirror node version (#1668)
BartoszSolkaBD e9a8837
chore: migrate hedera local node to solo (#1668)
BartoszSolkaBD 6f2cd2a
chore: migrate hedera local node to solo (#1668)
BartoszSolkaBD d741c7d
docs: updated workflows_documentation file with new upgrade strategy …
BartoszSolkaBD 791c5da
chore: migrate hedera local node to solo (#1668)
BartoszSolkaBD c981e30
chore: removed unused script (#1668)
BartoszSolkaBD f9e0c62
docs: documentation update (#1668)
BartoszSolkaBD 3e832c8
chore: fixed package.json comma issue (#1668)
BartoszSolkaBD 759bcaf
chore: enabled debug api in relay; regenerated opcodeLoggerBesuResult…
BartoszSolkaBD 0ce3412
chore: forwarded ports required for SDK (#1668)
BartoszSolkaBD f105e3c
chore: fixed opcodeLogger tests; added verification after solo startu…
BartoszSolkaBD 86d9d15
chore: removed timeout-minutes from composite action (#1668)
BartoszSolkaBD c34cbfc
chore: review remarks - removal of composite actions and node version…
BartoszSolkaBD ee3e58e
chore: review remarks (#1668)
BartoszSolkaBD File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| network: | ||
| --release-tag: "v0.72.0" | ||
| setup: | ||
| --release-tag: "v0.72.0" | ||
| consensusNode: | ||
| --force-port-forward: true | ||
| mirrorNode: | ||
| --enable-ingress: true | ||
| --pinger: true | ||
| --mirror-node-version: "v0.151.0" | ||
| --values-file: .github/mirror-node-values.yaml | ||
| --force-port-forward: true | ||
| relayNode: | ||
| --relay-release: "0.76.2" | ||
| --node-aliases: "node1" | ||
| --values-file: .github/relay-values.yaml | ||
| --force-port-forward: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| web3: | ||
| env: | ||
| HIERO_MIRROR_WEB3_OPCODE_TRACER_ENABLED: "true" | ||
| HIERO_MIRROR_WEB3_EVM_NETWORK: "OTHER" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| relay: | ||
| config: | ||
| DEBUG_API_ENABLED: "true" | ||
| ws: | ||
| config: | ||
| DEBUG_API_ENABLED: "true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
rbarker-dev marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
rbarker-dev marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
rbarker-dev marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.