ethers-rs/ethers-contract/ethers-contract-abigen
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
..
src fix(codec)!: ambiguity unit8[] and bytes (#613) 2021-11-24 22:15:17 +02:00
Cargo.toml release: 0.6.0 (#611) 2021-11-23 21:23:12 +02:00
README.md docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00

README.md

This code generator was adapted from the original ethcontract-rs repository by Gnosis.