ethers-rs/ethers-contract/tests/solidity-contracts
Matthias Seitz b6b5b09f4a
feat(abigen): add abi object deserializer and generate deploy function (#1030)
* feat(abigen): add abi object deserializer

* chore: rustfmt

* refactor: use enum type for deser abi

* refactor: use enum types for deser

* chore: rustfmt

* feat: add bytecode field

* feat: generate bytecode static

* feat: generate deployment function

* refactor: deploy function

* feat: add contract deployer type

* feat: make 0x prefix optional

* feat: add deploy function

* feat: add deploy example

* chore: update CHANGELOG

* chore(clippy): make clippy happy
2022-03-18 21:23:33 -07:00
..
Abiencoderv2Test.sol feat(abigen): use structs for outputs (#664) 2021-12-09 16:00:59 -07:00
DeriveEip712Test.sol derive-eip712: initial implementation of eip712 derive macro (#481) 2021-10-08 16:22:51 +01:00
Multicall.sol Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00
NotSoSimpleStorage.sol Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00
SimpleStorage.sol test: add underscore test (#505) 2021-10-22 14:25:46 +03:00
abiencoderv2test_abi.json feat(abigen): use structs for outputs (#664) 2021-12-09 16:00:59 -07:00
console.json fix: method deduplication (#619) 2021-11-27 14:31:36 +02: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
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