Documentation ¶
Index ¶
- Constants
- func GetEventLogInterval(cfg *config.RocketPoolConfig) (*big.Int, error)
- func IsTransactionDue(rp *rocketpool.RocketPool, startTime time.Time) (bool, time.Duration, error)
- func PrintAndCheckGasInfo(gasInfo rocketpool.GasInfo, checkThreshold bool, gasThresholdGwei float64, ...) bool
- func PrintAndWaitForTransaction(cfg *config.RocketPoolConfig, hash common.Hash, ec rocketpool.ExecutionClient, ...) error
- func PrintErrorResponse(err error)
- func PrintResponse(response interface{}, responseError error)
Constants ¶
View Source
const TimeoutSafetyFactor int = 2
The fraction of the timeout period to trigger overdue transactions
Variables ¶
This section is empty.
Functions ¶
func GetEventLogInterval ¶ added in v1.0.0
func GetEventLogInterval(cfg *config.RocketPoolConfig) (*big.Int, error)
Gets the event log interval supported by the selected eth1 client
func IsTransactionDue ¶ added in v1.1.0
func IsTransactionDue(rp *rocketpool.RocketPool, startTime time.Time) (bool, time.Duration, error)
True if a transaction is due and needs to bypass the gas threshold
func PrintAndCheckGasInfo ¶ added in v1.0.0
func PrintAndCheckGasInfo(gasInfo rocketpool.GasInfo, checkThreshold bool, gasThresholdGwei float64, logger log.ColorLogger, maxFeeWei *big.Int, gasLimit uint64) bool
Print the gas price and cost of a TX
func PrintAndWaitForTransaction ¶ added in v1.0.0
func PrintAndWaitForTransaction(cfg *config.RocketPoolConfig, hash common.Hash, ec rocketpool.ExecutionClient, logger log.ColorLogger) error
Print a TX's details to the logger and waits for it to be mined.
func PrintResponse ¶
func PrintResponse(response interface{}, responseError error)
Print an API response response must be a pointer to a struct type with Error and Status string fields
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.