Documentation
¶
Index ¶
Constants ¶
View Source
const ( MaxConcurrentEth1Requests = 200 StakePrelaunchMinipoolsColor = color.FgBlue DownloadRewardsTreesColor = color.FgGreen MetricsColor = color.FgHiYellow ManageFeeRecipientColor = color.FgHiCyan PromoteMinipoolsColor = color.FgMagenta ReduceBondAmountColor = color.FgHiBlue DefendPdaoPropsColor = color.FgYellow VerifyPdaoPropsColor = color.FgYellow DistributeMinipoolsColor = color.FgHiGreen ErrorColor = color.FgRed WarningColor = color.FgYellow UpdateColor = color.FgHiWhite PrestakeMegapoolValidatorColor = color.FgHiGreen StakeMegapoolValidatorColor = color.FgHiBlue NotifyValidatorExitColor = color.FgHiYellow DefendChallengeExitColor = color.FgHiGreen ProvisionExpressTickets = color.FgMagenta )
View Source
const FarFutureEpoch uint64 = 0xffffffffffffffff
Variables ¶
This section is empty.
Functions ¶
func GetPriorityFee ¶ added in v1.13.9
Checks if the user-inputted priorityFee is greater than the oracle based maxFee If so, return the min(priorityFee, 25% of the oracle based maxFee)
Types ¶
This section is empty.
Source Files
¶
- defend-challenge-exit.go
- defend-pdao-props.go
- distribute-minipools.go
- download-reward-trees.go
- manage-fee-recipient.go
- metrics-exporter.go
- node.go
- notify-final-balance.go
- notify-validator-exit.go
- prestake-megapool-validator.go
- promote-minipools.go
- provision-express-tickets.go
- reduce-bonds.go
- stake-megapool-validator.go
- stake-prelaunch-minipools.go
- verify-pdao-props.go
Click to show internal directories.
Click to hide internal directories.