ethers-rs/ethers-core/src
Georgios Konstantopoulos ae63b57106 fix(core): chainId 31337 corresponds to Anvil/Hardhat not Dev
fixes: https://github.com/foundry-rs/foundry/issues/1866, because
previously we'd read chain id 31337, parse it as Dev, and then when
convert it to the wrong number (1337) which would make the transaction's
chain id not match the signer's
2022-06-14 13:41:47 +03:00
..
abi chore: reexport ethabi module (#1362) 2022-06-08 13:15:55 -07:00
macros fix(core): check against ethers internal crate names (#1060) 2022-03-17 15:14:53 -07:00
types fix(core): chainId 31337 corresponds to Anvil/Hardhat not Dev 2022-06-14 13:41:47 +03:00
utils test: replace ganache with anvil (#1286) 2022-06-01 08:22:39 -07:00
lib.rs chore(clippy): add some deny lints (#1064) 2022-03-19 10:05:39 -07:00