ethers-rs/ethers-core/src/utils
DaniPopes 7e12f3ba36
feat(core): improve I256 implementation (#2180)
* feat(core): improve I256 implementation

* chore: reorganize impls

* chore: update docs, add attributes, use Self

* fix: signum

* chore: use inline(always), update implementations

* fix: use usize for shifting, add more shift ops

* feat: make arithmetic ops generic to match U256

* chore: clippy

* chore: return
2023-02-23 16:21:41 -08:00
..
anvil.rs Fix: Drop anvil stdout (#1759) 2022-10-01 08:51:51 -07:00
ganache.rs test: replace ganache with anvil (#1286) 2022-06-01 08:22:39 -07:00
genesis.rs use Option for CliqueConfig fields (#2162) 2023-02-17 12:01:12 -08:00
geth.rs use Option for CliqueConfig fields (#2162) 2023-02-17 12:01:12 -08:00
hash.rs perf(utils): avoid unnecessary allocations (#2046) 2023-01-11 19:20:35 -08:00
mod.rs feat(core): improve I256 implementation (#2180) 2023-02-23 16:21:41 -08:00
moonbeam.rs chore(core): update moonbeam url (#1228) 2022-05-05 07:31:26 -07:00
units.rs feat: added more ethereum units (#1760) 2022-10-03 11:22:55 -07:00