forked from singnet/snet-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge latest in to version #4
Merged
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
Point to the latest version of the contract 0.2.6
Get away from the Daemon End Point Introduce group name to help with payments Define the port number that the Daemon should listen to . The issue with having a daemon end point was that it was forcing the endpoint defined to be exactly the same as what has been defined in the metadata ( this may not always be true as the daemon could run in a private network behind the NAT) What has been defined in the meta data is for public access, how daemon runs in its private network or container should be agnostic to this public end point
…ausing this error
…t ( host:port ) Issue #199
… cases accordingly
issue #200, Return the actual error occurred
Issue #199 Behind NAT support
…in , return back the error quoting this reason
#issue 206, Better error handling
pull merge
…ifacts Add autogenerated protobuf files into .gitignore
Add nanoseconds to the timestamp
Simplify gRPC interceptor logic
Point to the latest version of the contract deployed
…tion from the standard health check ) https://github.com/grpc/grpc/blob/master/doc/health-checking.md
Issue #218 : GRPC Healthcheck support on Daemon
Determine the current version of Daemon through cli commands
Support cross compilation with xgo
merge from master
… to the script) , sha1 revision and the build time are set at the compile time , these versioning details can now easily be sent back on the response from Daemon.
set the daemon build version details using ldflags
…in now managed by the snet-client issue #192
Remove the obsolete methof from escrow to claim funds
… be doing any write operations on block chain)
Add config check to validate daemon and passthrough endpoints
#192 : Remove claim command in Daemon
Issue #235 : Changed the logging type from info to debug
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.