ethers-rs/ethers-contract/src
Matthias Seitz 2c30468b70
fix(codec)!: ambiguity unit8[] and bytes (#613)
* fix: unit8 encoding

* feat: use ethers::types::Bytes for solidity bytes type

* feat: add const generic from impls

* fix: failing tests

* fix: make compatible with bytes

* update changelog

* make compatible with encoding changes

* chore rm write to file
2021-11-24 22:15:17 +02:00
..
multicall fix(codec)!: ambiguity unit8[] and bytes (#613) 2021-11-24 22:15:17 +02:00
base.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
call.rs perf(contract): remove clone (#602) 2021-11-21 18:12:49 +02:00
contract.rs feat: use ethers_solc::Solc instead of ethers_core::utils::Solc (#546) 2021-10-31 13:34:51 +02:00
event.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
factory.rs Feat/add call deployer (#554) 2021-11-04 15:02:05 +02:00
lib.rs release: 0.6.0 (#611) 2021-11-23 21:23:12 +02:00
log.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
stream.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00