Versions in this module Expand all Collapse all v0 v0.1.0 Jun 22, 2023 Changes in this version + func ContractSetConfigArgsForEthereumIntegrationTest(oracles []OracleIdentityExtra, f int, alphaPPB uint64) (signers []common.Address, transmitters []common.Address, f_ uint8, ...) + func ContractSetConfigArgsForTests(deltaProgress time.Duration, deltaResend time.Duration, ...) (signers []types.OnchainPublicKey, transmitters []types.Account, f_ uint8, ...) + func ContractSetConfigArgsForTestsWithAuxiliaryArgs(deltaProgress time.Duration, deltaResend time.Duration, ...) (signers []types.OnchainPublicKey, transmitters []types.Account, f_ uint8, ...) + type AuxiliaryArgs = confighelper.AuxiliaryArgs + type OracleIdentity = confighelper.OracleIdentity + type OracleIdentityExtra = confighelper.OracleIdentityExtra + type PublicConfig = confighelper.PublicConfig + func PublicConfigFromContractConfig(skipResourceExhaustionChecks bool, change types.ContractConfig) (PublicConfig, error)