Documentation ¶
Index ¶
Constants ¶
View Source
const ( OptimismMessengerAbi string = `` /* 313-byte string literal not displayed */ PolygonMessengerAbi string = `` /* 313-byte string literal not displayed */ ArbitrumMessengerAbi string = `` /* 582-byte string literal not displayed */ RplTwapPoolAbi string = `` /* 397-byte string literal not displayed */ )
View Source
const ( SubmissionKey string = "network.prices.submitted.node.key" BlocksPerTurn uint64 = 75 // Approx. 15 minutes )
Settings
View Source
const ( MaxConcurrentEth1Requests = 200 RespondChallengesColor = color.FgWhite ClaimRplRewardsColor = color.FgGreen SubmitRplPriceColor = color.FgYellow SubmitNetworkBalancesColor = color.FgYellow DissolveTimedOutMinipoolsColor = color.FgMagenta SubmitScrubMinipoolsColor = color.FgHiGreen ErrorColor = color.FgRed MetricsColor = color.FgHiYellow SubmitRewardsTreeColor = color.FgHiCyan WarningColor = color.FgYellow ProcessPenaltiesColor = color.FgHiMagenta CancelBondsColor = color.FgGreen CheckSoloMigrationsColor = color.FgCyan UpdateColor = color.FgHiWhite )
View Source
const BlockStartOffset = 100000
View Source
const MinScrubSafetyTime = time.Duration(0) * time.Hour
View Source
const MinipoolBatchSize = 20
Settings
View Source
const MinipoolStatusBatchSize = 20
Settings
View Source
const NewPenaltyScanBuffer = 400000
Number of slots to go back in time and scan for penalties if state is empty (400k is approx. 8 weeks)
View Source
const ScrubSafetyDivider = 2
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files ¶
- cancel-bond-reductions.go
- check-solo-migrations.go
- constants.go
- dissolve-timed-out-minipools.go
- generate-rewards-tree.go
- metrics-exporter.go
- process-penalties.go
- respond-challenges.go
- submit-network-balances.go
- submit-rewards-tree-rolling.go
- submit-rewards-tree-stateless.go
- submit-rpl-price.go
- submit-scrub-minipools.go
- watchtower.go
Click to show internal directories.
Click to hide internal directories.