Skip to content

Add multinode support for aptos service#488

Open
yashnevatia wants to merge 3 commits into
developfrom
add-multinode
Open

Add multinode support for aptos service#488
yashnevatia wants to merge 3 commits into
developfrom
add-multinode

Conversation

@yashnevatia

@yashnevatia yashnevatia commented Jun 16, 2026

Copy link
Copy Markdown
Contributor
  • Only touching aptos_service
  • Not touching CCIP flow (no txm / chainreader / chainwriter)

Comment thread relayer/config/config.go
// single-finality model (a committed block is final: no reorgs).
func (c *TOMLConfig) SetMultiNodeDefaults() {
m := &c.MultiNode.MultiNode
setDefault(&m.Enabled, true)

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.

We might want to disable it by default, so that it does not affect CCIP setup.
Not sure if they want to have multinode enabled. We got a pushback on integrating it during initial development.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

hi, the way i have used it is that i dont us the multinode client for txm/chainreader/chainwriter.
only for aptos_service.go read methods.

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.

But it'll still be running and producing requests/error/panics in the worst case.

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