-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: tutorial for btcd simnet #51
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.
I suggest to move it to docs
directory as a separate file. we can link it here to there
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.
you can run markdownlint-cli2 --fix <filename>
to automatically fix the linter issues
I think we should keep it here and link from the doc to this folder. To make the development flow easier, we will add a Docker or script to this folder. So, this makes more sense if the document and script or Docker file are in the same folder. |
Signed-off-by: Vu Vo <[email protected]>
Signed-off-by: Vu Vo <[email protected]>
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.9.0 to 0.10.0. - [Commits](golang/sync@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert Zaremba <[email protected]> Signed-off-by: Vu Vo <[email protected]>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.68.0 to 1.68.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.68.0...v1.68.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Robert Zaremba <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert Zaremba <[email protected]> Signed-off-by: Vu Vo <[email protected]>
* db docs + flow chart Signed-off-by: sczembor <[email protected]> * Apply suggestions from code review Co-authored-by: Robert Zaremba <[email protected]> Co-authored-by: Vu Vo <[email protected]> Signed-off-by: sczembor <[email protected]> * add docs dir and move part of the documentation from readme Signed-off-by: sczembor <[email protected]> --------- Signed-off-by: sczembor <[email protected]> Signed-off-by: sczembor <[email protected]> Co-authored-by: Robert Zaremba <[email protected]> Co-authored-by: Vu Vo <[email protected]> Signed-off-by: Vu Vo <[email protected]>
* approveAndSign implementation + test Signed-off-by: sczembor <[email protected]> * linter Signed-off-by: sczembor <[email protected]> * Update ika/client.go Co-authored-by: Robert Zaremba <[email protected]> Signed-off-by: sczembor <[email protected]> * move error loging higher, wrap errors to add more context Signed-off-by: sczembor <[email protected]> * add test Signed-off-by: sczembor <[email protected]> * skip the test;add info Signed-off-by: sczembor <[email protected]> * add dwallet package fields to ika client Signed-off-by: sczembor <[email protected]> --------- Signed-off-by: sczembor <[email protected]> Signed-off-by: sczembor <[email protected]> Co-authored-by: Robert Zaremba <[email protected]> Signed-off-by: Vu Vo <[email protected]>
Co-authored-by: Udit Gulati <[email protected]> Signed-off-by: Vu Vo <[email protected]>
Signed-off-by: Vu Vo <[email protected]>
Signed-off-by: Vu Vo <[email protected]>
Co-authored-by: Robert Zaremba <[email protected]> Signed-off-by: Vu Vo <[email protected]>
Signed-off-by: Vu Vo <[email protected]>
7edf6cb
to
14720bd
Compare
* init docker file Signed-off-by: Vu Vo <[email protected]> * Tutorial for btcd simnet Signed-off-by: Vu Vo <[email protected]> * Apply suggestions from code review Co-authored-by: Udit Gulati <[email protected]> Signed-off-by: Vu Vo <[email protected]> * apply markdownlint-cli2 Signed-off-by: Vu Vo <[email protected]> * fix lint Signed-off-by: Vu Vo <[email protected]> * Apply suggestions from code review Co-authored-by: Robert Zaremba <[email protected]> Signed-off-by: Vu Vo <[email protected]> * update PR Signed-off-by: Vu Vo <[email protected]> --------- Signed-off-by: Vu Vo <[email protected]> Co-authored-by: Udit Gulati <[email protected]> Co-authored-by: Robert Zaremba <[email protected]>
Description
This is basic command line to start btc simnet.
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md