Skip to content

[DS-3520] llo packages reorg, experimental v31 - #521

Merged
brunotm merged 2 commits into
developfrom
bm/DS-3520-llo-packages-reorg
Aug 10, 2026
Merged

[DS-3520] llo packages reorg, experimental v31#521
brunotm merged 2 commits into
developfrom
bm/DS-3520-llo-packages-reorg

Conversation

@brunotm

@brunotm brunotm commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

corresponding chainlink pr smartcontractkit/chainlink#23303

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

⚠️ API Diff Results - github.com/smartcontractkit/chainlink-evm

⚠️ Breaking Changes (7)

pkg/cmd/chainlink-evm.(*MercuryConfig) (1)
  • Transmitter — Type changed:
func(
)
- github.com/smartcontractkit/chainlink-data-streams/llo/transmitter/de.MercuryTransmitter
+ github.com/smartcontractkit/chainlink-data-streams/llo/transmitter/dataengine.MercuryTransmitter
pkg/cmd/chainlink-evm.(*Transmitter) (1)
  • Protocol — Type changed:
func(
)
- github.com/smartcontractkit/chainlink-data-streams/llo/transmitter/de.MercuryTransmitterProtocol
+ github.com/smartcontractkit/chainlink-data-streams/llo/transmitter/dataengine.MercuryTransmitterProtocol
pkg/llo/channeldefinitions.ChannelDefinitionCacheFactory (1)
  • NewCache — Type changed:
func(
  - github.com/smartcontractkit/chainlink-data-streams/llo/config.PluginConfig
  + github.com/smartcontractkit/chainlink-data-streams/llo/pluginconfig.PluginConfig
)
(github.com/smartcontractkit/chainlink-common/pkg/types/llo.ChannelDefinitionCache, error)
pkg/llo/channeldefinitions.ChannelDefinitionCacheORM (2)
  • LoadChannelDefinitions — Type changed:
func(
  context.Context, 
  github.com/ethereum/go-ethereum/common.Address, 
  uint32
)
- (*github.com/smartcontractkit/chainlink-data-streams/llo/types.PersistedDefinitions, error)
+ (*github.com/smartcontractkit/chainlink-data-streams/llo/channelsource.PersistedDefinitions, error)
  • LoadChannelDefinitions — Type changed:
func(
  context.Context, 
  github.com/ethereum/go-ethereum/common.Address, 
  uint32
)
- (*github.com/smartcontractkit/chainlink-data-streams/llo/types.PersistedDefinitions, error)
+ (*github.com/smartcontractkit/chainlink-data-streams/llo/channelsource.PersistedDefinitions, error)
pkg/llo/channeldefinitions.Definitions (1)
  • Sources — Type changed:
  - map[uint32]github.com/smartcontractkit/chainlink-data-streams/llo/types.SourceDefinition
  + map[uint32]github.com/smartcontractkit/chainlink-data-streams/llo/channelsource.SourceDefinition
)
pkg/relay.MercuryConfig (1)
  • Transmitter — Type changed:
func(
)
- github.com/smartcontractkit/chainlink-data-streams/llo/transmitter/de.MercuryTransmitter
+ github.com/smartcontractkit/chainlink-data-streams/llo/transmitter/dataengine.MercuryTransmitter

📄 View full apidiff report

@brunotm
brunotm force-pushed the bm/DS-3520-llo-packages-reorg branch from 25353bf to 6af3e8f Compare August 8, 2026 17:15
@brunotm
brunotm marked this pull request as ready for review August 10, 2026 08:41
@brunotm
brunotm requested review from a team as code owners August 10, 2026 08:41
@brunotm
brunotm merged commit 8174b6b into develop Aug 10, 2026
33 checks passed
@brunotm
brunotm deleted the bm/DS-3520-llo-packages-reorg branch August 10, 2026 11:09
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