ethers-rs/ethers-contract/tests/solidity-contracts
Georgios Konstantopoulos 73c7f6cacc
fix: ethers-contract circular dep on ethers-signers (#2291)
* fix: remove dep of contract on signers

* refactor: move ethers/live up a dir

* test: move over eip712 test from ethers-contract

* chore: rm unused vars

* ethers: enable ethers-solc by default

* ci: remove --live from ci tests

* chore: make ethers-solc always part of ethers

* test: ensure rustls is enabled for https

* chore: ignore clippy fp
2023-03-21 11:44:12 -07:00
..
Abiencoderv2Test.sol feat(abigen): use structs for outputs (#664) 2021-12-09 16:00:59 -07:00
BeefyV1.json fix(abigen): handle all struct field types (#2289) 2023-03-21 10:38:23 -07:00
EventWithStruct.json feat(abigen): subsitute structs in event bindings (#1674) 2022-09-07 09:14:13 -07:00
LargeStruct.json fix(abigen): resolve output struct types correctly (#1546) 2022-08-01 09:45:31 -07:00
MultiInputOutput.json Generate structs for the return data of abigen-erated contracts (#1440) 2022-07-04 11:54:02 -07:00
MultiInputOutput.sol Generate structs for the return data of abigen-erated contracts (#1440) 2022-07-04 11:54:02 -07:00
Multicall.sol feat(contract): update Multicall to Multicall3 (#1584) 2022-08-28 12:18:58 -07:00
NotSoSimpleStorage.sol Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00
SimpleRevertingStorage.sol feat(contract): update Multicall to Multicall3 (#1584) 2022-08-28 12:18:58 -07:00
SimpleStorage.sol test: add underscore test (#505) 2021-10-22 14:25:46 +03:00
StructContract.json test(abigen): ensure structs in events work (#1235) 2022-05-09 09:26:36 -07:00
StructContract.sol test(abigen): ensure structs in events work (#1235) 2022-05-09 09:26:36 -07:00
abiencoderv2test_abi.json feat(abigen): use structs for outputs (#664) 2021-12-09 16:00:59 -07:00
console.json test: update broken test and use it module for ethers-contract (#1502) 2022-07-24 14:41:06 -07:00
derive_eip712_abi.json derive-eip712: initial implementation of eip712 derive macro (#481) 2021-10-08 16:22:51 +01:00
greeter.json feat(abigen): add abi object deserializer and generate deploy function (#1030) 2022-03-18 21:23:33 -07:00
greeter_with_struct.json fix(abigen): handle lossy ethabi generated abi structs (#950) 2022-02-22 20:26:21 +02:00
large-array.json fix(abigen): only derive default of no arrays len > 32 (#1653) 2022-08-31 08:24:21 -07:00
large_tuple.json test: add large tuple test (#1642) 2022-08-29 17:03:12 -07:00
sale.json feat: bump abi/token tuple limit (#1506) 2022-07-26 08:27:19 -07:00
seaport_1_0.json fix(abigen): builtin trait derives (#2170) 2023-02-20 16:27:43 -08:00
seaport_1_1.json fix(abigen): builtin trait derives (#2170) 2023-02-20 16:27:43 -08:00
seaport_1_2.json fix(abigen): builtin trait derives (#2170) 2023-02-20 16:27:43 -08:00
seaport_1_3.json fix(abigen): builtin trait derives (#2170) 2023-02-20 16:27:43 -08:00
simplestorage_abi.json test: add underscore test (#505) 2021-10-22 14:25:46 +03:00
verifier_abi.json feat: generate rust structs from solidity JSON ABI (#378) 2021-08-16 10:29:44 +03:00
verifier_abi_hardhat.json feat(contract, abigen): support Hardhat ABI format (#478) 2021-09-30 11:27:24 +03:00