ethers-rs/ethers-contract
Francesco Iannelli bd3a704200
Feat/add call deployer (#554)
* contract: add .call() method to Deployer

It is now possible to dry run a contract deployment.

* add .call() method of Deployer to unreleased

* add PR to changelog
2021-11-04 15:02:05 +02:00
..
ethers-contract-abigen Fix missing fmt argument in error message (#552) 2021-11-03 10:03:42 +02:00
ethers-contract-derive feat: enumerate overloaded functions if they are nameless (#545) 2021-10-31 13:24:02 +02:00
src Feat/add call deployer (#554) 2021-11-04 15:02:05 +02:00
tests Feat/add call deployer (#554) 2021-11-04 15:02:05 +02:00
Cargo.toml feat: use ethers_solc::Solc instead of ethers_core::utils::Solc (#546) 2021-10-31 13:34:51 +02:00