ethers-rs/ethers-contract/src
James Prestwich 2090bf560e
Expose contract revert errors in the ContractError struct (#2172)
* feature: spelunk for revert errors

* feature: bubble up revert to contract error

* feature: bubble up reverts to multicall

* fix: correctly remove signature when deserializing EthErrors

* chore: remove redundant test

* chore: clippy

* fix: allow empty revert string

* docs: add all missing rustdoc for ethers-contract

* chore: rustfmt

* chore: Changelog

* fix: danipope test comment
2023-02-22 14:52:25 -08:00
..
multicall Expose contract revert errors in the ContractError struct (#2172) 2023-02-22 14:52:25 -08:00
base.rs Expose contract revert errors in the ContractError struct (#2172) 2023-02-22 14:52:25 -08:00
call.rs Expose contract revert errors in the ContractError struct (#2172) 2023-02-22 14:52:25 -08:00
contract.rs Prestwich/event no lifetime (#2105) 2023-02-13 17:14:38 -08:00
error.rs Expose contract revert errors in the ContractError struct (#2172) 2023-02-22 14:52:25 -08:00
event.rs Expose contract revert errors in the ContractError struct (#2172) 2023-02-22 14:52:25 -08:00
factory.rs Expose contract revert errors in the ContractError struct (#2172) 2023-02-22 14:52:25 -08:00
lib.rs Expose contract revert errors in the ContractError struct (#2172) 2023-02-22 14:52:25 -08:00
log.rs chore(clippy): fix newest nightly lints (#1298) 2022-05-22 15:18:57 -07:00
stream.rs Expose contract revert errors in the ContractError struct (#2172) 2023-02-22 14:52:25 -08:00