-
Notifications
You must be signed in to change notification settings - Fork 54
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
Merge with core #384
Merge with core #384
Conversation
Co-authored-by: Morgan Kuphal <87319522+KuphJr@users.noreply.github.com>
…189) Part of the effor to remove the e2e flakes caused by dockerhub rate limit issues
* fix benchmark test * bump runner
… (#11197) * Add to delegate job spec CaptureEATelemetry override from evm ocr cfg * Add logs for when Ea telemetry is disabled * Update core/services/ocr/delegate.go Co-authored-by: Jordan Krage <jmank88@gmail.com> * Update core/services/ocr2/delegate.go * Update core/services/ocrcommon/data_source.go --------- Co-authored-by: Patrick <patrick.huie@smartcontract.com> Co-authored-by: Jordan Krage <jmank88@gmail.com> Co-authored-by: Gheorghe Strimtu <studentcuza@gmail.com>
* Adds WeMix testnet config * Extending NoNewHeads threshold to 3s * Adds WeMix contract loader * Downgrading to go 1.20.5 bullseye * Revert "Downgrading to go 1.20.5 bullseye" This reverts commit 7eab839819456513dcf7f83ca8f08c97bdeb3835. * Update testing branch * Excludes fee delegation transactions for Wemix * Update testing branch * Linting * Fix typo * Update CTF --------- Co-authored-by: davidcauchi <david.cauchi@smartcontract.com>
* Update SimulatedBackendClient CallContext The function `CallContext` has different supported contract function calls than `BatchCallContext` even though the latter is simply a batch version of the former. This commit makes the two functions match both in the supported calls, but also in the validation and execution of those calls. * Update core/chains/evm/client/simulated_backend_client.go Use suggestion on default address returned on error. Co-authored-by: Jordan Krage <jmank88@gmail.com> * replace errors with panics * align parameters to documentation, real-world RPCs, and the simulated backend client * allow different receipt types * comment on strong typing on result * remove logic for handling incomplete transaction receipt handling on simulated backend client * reduce panics in favor of errors * remove commented code --------- Co-authored-by: Jordan Krage <jmank88@gmail.com>
* feat(zksync): add custom error messages * feat(zksync): add custom chain type to ignore 0x71 transaction type and commit default node config * fix: add exhaustive case stmt for zkSync ChainType * docs: regenerate CONFIG.md * test: add zksync ChainType to expected output * test: add test for custom zkSync tx type * fix: reduce HistoryDepth setting to 5 * ci: trigger pipelines * fix(zksync): also ignore tx type 0xff * docs(zksync): regenerate CONFIG.md
* Bump libocr to 13e0202ae8d7e38245422aa93af82010390f9e9b * go mod tidy
* Separate Live Testnet Tests * \n * Remove typo * Extrapolates building Chainlink image
* add lint and update tests for solidity foundry gha * fix typo * fix typo * refactor conditional into individual steps * remove if statement for checkout repo and add comment
* Removes old Needs Check * Properly gate action
* Add Enhanced telemetry is disabled log to newServicesMercury delegate * Add test to check if eaTelemetry service was created in ocr servicseForSpec based on ocr spec flag
* move workflow to correct directory * streamline on-demand values a bit * get RPC urls and private keys from secrets * download and run from inside the test folder * checkout repo before running tests * get inputs and mask them * fix step ordering in workflow * fix default image tag * use latest pumba@CTF * run one test * fix directory name * run on powerful runner * add guide explaining how to use log poller tests * update LP readme
* VRF-722: made eoa address configurable which is used for VRF Key registration in VRF super scripts * VRF-722: PR comments
* bump deps - github.com/go-webauthn/webauthn v0.8.6 - github.com/prometheus/common v0.45.0 - github.com/prometheus/prometheus v0.47.2 - github.com/tidwall/gjson v1.17.0 - gonum.org/v1/gonum v0.14.0 * Use UnmarshalFirst to maintain compatibility --------- Co-authored-by: Ryan Tinianov <tinianov@live.com>
…ull LINK supply (#11234)
core/services/ocr2/plugins/ccip/internal/ccipdata/onramp_reader_test.go
Outdated
Show resolved
Hide resolved
docs/CONFIG.md
Outdated
@@ -3628,164 +3626,6 @@ GasLimit = 5300000 | |||
|
|||
</p></details> | |||
|
|||
<details><summary>WeMix Mainnet (1111)</summary><p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this may be due to some alphabetical order changes, this is still in the file, just in another location. See https://raw.githubusercontent.com/smartcontractkit/ccip/147721d5e1490d1cde18454da026f7a8804618f8/docs/CONFIG.md and CTRL+F for "WeMix Mainnet" and you'll find it.
@@ -7,9 +7,13 @@ import ( | |||
"fmt" | |||
|
|||
"github.com/AlekSi/pointer" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this PR integration-tests workflow introduced lint checks. All integration-tests/ccip-tests
changes are to fix lint erros.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean all the imports have newline where they shouldn't have. Not really sure how that happens when these are the only changes made
LCOV of commit
|
fix integration-tests/go.mod fix imports
89919c2
to
ed12f05
Compare
LCOV of commit
|
LCOV of commit
|
LCOV of commit
|
LCOV of commit
|
98b860a
to
c14b2f7
Compare
LCOV of commit
|
LCOV of commit
|
c14b2f7
to
7dd322e
Compare
LCOV of commit
|
Motivation
Solution