Juan Farber
Juan Farber
solana ref: BCI-3989-cr-methods-error-when-unstarted core ref: BCI-3989-cr-methods-error-when-unstarted ### Task Description: We only want `GetLatestValue`, `BatchGetLatestValue` and `QueryKey` to be called when `CR` service is in `Started` state. If `CR` is not...
### Task Description: CR methods should throw an error if service is unstarted ### This PR: - Adds `StartChainReader` and `CloseChainReader` methods to the EVM `ChainReaderInterfaceTester`. - Check if the...
### Description Parts of the EVM TXM code still relies on `MinConfirmations` regardless if the chain is enabled to use finality tags. Through this PR we are updating the code...
### Task Description: Log poller [Filtered logs](https://github.com/smartcontractkit/chainlink/blob/ca6e1c26a331af67a1d57bf69d8160c23fc1e297/core/chains/evm/logpoller/log_poller.go#L71) have no use for [Key](https://github.com/smartcontractkit/chainlink-common/blob/v0.2.1/pkg/types/query/query.go#L13), which makes the method confusing when used outside of CR ### This PR: - Modify `FilteredLogs` method so...
depends on: https://github.com/smartcontractkit/chainlink-common/pull/777 relates to: https://github.com/smartcontractkit/chainlink/pull/14480
### Task Description: CR methods should throw an error if service is unstarted ### This PR: - Adds `Close` method enforced in the `chainReaderInterfaceTester`. ### Ticket: - [BCI-3989](https://smartcontract-it.atlassian.net/browse/BCI-3989) ### Depends...
### **Description** This PR introduces a chain-agnostic solution for transforming address byte arrays into string representations. To do so, it uses a modifier that supports chain-specific logic. The modifier is...
### **Description** This PR introduces the `AddressBytesToStringModifierConfig` modifier and modifies the contract to include a new field for testing purposes. Heads up that we will inject this modifier and skip...
## Latest Soak Test (Devnet) Soak tests are being run using a [local set up](https://smartcontract-it.atlassian.net/wiki/spaces/QA/pages/601097421/Solana+testing+wiki#Integration-tests). [Grafana Logs](https://grafana.ops.prod.cldev.sh/explore?schemaVersion=1&panes=%7B%22u3i%22:%7B%22datasource%22:%22P8E80F9AEF21F6940%22,%22queries%22:%5B%7B%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22P8E80F9AEF21F6940%22%7D,%22editorMode%22:%22code%22,%22expr%22:%22%7Bnamespace%3D%5C%22solana-gauntlet-embedded-16b8c%5C%22%7D%22,%22queryType%22:%22range%22,%22refId%22:%22A%22%7D%5D,%22range%22:%7B%22from%22:%221734469200000%22,%22to%22:%221734559200000%22%7D%7D%7D&orgId=1) ## Grafana Stats  | Metric | Query Link | Count (last...