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

update libocr, solana, terra #6473

Merged
merged 4 commits into from
Apr 21, 2022
Merged

update libocr, solana, terra #6473

merged 4 commits into from
Apr 21, 2022

Conversation

aalu1418
Copy link
Contributor

No description provided.

@aalu1418 aalu1418 requested a review from a team as a code owner April 20, 2022 20:07
@github-actions
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

jmank88
jmank88 previously approved these changes Apr 20, 2022
@@ -312,6 +313,7 @@ require (
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
google.golang.org/grpc v1.43.0 // indirect
gopkg.in/guregu/null.v2 v2.1.2 // indirect
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh wait, we have v4 already - should we be aligned on that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah that would be good...trying to figure out where v2 started showing up

Copy link
Contributor

Choose a reason for hiding this comment

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

actually, not from solana/terra/libocr, and can't figure out where....

$ go mod why gopkg.in/guregu/null.v2
# gopkg.in/guregu/null.v2
(main module does not need package gopkg.in/guregu/null.v2)

🤷 golang/go#27900

Copy link
Contributor

Choose a reason for hiding this comment

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

Could be indirect and test only? golang/go#30206

Copy link
Contributor Author

@aalu1418 aalu1418 Apr 20, 2022

Choose a reason for hiding this comment

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

...yeah i'm struggling to find this too. will give it another shot tomorrow 🙃

i did find this tho:

go mod why gopkg.in/guregu/null.v2/zero 
# gopkg.in/guregu/null.v2/zero
github.com/smartcontractkit/chainlink/core/cmd
github.com/manyminds/api2go/jsonapi
github.com/manyminds/api2go/jsonapi.test
gopkg.in/guregu/null.v2/zero
go mod why -m gopkg.in/guregu/null.v2  
# gopkg.in/guregu/null.v2
github.com/smartcontractkit/chainlink/core/cmd
github.com/manyminds/api2go/jsonapi
github.com/manyminds/api2go/jsonapi.test
gopkg.in/guregu/null.v2/zero

Copy link
Contributor Author

@aalu1418 aalu1418 Apr 21, 2022

Choose a reason for hiding this comment

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

notes:

  • this likely happened because of bumping the core version in solana & terra repos to core 1.3 so go mod chose differently

@aalu1418 aalu1418 force-pushed the update/libocr-terra-solana branch from e8a0655 to 2148c2c Compare April 21, 2022 12:41
@jmank88 jmank88 merged commit a450a33 into develop Apr 21, 2022
@jmank88 jmank88 deleted the update/libocr-terra-solana branch April 21, 2022 13:11
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