ethers-rs/ethers-core/src
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
..
abi feat(core): improve I256 implementation (#2180) 2023-02-23 16:21:41 -08:00
macros feat(core, contract): improve `determine_ethers_crates` (#1988) 2023-01-03 15:11:57 +02:00
types feat(core): improve I256 implementation (#2180) 2023-02-23 16:21:41 -08:00
utils feat(core): improve I256 implementation (#2180) 2023-02-23 16:21:41 -08:00
lib.rs fix: add getrandom with js feature for wasm (#2076) 2023-01-27 13:14:26 -05:00