Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StellarExecutorModifier ¶
func StellarExecutorModifier(req testcontainers.ContainerRequest, executorInput *executor.Input, outputs []*blockchain.Output) (testcontainers.ContainerRequest, error)
StellarExecutorModifier is an executor.ReqModifier that configures the container request for the Stellar executor:
- Switches the image to stellarexecutor:dev.
- Builds a stellar.toml from the executor's GeneratedConfig and Stellar network info (passphrase + internal RPC URL from blockchain outputs), including TransmitterConfigs, DestinationReaderConfigs, and ReaderConfigs, then bind-mounts it at DefaultStellarConfigPath so the binary reads it on startup.
func StellarVerifierModifier ¶
func StellarVerifierModifier(req testcontainers.ContainerRequest, verifierInput *committeeverifier.Input, outputs []*blockchain.Output) (testcontainers.ContainerRequest, error)
StellarVerifierModifier is a committeeverifier.ReqModifier that configures the container request for the Stellar committee verifier:
- Switches the image from the default EVM verifier to stellarcommittee-verifier:dev.
- Builds a stellar.toml from real deployed addresses (via verifierInput.GeneratedConfig) and Stellar network info (passphrase + internal RPC URL from blockchain outputs), then bind-mounts it at DefaultStellarConfigPath so the binary reads it on startup.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.