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 by Bors] - Add atxId and smesherId to api block #2224
Conversation
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.
LGTM
this cant be merged until the api pr this depends on is approved. spacemeshos/api#126 |
@@ -452,7 +455,7 @@ func launchServer(t *testing.T, services ...ServiceAPI) func() { | |||
|
|||
return func() { | |||
require.NoError(t, jsonService.Close()) | |||
grpcService.Close() | |||
_ = grpcService.Close() |
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.
Maybe add a comment here saying something like,
// We explicitly ignore errors that occur during shutdown
I need to create an api release tag and update go mod here to point to the correct release before this can pass tests and be merged. |
make test-no-app-test fails in ci for this branch. I tried it locally on my machine with develop branch and it fails as well. |
bors try |
bors merge |
Return activationId and smesherId in blocks returned by the api. Works only with api branch `add-atx-to-bloc` so can only be merged after that branch is merged to api master branch.
tryTimed out. |
Build failed: |
bors merge |
Return activationId and smesherId in blocks returned by the api. Works only with api branch `add-atx-to-bloc` so can only be merged after that branch is merged to api master branch.
Build failed:
|
bors merge |
Return activationId and smesherId in blocks returned by the api. Works only with api branch `add-atx-to-bloc` so can only be merged after that branch is merged to api master branch.
Build failed:
|
bors merge |
Return activationId and smesherId in blocks returned by the api. Works only with api branch `add-atx-to-bloc` so can only be merged after that branch is merged to api master branch.
Pull request successfully merged into develop. Build succeeded: |
Return activationId and smesherId in blocks returned by the api. Works only with api branch `add-atx-to-bloc` so can only be merged after that branch is merged to api master branch.
Return activationId and smesherId in blocks returned by the api. Works only with api branch `add-atx-to-bloc` so can only be merged after that branch is merged to api master branch.
Return activationId and smesherId in blocks returned by the api. Works only with api branch `add-atx-to-bloc` so can only be merged after that branch is merged to api master branch.
Return activationId and smesherId in blocks returned by the api. Works only with api branch `add-atx-to-bloc` so can only be merged after that branch is merged to api master branch.
Return activationId and smesherId in blocks returned by the api.
Works only with api branch
add-atx-to-bloc
so can only be merged after that branch is merged to api master branch.