You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(devenv/tcapi): bound persistent-network event scans, add delivery-only Run mode (#1221)
* fix: event poller with persistent network
* feat: OnchainAssertionOnly in tcapi
* chore: testing
* chore: extract nested setup code
* fix: mirror
* bootstrap: push raw pubkey, enforce one family
- Push OnchainSigningPubKey for every declared chain, not just
the chain's own, so JD lane resolution can derive a signer
address for a family the NOP never declared (e.g. a
solana-only NOP signing into a canton-destination lane).
- Reject Chains configs that mix chain families: a bootstrapper
is built for exactly one family and shares one signing key
across every declared chain, so a mixed list would silently
push a mis-formatted key for whichever family loses out.
* fix compilation error
* temp: bump chainlink-ccip
* feat: skip offchain assertions without flag
* chore: lint
---------
Co-authored-by: Makram Kamaleddine <makramkd@users.noreply.github.com>
0 commit comments