ethers-rs/ethers-contract/ethers-contract-abigen/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
..
contract fix(codec)!: ambiguity unit8[] and bytes (#613) 2021-11-24 22:15:17 +02:00
test refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
contract.rs Refactor crate determination in new ethers-macro crate (#555) 2021-11-05 15:00:01 +02:00
lib.rs Refactor crate determination in new ethers-macro crate (#555) 2021-11-05 15:00:01 +02:00
rawabi.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
rustfmt.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
source.rs Fix missing fmt argument in error message (#552) 2021-11-03 10:03:42 +02:00
util.rs feat: make reqwest optional but enabled by default (#580) 2021-11-14 14:27:05 +02:00