You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Eduard S ced42634da Wrap all errors with tracerr 3 years ago
..
auction Wrap all errors with tracerr 3 years ago
hermez Wrap all errors with tracerr 3 years ago
tokenHEZ Wrap all errors with tracerr 3 years ago
withdrawdelayer Wrap all errors with tracerr 3 years ago
README.md Update ethclient & L1CoordinatorTx 3 years ago

README.md

Contracts

The go code of the contracts has been generated with the following command:

abigen --abi=WithdrawalDelayer.abi --bin=WithdrawalDelayer.bin --pkg=WithdrawalDelayer --out=WithdrawalDelayer.go
abigen --abi=Hermez.abi --bin=Hermez.bin --pkg=Hermez --out=Hermez.go
abigen --abi=HermezAuctionProtocol.abi --bin=HermezAuctionProtocol.bin --pkg=HermezAuctionProtocol --out=HermezAuctionProtocol.go
abigen --abi=HEZ.abi --bin=HEZ.bin --pkg=HEZ --out=HEZ.go

You must compile the contracts to get the .bin and .abi files. The contracts used are in the repo: https://github.com/hermeznetwork/contracts

Branch: feature/newDeploymentScript Specifically they have been processed in the commit with hash: 4489f8e7fe4dd17cf22f1e96741b09bdf81946d8

Versions:

 $ abigen --version
abigen version 1.9.21-stable-0287d548
 $ solc --version
solc, the solidity compiler commandline interface
Version: 0.7.1+commit.f4a555be.Linux.g++