GO-2022-0760: Ethermint vulnerable to DoS through unintended Contract Selfdestruct in github.com/crypto-org-chain/cronos
package
Version:
v0.17.0-alpha.0
Opens a new window with list of versions in this module.
Published: Mar 4, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
RestType = "type"
RestOwner = "owner"
RestDenom = "denom"
RestPhase = "phase"
)
REST Variable names
nolint
RegisterRoutes - Central function to define routes that get registered by the main application
type PlaceBidReq struct {
BaseReq rest.BaseReq `json:"base_req"`
Amount sdk.Coin `json:"amount"`
}
PlaceBidReq defines the properties of a bid request's body
Source Files
¶
Click to show internal directories.
Click to hide internal directories.