ethers-rs/ethers-contract/tests/it
James Prestwich 0236de8d2a
refactor: make contract abstract over Borrow (#2082)
* refactor: contract abstract over Borrow

* refactor: preserve old connect usage

* nit: remove commented out modules

* chore: changelog

* test: add compile check to tests

* docs: add usage note to doc and make sure contractcall is visible

* fix: test compilation

* refactor: ContractCallInternal -> FunctionCall, ContractInternal -> ContractInstance

* fix: Send IntoFuture

* nit: must-use on connect

* docs: remove deprecation warning in docstrings for type aliases

* Update ethers-contract/src/call.rs

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>

---------

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-02-06 13:27:01 -08:00
..
common chore: clippy (#1812) 2022-11-07 15:43:11 -08:00
abigen.rs fix(provider): Add Send bound to return type of JsonRpcClient::request (#2072) 2023-01-27 16:57:08 -05:00
console.rs test: update broken test and use it module for ethers-contract (#1502) 2022-07-24 14:41:06 -07:00
contract.rs refactor: make contract abstract over Borrow (#2082) 2023-02-06 13:27:01 -08:00
contract_call.rs Make ContractCall IntoFuture implement Send (#2083) 2023-01-27 14:54:49 -05:00
main.rs Make ContractCall IntoFuture implement Send (#2083) 2023-01-27 14:54:49 -05:00