-
Notifications
You must be signed in to change notification settings - Fork 78
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
DApp Test stuck running bootstrap action step #503
Conversation
Bump 0.7.0-rc1 Signed-off-by: Nana Essilfie-Conduah <[email protected]>
BUmp 0.7.0 Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: nikolay <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #503 +/- ##
=======================================
Coverage 76.38% 76.38%
=======================================
Files 12 12
Lines 923 923
Branches 144 144
=======================================
Hits 705 705
Misses 165 165
Partials 53 53 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
# Conflicts: # docs/openrpc.json # helm-chart/Chart.yaml # package-lock.json # packages/relay/package.json # packages/server/package.json
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
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.
LG
process.env['MIRROR_IMAGE_TAG'] = '0.62.0-rc1'; | ||
process.env['NETWORK_NODE_IMAGE_TAG'] = '0.30.0-alpha.0'; | ||
process.env['HAVEGED_IMAGE_TAG'] = '0.30.0-alpha.0'; | ||
process.env['MIRROR_IMAGE_TAG'] = '0.64.0-beta2'; |
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.
GA version is now available
process.env['MIRROR_IMAGE_TAG'] = '0.64.0-beta2'; | |
process.env['MIRROR_IMAGE_TAG'] = '0.64.0'; |
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.
Will update in my PR
@natanasow please update PR comments also. I did a partial one to help merge the PR but please fill in the first line :) |
- bump hashgraph/hedera-local to 1.2.0 - Update `npx hedera-local` commands to use `npx hedera` - Bump server acceptance test `prerequisite.ts` to use services `0.30.0-alpha.0` and mirror node `0.64.0-beta2` - Update restart command from `npx hedera-local` to `npx hedera restart -h localhost -d` Signed-off-by: Nana Essilfie-Conduah <[email protected]> Signed-off-by: nikolay <[email protected]> Co-authored-by: Nana Essilfie-Conduah <[email protected]> Signed-off-by: Maksim Dimitrov <[email protected]>
- bump hashgraph/hedera-local to 1.2.0 - Update `npx hedera-local` commands to use `npx hedera` - Bump server acceptance test `prerequisite.ts` to use services `0.30.0-alpha.0` and mirror node `0.64.0-beta2` - Update restart command from `npx hedera-local` to `npx hedera restart -h localhost -d` Signed-off-by: Nana Essilfie-Conduah <[email protected]> Signed-off-by: nikolay <[email protected]> Co-authored-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: nikolay [email protected]
Description:
DApp tests were stalling due to
npx hedera-local
commands to usenpx hedera
prerequisite.ts
to use services0.30.0-alpha.0
and mirror node0.64.0-beta2
npx hedera-local
tonpx hedera restart -h localhost -d
Related issue(s):
Fixes #499
Notes for reviewer:
Checklist