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

release/2.8.0 -> master #11883

Merged
merged 275 commits into from
Feb 5, 2024
Merged

release/2.8.0 -> master #11883

merged 275 commits into from
Feb 5, 2024

Conversation

snehaagni
Copy link
Contributor

@snehaagni snehaagni commented Jan 24, 2024

erikburt and others added 30 commits October 28, 2023 11:01
* Bump docker/setup-buildx-action from 2.7.0 to 3.0.0

* Bump docker/build-push-action from 3.2.0 to 5.0.0

* Bump aws-actions/configure-aws-credentials from 3.0.2 to 4.0.1
… feeds on startup (#10829)

* Every instance of mercury transmitter should not load reports for all feeds on startup

* Fix a few persistence manager bugs

* Bump Migration version
…re (#10827)

* w

* Don't warn uselessly on bid/ask missing

* - Update enhancedEAmercury proto file
- Fix tests

* Genereate

* fix foundry deps

---------

Co-authored-by: george-dorin <george.dorin@smartcontract.com>
Co-authored-by: Rens Rooimans <github@rensrooimans.nl>
)

* Warn instead of error if anything goes wrong with tx hash conflict detection

Ignore any other errors from the DELETE, since we're only looking for an edge case--usually there
will be no txhash conflict, and if there is we'll abort anyway on the
INSERT. In some cases aborting before we even try to send the tx could be hurtful (risking tx mgr
to get stuck) and in others it won't matter either way, but in no case would it ever be helpful.

* Document error handling

* Raise Warn level to Error, so a persistent error in DELETE query doesn't go unnoticed
* First attempt

* Enable dispatch
#11105)

* Exposing entire LogPollerBlock from LatestBlock function in the LogPoller's interface

* Exposing entire LogPollerBlock from LatestBlock function in the LogPoller's interface
Co-authored-by: Rens Rooimans <github@rensrooimans.nl>
* core/services/ocr/plugins/generic: rm unused error return

* .github/actions/golangci-lint: disable only-new-issues
* Remove unused DRSpecConfig param in LoadEnvConfigVarsVRF

* Remove unused DirectRequestSpec MinIncomingConfirmationsEnv field

* Remove unnecessary DRSpecConfig wrapper interface from job orm

* Remove DirectRequestSpec MinIncomingConfirmations override from job orm

MinIncomingConfirmations for DirectRequestSpec already gets overridden in delegate before its only usage

* Remove DirectRequestSpec MinIncomingConfirmationsENV from graphql spec

* Revert removal of DirectRequestSpec MinIncomingConfirmationsENV

* Remove legacy chains from job orm

 - Remove LoadEnvConfigVarsOCR for ocr spec, because it gets called in delegate anyway
 - Remove legacy chains as it is no longer used in orm

* Remove unused legacyChains from job_orm_test.go

* Revert "Remove unused legacyChains from job_orm_test.go"

This reverts commit dce7e3f.

* Revert "Remove legacy chains from job orm"

This reverts commit a41a48f.

* Rename legacy env var loading funcs in job orm and cleanup unused stuff

* Remove unused legacy tramsnimtter address env

* minor func rename

* Update func signature in calls to LoadDefaultVRFPollPeriod

* Remove EncryptedOCRKeyBundleIDEnv and ConfirmationsEnv
* remove dependency of postgres trigger for broadcaster

* remove extra argument in NewBroadcaster call

* fixes for extra args

* fix some failing tests and remove some error wraps

* remove pkgerrors from txm

* remove parseAddr which is now dead code

* fix error handling

* remove trigger from postgres via migration; use error wrapping in txmgr

* fix naming of new migration
* Get request logs from past n blocks

* Separate confirmations setting for reqs & resps

* Filter already detected reqs & resps

* validate pastBlocksToPoll

* Fixed bugs which appeared during tests

* Addressed feedback

* Added test

* Added comment to config

* Fixed log & removed const

* Used const values for defaults

* Address feedback

* Fixed types for logPoller

* Added tests for FilterPreviouslyDetectedEvents

* Added additional test assertions

* Fixed lint errors
* Add base goerli benchmark option

* Add config

* Add to op stack deployer

* Add FlatFeeMicroLink
* Introduce generalized multi node client

* Export EVM RPC client

* Unexport clientAPI interface

* Add BlockDifficulty to mocks

* Unexport node state

* Rename error parsing

* Nit fixes

* Rename error classification functions

* Update NodeSelection names

* Deprecate StartStopOnce
* Rename L2Suggested to SuggestedPrice

* Rename L2Suggested to SuggestedPrice

* update test error string

* update comment

* update docs

* generate docs

* L2Suggested backwards compatibility

* L2Suggested backwards compatibility

* Update CHANGELOG

* Update comments

* Update docs/CHANGELOG.md

Co-authored-by: amit-momin <108959691+amit-momin@users.noreply.github.com>

* Fix error message

* Move import

* deprecate L2Suggested

* Update CONFIG.md

---------

Co-authored-by: amit-momin <108959691+amit-momin@users.noreply.github.com>
Co-authored-by: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com>
* dereference only after parsing args
* fix sending key parsing
* fix public key parsing
* [BCF-2463] Add generic job type for lightweight OCR plugins

* [chore] Refactor ErrJobSpecNoRelayer; add ErrRelayerNotEnabled

* [feedback] Move validation of PluginConfig to ocr2/validate/validate.go

* Add tests for pluginConfig

* Sensible defaults for command
infiloop2 and others added 29 commits December 1, 2023 14:24
…#11438)

* Fix keystore enable to upsert, now restores accidentally deleted keys

* BCF-2828: adding evm.key_states insert for Disable keys evm route as well

---------

Co-authored-by: ilija <pavlovicilija42@gmail.com>
Co-authored-by: ilija42 <57732589+ilija42@users.noreply.github.com>
Response is asynchronous so we need to "await" it.
* Properly pass through config

* Key cache by feed ID, NOT by req

req is a pointer meaning subsequent calls to LatestReport will never hit
the cache

* Remove logger from config
* Make CICD work with new ECRs (#495)

* Fix ECR and publish on PRs (#496)

* Remove test file

* Add mockserver to helm chart dependency

* Add default values file

* Add security contexts

* Fix ref to values

* Use head SHA instead of commit SHA for image tagging

* Use emptyDir mount for postgres to resolve perm issues

* Fix volume mounts on postgres

* Fix /tmp writes and mount /tmp emptyDir

* Remove custom uid

* Run as same uid as postgres

* Test DOCKER_METADATA_PR_HEAD_SHA disable for root image

* Upgrade docker metadata action

* Do a full clone

* Avoid emptyDir mounts and update gid

* Use head SHA when on a PR as default input

* Downgrade metata action to latest on prev major

* Override sha tag with HEAD value

* Remove old sha tag default

* Attempt to fix sha tag

* Fix syntax error

* Remove DOCKER_METADATA_PR_HEAD_SHA env

* Refactor shared var output

* Revert "Refactor shared var output"

This reverts commit 2362fe6473974d4723cf5294cccec7090ab07a0f.

* Revert "Remove DOCKER_METADATA_PR_HEAD_SHA env"

This reverts commit a7bd01e544ad97603147ccb33576e8006056e930.

* Try to make things work again

* Set the host to localhost for K8s

* Add user to pg_isready

* Make securityContext container specific

* Create init container to create /clroot

* Fix volumes

* Add security context to init container

* Skip the chown

* Remove init container

* Breakout DB into its own deployment and service

* Fix typo

* Update localhost to db service dns

* Fix path to script

* Change geth /root path to /app

* Create emptyDir volume for geth devchain dir

* Remove full clone

* Add correct inputs to mockserver

* merge with develop

* cleanup & verify

* Add fixes for /chainlink

* Remove unused env var

* Set back to hardcoded repo name

* Reset values back to pre rebase changes

* Remove mockserver templates in favor of subchart

* fix connect.toml and rename mockserver connection

* Backout triggering on PR

* Create new build-publish workflow for chainlink-untrusted (from PR)

* Reset workflow back

* Make step name accurate

---------

Co-authored-by: skudasov <f4hrenh9it@gmail.com>
* make streams lookup modular

* polish

* address comment to use pointer instead of array/map

* rebase

* get rid of slice
* common/txmgr: initiliaze map before goroutines race ahead

* pass ctx from Start()
* Bump version and update CHANGELOG for core v2.8.0

* Add section for Upcoming changes

* Combine Add sections

* Consolidating Added section

* Remove duplicate text
#11643)

* core/services/relay/evm: start RequestRoundTracker; report full health

* Tests round requests and implicit changes separately

* Add test to CI

* Fixes other OCR2 checks

---------

Co-authored-by: Adam Hamrick <adam.hamrick@smartcontract.com>
(cherry picked from commit 7236361)
core/services/relay/evm: start RequestRoundTracker; report full health [2.8.0 backport]
…-metrics-renaming

Document metrics renaming
) (#11839)

* Remove start lock + add logging

* Add loggs

* Update tracker.go

* Update tracker.go

* Update common/txmgr/txmgr.go

Co-authored-by: Jordan Krage <jmank88@gmail.com>

* Update logging

---------

Co-authored-by: Jordan Krage <jmank88@gmail.com>
(cherry picked from commit 6133df8)
* Disable tracker

* Remove all tracker calls

(cherry picked from commit 5057899)
Co-authored-by: Jordan Krage <jmank88@gmail.com>
@securejavier securejavier merged commit 3c1d028 into master Feb 5, 2024
117 of 123 checks passed
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.