Versions in this module Expand all Collapse all v1 v1.11.1 Jun 10, 2024 Changes in this version + const AuroraInitErrStr + const StandaloneNetworkPassphrase + func GetBaseTransactionParamsWithFee(source txnbuild.Account, fee int64, ops ...txnbuild.Operation) txnbuild.TransactionParams + func GetCoreMaxSupportedProtocol() uint32 + func MergeMaps(maps ...map[string]string) map[string]string + type CaptiveConfig struct + type Config struct + AuroraEnvironment map[string]string + AuroraIngestParameters map[string]string + AuroraWebParameters map[string]string + CoreDockerImage string + EnableSorobanRPC bool + ProtocolVersion uint32 + SkipAuroraStart bool + SkipCoreContainerCreation bool + SorobanRPCDockerImage string + func GetTestConfig() *Config + type RPCSimulateHostFunctionResult struct + Auth []string + XDR string + type RPCSimulateTxResponse struct + Error string + MinResourceFee int64 + Results []RPCSimulateHostFunctionResult + TransactionData string + type Test struct + func NewTest(t *testing.T, config Config) *Test + func (i *Test) AdminClient() *sdk.AdminClient + func (i *Test) AdminPort() int + func (i *Test) AsyncSubmitTransaction(signer *keypair.Full, txParams txnbuild.TransactionParams) (proto.AsyncTransactionSubmissionResponse, error) + func (i *Test) AsyncTxSubOpenAPISpecURL() string + func (i *Test) AuroraIngest() *aurora.App + func (i *Test) AuroraWeb() *aurora.App + func (i *Test) Client() *sdk.Client + func (i *Test) Config() Config + func (i *Test) CoreClient() *hcnetcore.Client + func (i *Test) CreateAccount(initialBalance string) (*keypair.Full, txnbuild.Account) + func (i *Test) CreateAccounts(count int, initialBalance string) ([]*keypair.Full, []txnbuild.Account) + func (i *Test) CreateSignedTransaction(signers []*keypair.Full, txParams txnbuild.TransactionParams) (*txnbuild.Transaction, error) + func (i *Test) CreateSignedTransactionFromOps(source txnbuild.Account, signers []*keypair.Full, ops ...txnbuild.Operation) (*txnbuild.Transaction, error) + func (i *Test) CreateSignedTransactionFromOpsWithFee(source txnbuild.Account, signers []*keypair.Full, fee int64, ...) (*txnbuild.Transaction, error) + func (i *Test) CreateUnsignedTransaction(source txnbuild.Account, ops ...txnbuild.Operation) (*txnbuild.Transaction, error) + func (i *Test) CurrentTest() *testing.T + func (i *Test) EstablishTrustline(truster *keypair.Full, account txnbuild.Account, asset txnbuild.Asset) (proto.Transaction, error) + func (i *Test) GetAuroraIngestConfig() aurora.Config + func (i *Test) GetAuroraWebConfig() aurora.Config + func (i *Test) GetCurrentCoreLedgerSequence() (int, error) + func (i *Test) GetEffectiveProtocolVersion() uint32 + func (i *Test) GetPassPhrase() string + func (i *Test) LogFailedTx(txResponse proto.Transaction, auroraResult error) + func (i *Test) Master() *keypair.Full + func (i *Test) MasterAccount() txnbuild.Account + func (i *Test) MasterAccountDetails() proto.Account + func (i *Test) MetricsURL() string + func (i *Test) MustCreateClaimableBalance(source *keypair.Full, asset txnbuild.Asset, amount string, ...) (claim proto.ClaimableBalance) + func (i *Test) MustEstablishTrustline(truster *keypair.Full, account txnbuild.Account, asset txnbuild.Asset) (resp proto.Transaction) + func (i *Test) MustGetAccount(source *keypair.Full) proto.Account + func (i *Test) MustSubmitMultiSigOperations(source txnbuild.Account, signers []*keypair.Full, ops ...txnbuild.Operation) proto.Transaction + func (i *Test) MustSubmitMultiSigTransaction(signers []*keypair.Full, txParams txnbuild.TransactionParams) proto.Transaction + func (i *Test) MustSubmitOperations(source txnbuild.Account, signer *keypair.Full, ops ...txnbuild.Operation) proto.Transaction + func (i *Test) MustSubmitOperationsWithFee(source txnbuild.Account, signer *keypair.Full, fee int64, ...) proto.Transaction + func (i *Test) MustSubmitTransaction(signer *keypair.Full, txParams txnbuild.TransactionParams) proto.Transaction + func (i *Test) PreflightExtendExpiration(account string, ledgerKeys []xdr.LedgerKey, extendAmt uint32) (proto.Account, txnbuild.ExtendFootprintTtl, int64) + func (i *Test) PreflightHostFunctions(sourceAccount txnbuild.Account, function txnbuild.InvokeHostFunction) (txnbuild.InvokeHostFunction, int64) + func (i *Test) RestartAurora() error + func (i *Test) RestoreFootprint(account string, ledgerKey xdr.LedgerKey) (proto.Account, txnbuild.RestoreFootprint, int64) + func (i *Test) Shutdown() + func (i *Test) StartAurora() error + func (i *Test) StopAurora() + func (i *Test) SubmitMultiSigOperations(source txnbuild.Account, signers []*keypair.Full, ops ...txnbuild.Operation) (proto.Transaction, error) + func (i *Test) SubmitMultiSigOperationsWithFee(source txnbuild.Account, signers []*keypair.Full, fee int64, ...) (proto.Transaction, error) + func (i *Test) SubmitMultiSigTransaction(signers []*keypair.Full, txParams txnbuild.TransactionParams) (proto.Transaction, error) + func (i *Test) SubmitOperations(source txnbuild.Account, signer *keypair.Full, ops ...txnbuild.Operation) (proto.Transaction, error) + func (i *Test) SubmitOperationsWithFee(source txnbuild.Account, signer *keypair.Full, fee int64, ...) (proto.Transaction, error) + func (i *Test) SubmitTransaction(signer *keypair.Full, txParams txnbuild.TransactionParams) (proto.Transaction, error) + func (i *Test) UpgradeProtocol(version uint32) + func (i *Test) WaitForAurora() + func (i *Test) WaitUntilLedgerEntryTTL(ledgerKey xdr.LedgerKey)