Skip to content

CCIP - re-sync chain accessor on gRPC client refresh#1531

Closed
ogtownsend wants to merge 8 commits intoogt/chain-accessor-add-price-reader-interfacesfrom
ogt/re-sync-chain-accessor-on-grpc-client-refresh
Closed

CCIP - re-sync chain accessor on gRPC client refresh#1531
ogtownsend wants to merge 8 commits intoogt/chain-accessor-add-price-reader-interfacesfrom
ogt/re-sync-chain-accessor-on-grpc-client-refresh

Conversation

@ogtownsend
Copy link
Copy Markdown
Contributor

Requires

Supports

@ogtownsend ogtownsend changed the base branch from main to ogt/chain-accessor-add-price-reader-interfaces September 8, 2025 19:09
@ogtownsend ogtownsend changed the title Ogt/re sync chain accessor on grpc client refresh CCIP - re-sync chain accessor on gRPC client refresh Sep 8, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 8, 2025

apidiff results - no modules to analyze

Comment thread pkg/loop/internal/relayer/relayer.go Outdated
func(ctx context.Context) error {
r.Logger.Info("CCIP Provider connection refreshed - refreshing chain accessor contracts")
if ccipProvider, ok := provider.(*ccipocr3.CCIPProviderClient); ok {
return ccipProvider.RefreshChainAccessor(ctx)
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.

I think this will actually deadlock, because this call is blocked by the lock being held up the stack.

Comment thread pkg/loop/internal/net/broker.go Outdated
@ogtownsend ogtownsend force-pushed the ogt/chain-accessor-add-price-reader-interfaces branch 5 times, most recently from 41d7642 to a3ca259 Compare September 9, 2025 19:59
@ogtownsend ogtownsend closed this Sep 9, 2025
@ogtownsend ogtownsend deleted the ogt/re-sync-chain-accessor-on-grpc-client-refresh branch September 9, 2025 20:01
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