executor

command
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Stellar executor binary entry point.

All per-chain wiring (config loading, OffRamp/RMN address resolution, keystore-backed transmitter construction) lives in ccv/accessors. The chainlink-ccv executor service pulls DestinationReader and ContractTransmitter directly off the Accessor returned by the registry, so this file only needs to declare the bootstrapper-managed keys this service requires.

chainlink-ccv devenv always POSTs GetKeys for executor.DefaultEVMTransmitterKeyName after the container starts (see build/devenv/services/executor/base.go). That ECDSA key is not used for Soroban submission but must exist so bootstrap HTTP does not return 500. Soroban signing uses common.StellarTransmitterKeyName (Ed25519).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL