Affected by GO-2022-0970
and 2 other vulnerabilities
GO-2022-0970: elrond-go MultiESDTNFTTransfer call on a SC address with missing function name in github.com/ElrondNetwork/elrond-go
GO-2022-0971: Elrond-go has improper initialization in github.com/ElrondNetwork/elrond-go
GO-2022-1200: Elrond-GO processing: fallback search of SCRs when not found in the main cache in github.com/ElrondNetwork/elrond-go
package
Version:
v1.0.138
Opens a new window with list of versions in this module.
Published: Jul 15, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Routes defines node related routes
Trigger will receive a trigger request from the client and propagate it for processing
type HarforkRequest struct {
Epoch uint32 `form:"epoch" json:"epoch"`
}
HarforkRequest represents the structure on which user input for triggering a hardfork will validate against
type TriggerHardforkHandler interface {
Trigger(epoch uint32) error
IsSelfTrigger() bool
IsInterfaceNil() bool
}
TriggerHardforkHandler interface defines methods that can be used from `elrondFacade` context variable
Source Files
¶
Click to show internal directories.
Click to hide internal directories.