Skip to content

PLEX-1577 fix proto helpers #1490

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

dhaidashenko
Copy link
Collaborator

No description provided.

@ilija42 ilija42 force-pushed the feature/PLEX-1577-fix-proto-helpers branch from b375a9a to 98b6c24 Compare August 21, 2025 16:31
Copy link

github-actions bot commented Aug 21, 2025

apidiff results - backwards-incompatible changes detected ❌

Module: github-com-smartcontractkit-chainlink-common

Status: ❌ 21 incompatible, 10 compatible

Incompatible Changes (21)

Element Change
./pkg/capabilities/v2/chain-capabilities/evm.ConvertAddressesFromProto removed
./pkg/capabilities/v2/chain-capabilities/evm.ConvertFilterToProto changed from func(github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.FilterQuery) *FilterQuery to func(github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.FilterQuery) (*FilterQuery, error)
./pkg/capabilities/v2/chain-capabilities/evm.ConvertHashesFromProto removed
./pkg/capabilities/v2/chain-capabilities/evm.ConvertHashFromProto removed
./pkg/capabilities/v2/chain-capabilities/evm.ConvertHeaderToProto changed from func(github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Header) *Header to func(*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Header) (*Header, error)
./pkg/capabilities/v2/chain-capabilities/evm.ConvertHeadFromProto removed
./pkg/capabilities/v2/chain-capabilities/evm.ConvertLogsFromProto changed from func([]*Log) []*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log to func([]*Log) ([]*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log, error)
./pkg/capabilities/v2/chain-capabilities/evm.ConvertLogsToProto changed from func([]*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log) []*Log to func([]*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log) ([]*Log, error)
./pkg/capabilities/v2/chain-capabilities/evm.ConvertLogToProto changed from func(*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log) *Log to func(github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log) *Log
./pkg/capabilities/v2/chain-capabilities/evm.ConvertTopicsFromProto changed from func([]*Topics) [][]github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Hash to func([]*Topics) ([][]github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Hash, error)
./pkg/chains/evm.ConvertAddressesFromProto changed from func([][]byte) []github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Address to func([][]byte) ([]github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Address, error)
./pkg/chains/evm.ConvertFilterToProto changed from func(github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.FilterQuery) *FilterQuery to func(github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.FilterQuery) (*FilterQuery, error)
./pkg/chains/evm.ConvertGasConfigToProto changed from func(*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.GasConfig) *GasConfig to func(github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.GasConfig) (*GasConfig, error)
./pkg/chains/evm.ConvertHashesFromProto changed from func([][]byte) []github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Hash to func([][]byte) ([]github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Hash, error)
./pkg/chains/evm.ConvertHeaderFromProto changed from func(*Header) (*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Header, error) to func(*Header) (github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Header, error)
./pkg/chains/evm.ConvertHeaderToProto changed from func(*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Header) *Header to func(*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Header) (*Header, error)
./pkg/chains/evm.ConvertLogsFromProto changed from func([]*Log) []*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log to func([]*Log) ([]*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log, error)
./pkg/chains/evm.ConvertLogsToProto changed from func([]*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log) []*Log to func([]*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log) ([]*Log, error)
./pkg/chains/evm.ConvertLogToProto changed from func(*github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log) *Log to func(github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Log) *Log
./pkg/chains/evm.ConvertSubmitTransactionRequestFromProto changed from func(*SubmitTransactionRequest) github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.SubmitTransactionRequest to func(*SubmitTransactionRequest) (github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.SubmitTransactionRequest, error)
./pkg/chains/evm.ConvertTopicsFromProto changed from func([]*Topics) [][]github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Hash to func([]*Topics) ([][]github.com/smartcontractkit/chainlink-common/pkg/types/chains/evm.Hash, error)

(Full summary: https://github.com/smartcontractkit/chainlink-common/actions/runs/17137218207/#summary-48616041777)

@ilija42 ilija42 marked this pull request as ready for review August 21, 2025 16:37
@ilija42 ilija42 requested review from a team as code owners August 21, 2025 16:37
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.

3 participants