ethers-rs/ethers-core/src
Michael Sproul 286f842a2a
fix(core): encode absent tx access_list correctly (#1137)
The optional access list on `Transaction` was being incorrectly encoded
as an empty string (0x80) when omitted, when it should be encoded as an
empty list (0xc0).

Fixes #1134.
2022-04-13 08:26:14 -07:00
..
abi fix(abi): change abiarraytype trait bounds for tuple (#1079) 2022-03-24 17:40:34 -07:00
macros fix(core): check against ethers internal crate names (#1060) 2022-03-17 15:14:53 -07:00
types fix(core): encode absent tx access_list correctly (#1137) 2022-04-13 08:26:14 -07:00
utils chore(clippy): add some deny lints (#1064) 2022-03-19 10:05:39 -07:00
lib.rs chore(clippy): add some deny lints (#1064) 2022-03-19 10:05:39 -07:00