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

add context #304

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

add context #304

wants to merge 1 commit into from

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Jan 12, 2024

@jmank88 jmank88 force-pushed the BCF-2887-context-propagation branch 3 times, most recently from 1dd41d1 to 88cfd02 Compare January 14, 2024 14:08
@jmank88
Copy link
Contributor Author

jmank88 commented Jan 14, 2024

The linter is very confused. I tried updating to a new version of golangci-lint and using the regular one instead of our custom action, but it is still failing the same way 🤔

@jmank88 jmank88 force-pushed the BCF-2887-context-propagation branch from 88cfd02 to 95c1ac3 Compare January 16, 2024 19:20
@jmank88 jmank88 force-pushed the BCF-2887-context-propagation branch 2 times, most recently from 36b1bd8 to 88ec42a Compare February 11, 2024 01:04
@jmank88 jmank88 force-pushed the BCF-2887-context-propagation branch 2 times, most recently from f85e998 to ea2dc06 Compare March 13, 2024 19:22
@jmank88 jmank88 force-pushed the BCF-2887-context-propagation branch 2 times, most recently from 67354bd to 57aca69 Compare March 23, 2024 11:32
@@ -28,11 +24,12 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bits-and-blooms/bitset v1.10.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.3 // indirect
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Including this line prevents the ambiguous package problem that the btcd replace was addressing.

@@ -2,24 +2,20 @@ module github.com/smartcontractkit/chainlink-automation

go 1.21

replace (
github.com/btcsuite/btcd => github.com/btcsuite/btcd v0.23.3
golang/github.com/gogo/protobuf => golang/github.com/gogo/protobuf v1.3.3
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The protobuf module was unused.

golang.org/x/tools v0.15.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)

exclude golang/github.com/influxdata/influxdb v1.8.3
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is unused

@jmank88 jmank88 force-pushed the BCF-2887-context-propagation branch 2 times, most recently from eb3df23 to 2240834 Compare March 24, 2024 18:38
@jmank88 jmank88 marked this pull request as ready for review March 24, 2024 18:38
@jmank88 jmank88 marked this pull request as draft March 27, 2024 19:39
@jmank88 jmank88 force-pushed the BCF-2887-context-propagation branch from 2240834 to 5583a02 Compare April 25, 2024 11:34
@jmank88 jmank88 force-pushed the BCF-2887-context-propagation branch from 5583a02 to 1ba5b9d Compare April 25, 2024 15:38
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.

None yet

1 participant