Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var All = []Name{ Bedrock, Regolith, Canyon, Delta, Ecotone, Fjord, Granite, Holocene, Isthmus, Jovian, Karst, Interop, }
All lists all known mainline forks in chronological order.
View Source
var AllOpt = []Name{ PectraBlobSchedule, }
AllOpt lists all optional forks in chronological order.
View Source
var Latest = All[len(All)-1]
Latest returns the most recent fork in All.
Functions ¶
Types ¶
type Name ¶
type Name string
Name identifies a hardfork by name.
const ( Bedrock Name = "bedrock" Regolith Name = "regolith" Canyon Name = "canyon" Delta Name = "delta" Ecotone Name = "ecotone" Fjord Name = "fjord" Granite Name = "granite" Holocene Name = "holocene" Isthmus Name = "isthmus" Jovian Name = "jovian" Karst Name = "karst" Interop Name = "interop" // Optional Forks - not part of mainline PectraBlobSchedule Name = "pectrablobschedule" None Name = "" )
Click to show internal directories.
Click to hide internal directories.