-
Notifications
You must be signed in to change notification settings - Fork 138
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
chore: update quickstart documentation #12813
Conversation
d4af5b0
to
5f93bf0
Compare
Node: HAPI Test (Restart) Results3 tests 3 ✅ 5m 53s ⏱️ Results for commit 58e3d23. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Node Death Reconnect) Results3 tests 3 ✅ 5m 31s ⏱️ Results for commit 58e3d23. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Token) Results 20 files 20 suites 5m 54s ⏱️ Results for commit 58e3d23. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Misc) Results 51 files 51 suites 20m 55s ⏱️ Results for commit 58e3d23. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Crypto) Results 23 files 23 suites 11m 41s ⏱️ Results for commit 58e3d23. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Time Consuming) Results19 tests 19 ✅ 21m 23s ⏱️ Results for commit 58e3d23. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Smart Contract) Results 71 files 71 suites 21m 19s ⏱️ Results for commit 58e3d23. ♻️ This comment has been updated with latest results. |
Node: Unit Test Results 2 348 files ±0 2 348 suites ±0 3h 49m 40s ⏱️ ±0s Results for commit 58e3d23. ± Comparison against base commit 621c8fe. This pull request removes 371 and adds 126 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
e593691
to
1419a6d
Compare
40ee387
to
d3b62ed
Compare
d3b62ed
to
5a1108b
Compare
fdeebab
to
4a9b7c2
Compare
69d2fec
to
1667adc
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #12813 +/- ##
================================
================================
☔ View full report in Codecov by Sentry. |
fe24797
to
84926b3
Compare
84926b3
to
e436c87
Compare
e436c87
to
bdc2917
Compare
bdc2917
to
51477d4
Compare
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.
Looks great!
51477d4
to
fa91e3f
Compare
Signed-off-by: Jendrik Johannes <[email protected]>
Signed-off-by: Jendrik Johannes <[email protected]>
Signed-off-by: Jendrik Johannes <[email protected]>
Signed-off-by: Jendrik Johannes <[email protected]>
fa91e3f
to
58e3d23
Compare
|
||
### Starting a local single-node network | ||
|
||
You can start the `ServicesMain` process via the `modrun` Gradle task. You will see an output like the following: |
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.
I have filed a new issue (#13836) that removes modrun
and just uses run
. We needed modrun
because we needed the ability to run both the modular version of services and the mono version of services. But now that we have moved everything to modular code, we can just let run
be the task.
Description:
runTestClient
to allow you to run one of the "test clients" for a services node as a Java process (not as test). This was described in the docs but not easily possible anymore with the current setup. (Do we want this?)You can browse all the updated "quickstart" docs here:
https://github.com/hashgraph/hedera-services/tree/11568-update-dev-docs/docs
Related issue(s):
#11568
Notes for reviewer:
Checklist