mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-29 07:07:16 +00:00
bcee4845dc
* save state * remove repair * save state * remove emptydb check * save state * add walkAsOf test * add WalkAsOf and MultiWalkAsOf tests * deployed contracts counter * reference counter for contract code * drop storage root&contract hash for changesets * start incarnation is 1(save state) * fix ReorgOverSelfDestruct test * hack fix TestReorgOverSelfDestruct * test benchmark * cleanup * remove useless debug * remove print trie * return remove subtrie call to updateTrieRoot * save state * add mutation test * remove useless test * fix * added mutation commit test * rename experiment to thin history * thin history mutation commit test * fix ethdb tests * getAsOf test * add test&fix history index * fix test * make test for index search * compute trie root incarnation fix * tests fixes * done job in case of panic * fix lint * fix&test for bad incarnation * fix initial incarnation for genesis * fix lint * fix changeset test * fix storage ranges test * fix lint * move set incarnation to create contract * add comment Co-authored-by: ledgerwatch <akhounov@gmail.com> Co-authored-by: Evgeny Danilenko <6655321@bk.ru>
212 lines
9.4 KiB
Go
212 lines
9.4 KiB
Go
// Code generated - DO NOT EDIT.
|
|
// This file is a generated binding and any manual changes will be lost.
|
|
|
|
package contracts
|
|
|
|
import (
|
|
"math/big"
|
|
"strings"
|
|
|
|
ethereum "github.com/ledgerwatch/turbo-geth"
|
|
"github.com/ledgerwatch/turbo-geth/accounts/abi"
|
|
"github.com/ledgerwatch/turbo-geth/accounts/abi/bind"
|
|
"github.com/ledgerwatch/turbo-geth/common"
|
|
"github.com/ledgerwatch/turbo-geth/core/types"
|
|
"github.com/ledgerwatch/turbo-geth/event"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var (
|
|
_ = big.NewInt
|
|
_ = strings.NewReader
|
|
_ = ethereum.NotFound
|
|
_ = abi.U256
|
|
_ = bind.Bind
|
|
_ = common.Big1
|
|
_ = types.BloomLookup
|
|
_ = event.NewSubscription
|
|
)
|
|
|
|
// ChangerABI is the input ABI used to generate the binding from.
|
|
const ChangerABI = "[{\"constant\":false,\"inputs\":[],\"name\":\"change\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"}]"
|
|
|
|
// ChangerBin is the compiled bytecode used for deploying new contracts.
|
|
var ChangerBin = "0x6080604052348015600f57600080fd5b5060968061001e6000396000f3fe608060405260043610603e5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416632ee79ded81146043575b600080fd5b348015604e57600080fd5b5060556057565b005b600160008190556002908190556003905556fea165627a7a72305820122ec2354ec44268680081226b143ae561428e6482e017159a6a69147d2d18c00029"
|
|
|
|
// DeployChanger deploys a new Ethereum contract, binding an instance of Changer to it.
|
|
func DeployChanger(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Changer, error) {
|
|
parsed, err := abi.JSON(strings.NewReader(ChangerABI))
|
|
if err != nil {
|
|
return common.Address{}, nil, nil, err
|
|
}
|
|
|
|
address, tx, contract, err := bind.DeployContract(auth, parsed, common.FromHex(ChangerBin), backend)
|
|
if err != nil {
|
|
return common.Address{}, nil, nil, err
|
|
}
|
|
return address, tx, &Changer{ChangerCaller: ChangerCaller{contract: contract}, ChangerTransactor: ChangerTransactor{contract: contract}, ChangerFilterer: ChangerFilterer{contract: contract}}, nil
|
|
}
|
|
|
|
// Changer is an auto generated Go binding around an Ethereum contract.
|
|
type Changer struct {
|
|
ChangerCaller // Read-only binding to the contract
|
|
ChangerTransactor // Write-only binding to the contract
|
|
ChangerFilterer // Log filterer for contract events
|
|
}
|
|
|
|
// ChangerCaller is an auto generated read-only Go binding around an Ethereum contract.
|
|
type ChangerCaller struct {
|
|
contract *bind.BoundContract // Generic contract wrapper for the low level calls
|
|
}
|
|
|
|
// ChangerTransactor is an auto generated write-only Go binding around an Ethereum contract.
|
|
type ChangerTransactor struct {
|
|
contract *bind.BoundContract // Generic contract wrapper for the low level calls
|
|
}
|
|
|
|
// ChangerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
|
|
type ChangerFilterer struct {
|
|
contract *bind.BoundContract // Generic contract wrapper for the low level calls
|
|
}
|
|
|
|
// ChangerSession is an auto generated Go binding around an Ethereum contract,
|
|
// with pre-set call and transact options.
|
|
type ChangerSession struct {
|
|
Contract *Changer // Generic contract binding to set the session for
|
|
CallOpts bind.CallOpts // Call options to use throughout this session
|
|
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
|
|
}
|
|
|
|
// ChangerCallerSession is an auto generated read-only Go binding around an Ethereum contract,
|
|
// with pre-set call options.
|
|
type ChangerCallerSession struct {
|
|
Contract *ChangerCaller // Generic contract caller binding to set the session for
|
|
CallOpts bind.CallOpts // Call options to use throughout this session
|
|
}
|
|
|
|
// ChangerTransactorSession is an auto generated write-only Go binding around an Ethereum contract,
|
|
// with pre-set transact options.
|
|
type ChangerTransactorSession struct {
|
|
Contract *ChangerTransactor // Generic contract transactor binding to set the session for
|
|
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
|
|
}
|
|
|
|
// ChangerRaw is an auto generated low-level Go binding around an Ethereum contract.
|
|
type ChangerRaw struct {
|
|
Contract *Changer // Generic contract binding to access the raw methods on
|
|
}
|
|
|
|
// ChangerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
|
|
type ChangerCallerRaw struct {
|
|
Contract *ChangerCaller // Generic read-only contract binding to access the raw methods on
|
|
}
|
|
|
|
// ChangerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
|
|
type ChangerTransactorRaw struct {
|
|
Contract *ChangerTransactor // Generic write-only contract binding to access the raw methods on
|
|
}
|
|
|
|
// NewChanger creates a new instance of Changer, bound to a specific deployed contract.
|
|
func NewChanger(address common.Address, backend bind.ContractBackend) (*Changer, error) {
|
|
contract, err := bindChanger(address, backend, backend, backend)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return &Changer{ChangerCaller: ChangerCaller{contract: contract}, ChangerTransactor: ChangerTransactor{contract: contract}, ChangerFilterer: ChangerFilterer{contract: contract}}, nil
|
|
}
|
|
|
|
// NewChangerCaller creates a new read-only instance of Changer, bound to a specific deployed contract.
|
|
func NewChangerCaller(address common.Address, caller bind.ContractCaller) (*ChangerCaller, error) {
|
|
contract, err := bindChanger(address, caller, nil, nil)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return &ChangerCaller{contract: contract}, nil
|
|
}
|
|
|
|
// NewChangerTransactor creates a new write-only instance of Changer, bound to a specific deployed contract.
|
|
func NewChangerTransactor(address common.Address, transactor bind.ContractTransactor) (*ChangerTransactor, error) {
|
|
contract, err := bindChanger(address, nil, transactor, nil)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return &ChangerTransactor{contract: contract}, nil
|
|
}
|
|
|
|
// NewChangerFilterer creates a new log filterer instance of Changer, bound to a specific deployed contract.
|
|
func NewChangerFilterer(address common.Address, filterer bind.ContractFilterer) (*ChangerFilterer, error) {
|
|
contract, err := bindChanger(address, nil, nil, filterer)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return &ChangerFilterer{contract: contract}, nil
|
|
}
|
|
|
|
// bindChanger binds a generic wrapper to an already deployed contract.
|
|
func bindChanger(address common.Address, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) (*bind.BoundContract, error) {
|
|
parsed, err := abi.JSON(strings.NewReader(ChangerABI))
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return bind.NewBoundContract(address, parsed, caller, transactor, filterer), nil
|
|
}
|
|
|
|
// Call invokes the (constant) contract method with params as input values and
|
|
// sets the output to result. The result type might be a single field for simple
|
|
// returns, a slice of interfaces for anonymous returns and a struct for named
|
|
// returns.
|
|
func (_Changer *ChangerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error {
|
|
return _Changer.Contract.ChangerCaller.contract.Call(opts, result, method, params...)
|
|
}
|
|
|
|
// Transfer initiates a plain transaction to move funds to the contract, calling
|
|
// its default method if one is available.
|
|
func (_Changer *ChangerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) {
|
|
return _Changer.Contract.ChangerTransactor.contract.Transfer(opts)
|
|
}
|
|
|
|
// Transact invokes the (paid) contract method with params as input values.
|
|
func (_Changer *ChangerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) {
|
|
return _Changer.Contract.ChangerTransactor.contract.Transact(opts, method, params...)
|
|
}
|
|
|
|
// Call invokes the (constant) contract method with params as input values and
|
|
// sets the output to result. The result type might be a single field for simple
|
|
// returns, a slice of interfaces for anonymous returns and a struct for named
|
|
// returns.
|
|
func (_Changer *ChangerCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error {
|
|
return _Changer.Contract.contract.Call(opts, result, method, params...)
|
|
}
|
|
|
|
// Transfer initiates a plain transaction to move funds to the contract, calling
|
|
// its default method if one is available.
|
|
func (_Changer *ChangerTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) {
|
|
return _Changer.Contract.contract.Transfer(opts)
|
|
}
|
|
|
|
// Transact invokes the (paid) contract method with params as input values.
|
|
func (_Changer *ChangerTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) {
|
|
return _Changer.Contract.contract.Transact(opts, method, params...)
|
|
}
|
|
|
|
// Change is a paid mutator transaction binding the contract method 0x2ee79ded.
|
|
//
|
|
// Solidity: function change() returns()
|
|
func (_Changer *ChangerTransactor) Change(opts *bind.TransactOpts) (*types.Transaction, error) {
|
|
return _Changer.contract.Transact(opts, "change")
|
|
}
|
|
|
|
// Change is a paid mutator transaction binding the contract method 0x2ee79ded.
|
|
//
|
|
// Solidity: function change() returns()
|
|
func (_Changer *ChangerSession) Change() (*types.Transaction, error) {
|
|
return _Changer.Contract.Change(&_Changer.TransactOpts)
|
|
}
|
|
|
|
// Change is a paid mutator transaction binding the contract method 0x2ee79ded.
|
|
//
|
|
// Solidity: function change() returns()
|
|
func (_Changer *ChangerTransactorSession) Change() (*types.Transaction, error) {
|
|
return _Changer.Contract.Change(&_Changer.TransactOpts)
|
|
}
|