ethers-rs/ethers-core/src/abi
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
..
codec.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
error.rs feat: add abi code trait impls (#531) 2021-10-28 01:07:24 +03:00
human_readable.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
mod.rs fix(codec)!: ambiguity unit8[] and bytes (#613) 2021-11-24 22:15:17 +02:00
struct_def.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
tokens.rs fix(codec)!: ambiguity unit8[] and bytes (#613) 2021-11-24 22:15:17 +02:00