ethers-rs/ethers-contract/tests
Mark Tyneway 100f121202
feat(ethers-contract): add `send_with_receipt` to `Deployer` (#865)
* feat(ethers-contract): add `send_with_receipt` to `Deployer`

The `Deployer` is used to deploy contracts and its `send`
function returns an attached instance of a `Contract`.
There is no way to know the transaction hash of the
deployment transaction, so this commit adds another
method `send_with_receipt` that returns an attached
`Contract` as well as a `TransactionReceipt`.

* changelog: update

* tests: call `send_with_receipt` in tests

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2022-02-05 16:37:09 +02:00
..
common feat(codec): impl codec for Bytes (#856) 2022-02-02 13:57:39 +02:00
solidity-contracts feat(abigen): use structs for outputs (#664) 2021-12-09 16:00:59 -07:00
abigen.rs feat: change abi_str to abi from contract in for hardhat abi (#740) 2022-01-08 11:17:36 +02:00
contract.rs feat(ethers-contract): add `send_with_receipt` to `Deployer` (#865) 2022-02-05 16:37:09 +02:00