chainlink icon indicating copy to clipboard operation
chainlink copied to clipboard

[Do not merge][VRF-886] Move vestigial ocr2vrf gethwrappers to chainlink-vrf archive

Open vreff opened this issue 1 year ago • 3 comments

Removes old ocr2vrf gethwrappers from chainlink core and instead references them from an archive in chainlink-vrf.

TODO:

  • Merge ancillary chainlink-vrf PR first which adds an archive referenced in this PR.
  • Remove "replace" on chainlink-vrf from go.mod files

vreff avatar Feb 22 '24 01:02 vreff

I see that you haven't updated any README files. Would it make sense to do so?

github-actions[bot] avatar Feb 22 '24 01:02 github-actions[bot]

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

github-actions[bot] avatar Feb 22 '24 01:02 github-actions[bot]

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:

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

github-actions[bot] avatar Apr 15 '24 18:04 github-actions[bot]