Skip to content
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

Merged
merged 8 commits into from
Mar 15, 2021
Merged

chore: modify module path #199

merged 8 commits into from
Mar 15, 2021

Conversation

egonspace
Copy link
Contributor

@egonspace egonspace commented Mar 12, 2021

Closes: #XXX

Description

  • modify module path to github.com/line/ostracon
  • modify package of proto files to ostracon
  • added tendermint module referencing to go.mod: iavl refers tendermint
  • disabled proto breaking change ci

For contributor use:

  • Wrote tests
  • Updated CHANGELOG_PENDING.md
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Updated relevant documentation (docs/) and code comments
  • Re-reviewed Files changed in the Github PR explorer

@egonspace egonspace self-assigned this Mar 12, 2021
"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"

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?

Copy link
Contributor Author

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.

go.mod Show resolved Hide resolved
- uses: actions/checkout@master
- name: check-breakage
run: make proto-check-breaking-ci
# proto-breakage:
Copy link

@jinsan-line jinsan-line Mar 12, 2021

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay.

@@ -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

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?

Copy link
Contributor Author

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.

@egonspace egonspace merged commit 2a1f43c into ebony Mar 15, 2021
@tnasu tnasu deleted the egon/merge_linemint branch July 7, 2021 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants