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.
Did you run
make format && make check
? YesFixes #227.
Changes:
updater
forv
version prefix in releasesHow to test this PR:
skywire-mainnet
'sMakefile
replaceVERSION := $(shell git describe)
withVERSION := 0.1.0
.shell
pane, runcurl -k -X POST https://localhost:8080/api/visors/024ec47420176680816e0406250e7156465e4531f5b26057c9f6297bb0303558c7/update
and wait until it finishes.{"updated":true}
and if an update in theVisorA
pane finished successfully with no error.{"updated":false}
.make integration-startup-dmsg
to add transports and thencurl --data '{"recipient":"024ec47420176680816e0406250e7156465e4531f5b26057c9f6297bb0303558c7", "message":"PING!"}' -X POST http://localhost:8001/message
to send a message viaskychat
. The message should appear inVisorA
s logs.apps
subfolder.NOTE: The https://github.com/SkycoinProject/skywire-mainnet/releases/tag/v0.1.1 release was created for testing this PR and should be deleted after merging it!