-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use chainlink-commons for hash and merkle pkg in ocr3 (#1000)
## Motivation With [chainlink-common#527](smartcontractkit/chainlink-common#527) hashlib (now hashutil) and merklemulti were moved to a common location. ## Solution Update [ccip repo](https://github.com/smartcontractkit/ccip) to remove `core/services/ocr3/plugins/ccip/internal/libs/hashlib/` and `core/services/ocr3/plugins/ccip/internal/libs/merklemulti/`. Replace them with the versions in chainlink-common. ## Future work After the merge of [Merge core release 2.13.0](#988), this refactor should be done also in `./core/services/ocr2/plugins/ccip/pkg/hashlib/` and `./core/services/ocr2/plugins/ccip/pkg/merklemulti/`.
- Loading branch information
1 parent
3dcd44b
commit fb6ee74
Showing
9 changed files
with
9 additions
and
862 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"ccip": patch | ||
--- | ||
|
||
use chainlink-common for hash and merklemulti in ocr3 #internal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
core/services/ocr3/plugins/ccip/internal/libs/hashlib/common.go
This file was deleted.
Oops, something went wrong.
95 changes: 0 additions & 95 deletions
95
core/services/ocr3/plugins/ccip/internal/libs/hashlib/common_test.go
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
core/services/ocr3/plugins/ccip/internal/libs/hashlib/hasher.go
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
core/services/ocr3/plugins/ccip/internal/libs/hashlib/hasher_test.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.