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

bump libocr; add context #14011

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

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Aug 1, 2024

Reopening #11773...

https://smartcontract-it.atlassian.net/browse/BCF-2887

Requires:

flowchart LR
  subgraph chains
    chainlink-cosmos
    chainlink-solana
    chainlink-starknet/relayer
  end

  subgraph products
    chainlink-automation
    chainlink-ccip
    chainlink-data-streams
    chainlink-feeds
    chainlink-functions
    chainlink-vrf
  end

  classDef outline stroke-dasharray:6,fill:none;
  class chains,products outline

  chainlink/v2 --> chainlink-automation
  click chainlink-automation href "https://github.com/smartcontractkit/chainlink-automation/pull/304"
  chainlink/v2 --> chainlink-common
  click chainlink-common href "https://github.com/smartcontractkit/chainlink-common/pull/490"
  chainlink/v2 --> chainlink-cosmos
  click chainlink-cosmos href "https://github.com/smartcontractkit/chainlink-cosmos/pull/401"
  chainlink/v2 --> chainlink-ccip
  click chainlink-ccip href "https://github.com/smartcontractkit/chainlink-ccip/pull/75"
  chainlink/v2 --> chainlink-data-streams
  click chainlink-data-streams href "https://github.com/smartcontractkit/chainlink-data-streams/pull/52"
  chainlink/v2 --> chainlink-feeds
  click chainlink-feeds href "https://github.com/smartcontractkit/chainlink-feeds/pull/65"
  chainlink/v2 --> chainlink-solana
  click chainlink-solana href "https://github.com/smartcontractkit/chainlink-solana/pull/567"
  chainlink/v2 --> chainlink-starknet/relayer
  click chainlink-starknet/relayer href "https://github.com/smartcontractkit/chainlink-starknet/pull/345"
  chainlink/v2 --> chainlink-vrf
  click chainlink-vrf href "https://github.com/smartcontractkit/chainlink-vrf/pull/47"
  chainlink/v2 --> libocr
  click libocr href "https://github.com/smartcontractkit/libocr/pull/96"
  chainlink/v2 --> tdh2/go/ocr2/decryptionplugin
  click tdh2/go/ocr2/decryptionplugin href "https://github.com/smartcontractkit/tdh2/pull/37"
  chainlink/v2 --> tdh2/go/tdh2
  click tdh2/go/tdh2 href "https://github.com/smartcontractkit/tdh2/pull/37"
  chainlink-automation --> chainlink-common
  chainlink-automation --> libocr
  chainlink-common --> libocr
  chainlink-ccip --> chainlink-common
  chainlink-ccip --> libocr
  chainlink-cosmos --> chainlink-common
  chainlink-cosmos --> libocr
  chainlink-data-streams --> chainlink-common
  chainlink-data-streams --> libocr
  chainlink-feeds --> chainlink-common
  chainlink-feeds --> libocr
  chainlink-solana --> chainlink-common
  chainlink-solana --> libocr
  chainlink-starknet/relayer --> chainlink-common
  chainlink-starknet/relayer --> libocr
  chainlink-vrf --> libocr
  tdh2/go/ocr2/decryptionplugin --> libocr
  tdh2/go/ocr2/decryptionplugin --> tdh2/go/tdh2
Loading

@jmank88 jmank88 requested review from a team as code owners August 1, 2024 22:11
@jmank88 jmank88 requested a review from a team August 1, 2024 22:11
@jmank88 jmank88 requested review from a team as code owners August 1, 2024 22:11
@jmank88 jmank88 marked this pull request as draft August 1, 2024 22:11
Copy link
Contributor

github-actions bot commented Aug 1, 2024

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@jmank88 jmank88 force-pushed the BCF-2887-context-propagation branch 20 times, most recently from 6de902b to e7c5571 Compare September 10, 2024 12:27
@jmank88 jmank88 force-pushed the BCF-2887-context-propagation branch 6 times, most recently from f07ee24 to 7ed7c33 Compare September 17, 2024 22:07
@cl-sonarqube-production
Copy link

Quality Gate failed Quality Gate failed

Failed conditions
11.9% Duplication on New Code (required ≤ 10%)
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube

Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint

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.

1 participant