Skip to content

Connect chain and OCR adapters#489

Merged
RodrigoAD merged 5 commits into
developfrom
add-ops-adapters
Jun 26, 2026
Merged

Connect chain and OCR adapters#489
RodrigoAD merged 5 commits into
developfrom
add-ops-adapters

Conversation

@RodrigoAD

Copy link
Copy Markdown
Member

No description provided.

@RodrigoAD RodrigoAD marked this pull request as ready for review June 25, 2026 11:48
@RodrigoAD RodrigoAD requested review from a team as code owners June 25, 2026 11:48
"aptos/sequences/ccip/tooling-api/set-ocr3-config",
semver.MustParse("1.6.0"),
"Set OCR3 Config on Aptos chains",
func(b cldf_ops.Bundle, chains cldf_chain.BlockChains, input deployops.SetOCR3ConfigInput) (sequences.OnChainOutput, error) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: prefer not using anonymous functions. They're harder to read, requires too much indentation and are not reusable.

return addr[:], nil
}

func buildAptosDeps(chain cldf_aptos.Chain, chainSelector uint64, ccipBytes []byte) dependency.AptosDeps {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's for backwards compatibility only, right?

@RodrigoAD RodrigoAD merged commit 6e44de8 into develop Jun 26, 2026
22 of 23 checks passed
@RodrigoAD RodrigoAD deleted the add-ops-adapters branch June 26, 2026 14:38
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.

2 participants