Downgrade dependencies to match plugeth #2

Merged
roysc merged 1 commits from downgrade-deps into main 2023-09-21 10:12:46 +00:00
Owner

Module dependency versions must match exactly in order to load a plugin. But when the plugin loads this module and it has higher versions of mutual dependencies, it ugprades those dependencies in the go.mod of the plugin. So to prevent that, we need the modules to match here, although this code has no functional need for them to, or for plugeth to replace go-ethereum.

Module dependency versions must match exactly in order to load a plugin. But when the plugin loads this module and it has higher versions of mutual dependencies, it ugprades those dependencies in the `go.mod` of the plugin. So to prevent that, we need the modules to match here, although this code has no functional need for them to, or for `plugeth` to replace `go-ethereum`.
roysc added 1 commit 2023-09-21 10:12:31 +00:00
roysc merged commit 6b0b53f48a into main 2023-09-21 10:12:46 +00:00
roysc deleted branch downgrade-deps 2023-09-21 10:12:46 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/eth-iterator-utils#2
No description provided.