# Functions
GetHandler returns the handler associated with the upgrade described in the context.
NewContext returns a new upgrade migration context.
Register registers a new migration handler, by upgrade name.
# Constants
Consensus240 is the name of the upgrade that enables features introduced in Oasis Core 24.0.
Consensus242 is the name of the upgrade that enables features introduced in Oasis Core 24.2.
DummyUpgradeHandler is the name of the dummy upgrade, for use in the upgrade descriptor.
EmptyHandler is the name of the upgrade handler that doesn't perform any updates.
ModuleName is the migration module name.
# Variables
ErrMissingMigrationHandler is error returned when a migration handler is not registered.
No description provided by the author
Version242 is the Oasis Core 24.2 version.
# Structs
Context defines the common context used by migration handlers.
Handler240 is the upgrade handler that transitions Oasis Core from version 23.0.x to 24.0.0.
Handler242 is the upgrade handler that transitions Oasis Core from version 24.1 to 24.2.
# Interfaces
Handler is the interface used by migration handlers.