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

Herald.go #47

Merged
merged 5 commits into from
Aug 9, 2022
Merged

Herald.go #47

merged 5 commits into from
Aug 9, 2022

Conversation

jeffreypicard
Copy link
Collaborator

  • Changes to the codebase for the second repo rename.
  • Updates to the ci/cd scripts and docker files for static builds

Copy link
Contributor

@moodyjon moodyjon left a comment

Choose a reason for hiding this comment

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

The issue with "go build" producing herald.go is a problem because it has a name like a source file. Could we rename the repository a second time to "go-herald" or "herald-go"?

Comment on lines 612 to 615
0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x42, 0x26, 0x5a, 0x24, 0x67, 0x69, 0x74, 0x68, 0x75,
0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6c, 0x62, 0x72, 0x79, 0x69, 0x6f, 0x2f, 0x68, 0x75, 0x62,
0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x70, 0x62, 0x62,
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x42, 0x29, 0x5a, 0x27, 0x67, 0x69, 0x74, 0x68, 0x75,
0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6c, 0x62, 0x72, 0x79, 0x69, 0x6f, 0x2f, 0x68, 0x65, 0x72,
0x61, 0x6c, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f,
0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this changing because build.sh is downloading a different version of protoc-gen-go-grpc?

Stuff in lbryio/types has not changed much recently.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, I believe so. Perhaps also due to the move to go 1.18. Let's talk about which direction we want to sync these up in in the call.

docker/Dockerfile Outdated Show resolved Hide resolved
scripts/version.py Show resolved Hide resolved
go.mod Show resolved Hide resolved
@jeffreypicard
Copy link
Collaborator Author

The issue with "go build" producing herald.go is a problem because it has a name like a source file. Could we rename the repository a second time to "go-herald" or "herald-go"?

We've already renamed it twice haha, I think this time was being X.go is the standard naming convention, so we'll just have to figure out how to fix the binary at this point I think.

@moodyjon
Copy link
Contributor

moodyjon commented Aug 8, 2022

Looks good. Only open question is why the .pb.go files changed.

@jeffreypicard
Copy link
Collaborator Author

Looks good. Only open question is why the .pb.go files changed.

So I think it's a moot point now actually, he package name in the .proto had to change anyways actually so it had to change the generated files. I'm going to merge this, pull in your change from the other one, and then cut a new version.

@jeffreypicard jeffreypicard merged commit b9f7d59 into master Aug 9, 2022
@jeffreypicard jeffreypicard deleted the herald.go branch August 9, 2022 11:43
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