ethers-rs/ethers-core/src/utils
Georgios Konstantopoulos f037fc0243
fix: do not panic on invalid units conversion (#691)
* fix: do not panic on invalid units conversion

This is done by switching the From implementations to TryFrom and
making the conversion functions return a thiserror Error instead of
the previous Boxed error object

* chore: update changelog
2021-12-15 03:32:29 +01:00
..
ganache.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
geth.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
hash.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
mod.rs fix: do not panic on invalid units conversion (#691) 2021-12-15 03:32:29 +01:00
moonbeam.rs feat: add moonbeam support (#644) 2021-12-03 10:05:38 -08:00
units.rs fix: do not panic on invalid units conversion (#691) 2021-12-15 03:32:29 +01:00