-
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
chore: modify module path #199
Conversation
2f05b51
to
9112b3f
Compare
"github.com/tendermint/tendermint/libs/service" | ||
tmsync "github.com/tendermint/tendermint/libs/sync" | ||
"github.com/line/ostracon/abci/types" | ||
tmnet "github.com/line/ostracon/libs/net" |
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.
Still we'll use tm
prefix?
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 think it is okay to leave the part that does not affect lbm-sdk
. It's a code that's gonna be thrown away anyway.
- uses: actions/checkout@master | ||
- name: check-breakage | ||
run: make proto-check-breaking-ci | ||
# proto-breakage: |
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 think it's better to leave a TODO comment at here. Because I think we'll need proto-breakage
finally even though I agree we need to comment it out at this moment.
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.
Okay.
abci/client/client.go
Outdated
@@ -129,7 +129,7 @@ func (r *ReqRes) InvokeCallback() { | |||
// marked done and SetCallback is called before calling GetCallback as that | |||
// will invoke the callback twice and create a potential race condition. | |||
// | |||
// ref: https://github.com/tendermint/tendermint/issues/5439 | |||
// ref: https://github.com/line/ostracon/issues/5439 |
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 think it might be a subtle topic. Should we revise github issue
links as well?
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 searched this and modified it, but there must have been something missing. I'll fix it.
Closes: #XXX
Description
github.com/line/ostracon
ostracon
tendermint
module referencing togo.mod
: iavl referstendermint
For contributor use:
docs/
) and code commentsFiles changed
in the Github PR explorer