This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Import host-server-manager and rename it to host-runner #112
Merged
Conversation
This file contains 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
gligneul
force-pushed
the
feature/host-runer
branch
from
June 15, 2023 20:28
99523bd
to
42105da
Compare
renan061
reviewed
Jun 16, 2023
renan061
reviewed
Jun 16, 2023
gligneul
force-pushed
the
feature/host-runer
branch
4 times, most recently
from
June 21, 2023 19:32
3244690
to
12f406b
Compare
torives
reviewed
Jun 22, 2023
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.
Great job! Thanks for the sensible commits, made the review a lot easier. Eager to see the future improvements to the host-runner once this gets merged!
Just found some minor details and typos. Also, there's a "r" missing in the branch's name 😅
gligneul
force-pushed
the
feature/host-runer
branch
from
June 23, 2023 14:51
12f406b
to
5bc4082
Compare
torives
previously approved these changes
Jun 23, 2023
gligneul
force-pushed
the
feature/host-runer
branch
from
June 23, 2023 20:19
203d811
to
db030b3
Compare
gligneul
force-pushed
the
feature/host-runer
branch
2 times, most recently
from
June 26, 2023 12:24
092e917
to
446de1c
Compare
gligneul
force-pushed
the
fix/offchain-ci
branch
from
June 26, 2023 20:00
8547594
to
075599c
Compare
gligneul
force-pushed
the
feature/host-runer
branch
from
June 26, 2023 20:38
446de1c
to
8377be3
Compare
The original code history is available at the machine emulator tools repository (https://github.com/cartesi/machine-emulator-tools/).
The original history can be found at the previous repository. https://github.com/cartesi/host-server-manager
- Rename the host-server-manager to host-runner. - Remove redundant files from the host-runner crate. - Remove dates from copyright. - Replace env-logger with tracing. - Replace structopt with clap. - Use grpc-interfaces crate in host-runner. - Add host-runner to the offchain workspace Cargo.toml. - Add host-runner to the offchain Dockerfile. - Add host-runner to the Github CI.
The race condition happened because the finish function in the finish_advance_state function did not wait for the result.
gligneul
force-pushed
the
feature/host-runer
branch
from
June 27, 2023 11:55
aec2707
to
f31c4d2
Compare
torives
approved these changes
Jun 27, 2023
fmoura
approved these changes
Jun 28, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Close #23