-
Notifications
You must be signed in to change notification settings - Fork 28
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
Read me. #62
Open
Migilo
wants to merge
103
commits into
web3labs:berkeleydb
Choose a base branch
from
4STO2NED0:master
base: berkeleydb
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Read me. #62
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
2. Created Travis build file.
2. Added default ipc config.
Signed-off-by: Puneetha17 <[email protected]>
Fix Key Generation using Crux
Signed-off-by: Puneetha <[email protected]>
Signed-off-by: Puneetha <[email protected]>
Signed-off-by: Puneetha <[email protected]>
Add more testcases.
Signed-off-by: Puneetha <[email protected]>
Added Codecoverage support
Signed-off-by: Puneetha <[email protected]>
Fix codecoverage command in .gitlab-ci.yml
Signed-off-by: Puneetha <[email protected]>
Signed-off-by: Puneetha <[email protected]>
Signed-off-by: Puneetha <[email protected]>
Signed-off-by: Puneetha <[email protected]>
Signed-off-by: Puneetha <[email protected]>
Updated .travis.yml file to use travis CI
…check Signed-off-by: Puneetha <[email protected]>
…eriod 1' so dropping that parameter for now
…ache-gens 1000, so switching that off again
* Update docker-compose to pull from registry * Add integration test
* Add delete and resend API implementation in Crux * Fix function names
Fix "apk WARNING Ignoring APKINDEX"
* Fix shorthand and CLI commands * Format code using gofmt * Update README.md
This allows users to understand the logging levels and how they correspond to verbosity levels without reading the source code.
Before this change, a user specifying a verbosity > 3 would not hit any case in the verbosity switch statement, and the Go zero-valued default would result in FATAL level logs only. This is unlikely to be their intention. This change will cause the log level to default to DEBUG, which is likely what a user specifying a high verbosity wants. A user who does not specify a default will still get WARN level logging by default due to CLI defaults.
Better verbosity settings
how to build docker image locally
Fix multi recipients sending
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.