buidler

package
v1.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2021 License: GPL-3.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FindDirectories

func FindDirectories() []string

Types

type BuidlerConfig

type BuidlerConfig struct {
	ProjectDirectory string                             `json:"project_directory"`
	BuildDirectory   string                             `json:"contracts_build_directory"`
	Networks         map[string]providers.NetworkConfig `json:"networks"`
	Solc             providers.Compiler                 `json:"solc"`
	ConfigType       string                             `json:"-"`
}

type BuidlerContract

type BuidlerContract struct {
	*providers.Contract
	Address  string         `json:"address"`
	Receipt  buidlerReceipt `json:"receipt"`
	Metadata string         `json:"metadata"`
}

type DeploymentProvider

type DeploymentProvider struct {
	NetworkIdMap map[string]int
}

func NewDeploymentProvider

func NewDeploymentProvider() *DeploymentProvider

func (*DeploymentProvider) CheckIfProviderStructure

func (dp *DeploymentProvider) CheckIfProviderStructure(directory string) bool

func (*DeploymentProvider) GetConfig

func (dp *DeploymentProvider) GetConfig(configName string, projectDir string) (*providers.Config, error)

func (*DeploymentProvider) GetContracts

func (dp *DeploymentProvider) GetContracts(
	buildDir string,
	networkIDs []string,
	objects ...*model.StateObject,
) ([]providers.Contract, int, error)

func (*DeploymentProvider) GetProviderName

func (*DeploymentProvider) MustGetConfig

func (dp *DeploymentProvider) MustGetConfig() (*providers.Config, error)

func (*DeploymentProvider) NewContractSource

func (dp *DeploymentProvider) NewContractSource(path string, networkId string, client ethereum.Client) (stacktrace.ContractSource, error)

NewContractSource builds the Contract Source from the provided config, and scoped to the provided network.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL