modifier

package
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: 19 Imported by: 0

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:

  1. Switches the image to stellarexecutor:dev.
  2. 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:

  1. Switches the image from the default EVM verifier to stellarcommittee-verifier:dev.
  2. 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.

Jump to

Keyboard shortcuts

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