What's Changed
- Bump version to 0.19.0 by @tomusdrw in #598
- Add omitted optional fields to signed call by @717a56e1 in #600
- Update ethabi and ethereum-types by @e00E in #613
- Add the response to the TransportError message if deserialization fails by @marmistrz in #614
- Update tokio-util requirement from 0.6 to 0.7 by @dependabot in #603
- Fix typo: relay -> replay by @hootio in #659
- Fix secp256k1 possible use after free audit vulnerability by @rodoufu in #685
- Fix IPC transport bug: Use write_all to send data over socket by @Bobface in #648
- feat: adds finalized and safe block types by @montekki in #690
- Handle json-rpc failure response as root response object for batched requests by @tadovas in #692
- readme upgrade to 0.18.0 by @99Kies in #623
- Make debug output for Bytes hex strings (0xdeadbeef) by @lutter in #626
- Make fields optional when deserializing for compatibility by @leoyvens in #616
- Document the cloning behavior for Batch by @marmistrz in #643
- 80-bit tokens - compatibility with AggregatorV3Interface from ChainLink by @vporton in #658
- Update hex-literal requirement from 0.3 to 0.4 by @dependabot in #686
- Re-export secp256k1::SecretKey. by @dandanlen in #633
- Update idna requirement from 0.3 to 0.4 by @dependabot in #693
- Replace
JsValue::into/from_serde
withserde-wasm-bindgen
by @sergeyboyko0791 in #678 - Update serde-wasm-bindgen requirement from 0.4.3 to 0.5.0 by @dependabot in #694
- Fix Bytes deserialization for unicode values by @popzxc in #695
- Bump ethabi and ethereum-types by @tomusdrw in #697
New Contributors
- @hootio made their first contribution in #659
- @rodoufu made their first contribution in #685
- @Bobface made their first contribution in #648
- @montekki made their first contribution in #690
- @tadovas made their first contribution in #692
- @99Kies made their first contribution in #623
- @lutter made their first contribution in #626
- @vporton made their first contribution in #658
- @dandanlen made their first contribution in #633
- @sergeyboyko0791 made their first contribution in #678
- @popzxc made their first contribution in #695
Full Changelog: v0.18.0...v0.19.0