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

[BCF-3048] - Chain reader event querying #12486

Merged
merged 59 commits into from
May 8, 2024
Merged

Conversation

ilija42
Copy link
Contributor

@ilija42 ilija42 commented Mar 19, 2024

Separate PRs will handle:

  1. Proper chain agnostic Confirmations filter
  2. DSL Log Poller implementation
  3. Chain agnostic LogPoller filters through config
  4. Multiple addresses per same contract type/abi/chain reader config

Related PRs:

  1. Chainlink-Common
  2. DSL EVM Log Poller implementation(Merges into this PR)

mateusz-sekara and others added 21 commits December 19, 2023 11:14
…-querying

# Conflicts:
#	core/chains/evm/logpoller/orm.go
…-querying

# Conflicts:
#	core/scripts/go.mod
#	core/scripts/go.sum
#	go.mod
#	go.sum
#	integration-tests/go.mod
#	integration-tests/go.sum
#	integration-tests/load/go.mod
#	integration-tests/load/go.sum
…-querying

# Conflicts:
#	core/scripts/go.mod
#	core/scripts/go.sum
#	go.mod
#	go.sum
#	integration-tests/go.mod
#	integration-tests/go.sum
#	integration-tests/load/go.mod
#	integration-tests/load/go.sum
…-querying

# Conflicts:
#	core/chains/evm/forwarders/forwarder_manager.go
#	core/chains/evm/logpoller/disabled.go
#	core/chains/evm/logpoller/log_poller.go
#	core/chains/evm/logpoller/mocks/log_poller.go
#	core/chains/evm/logpoller/observability.go
#	core/chains/evm/logpoller/orm.go
#	core/chains/evm/logpoller/orm_test.go
#	core/scripts/go.mod
#	core/scripts/go.sum
#	core/services/ocr2/plugins/ocr2keeper/evmregistry/v21/registry.go
#	core/services/ocr2/plugins/ocr2keeper/evmregistry/v21/registry_check_pipeline_test.go
#	core/services/ocr2/plugins/ocr2keeper/evmregistry/v21/registry_test.go
#	core/services/ocr2/plugins/ocr2keeper/evmregistry/v21/upkeepstate/scanner.go
#	core/services/ocr2/plugins/ocr2vrf/coordinator/coordinator.go
#	core/services/ocr2/plugins/ocr2vrf/coordinator/coordinator_test.go
#	core/services/relay/evm/chain_reader.go
#	core/services/relay/evm/event_binding.go
#	go.mod
#	go.sum
#	integration-tests/go.mod
#	integration-tests/go.sum
#	integration-tests/load/go.mod
#	integration-tests/load/go.sum
@ilija42 ilija42 requested review from a team as code owners March 19, 2024 12:04
@ilija42 ilija42 marked this pull request as draft March 19, 2024 12:04
@ilija42 ilija42 requested review from samsondav and a team as code owners May 6, 2024 15:55
}

func NewFinalityFilter(filter *primitives.Confirmations) (query.Expression, error) {
// TODO chain agnostic confidence levels that map to evm finality
Copy link
Contributor Author

Choose a reason for hiding this comment

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

EasterTheBunny
EasterTheBunny previously approved these changes May 7, 2024
…-querying2

# Conflicts:
#	core/services/relay/evm/chain_reader.go
@ilija42 ilija42 enabled auto-merge May 8, 2024 13:25
@ilija42 ilija42 added this pull request to the merge queue May 8, 2024
Merged via the queue into develop with commit dc94178 May 8, 2024
110 of 111 checks passed
@ilija42 ilija42 deleted the chain-reader-event-querying2 branch May 8, 2024 14:50
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

5 participants