ethers-rs/examples
Georgios Konstantopoulos f0dea75219
feat: use ethers_solc::Solc instead of ethers_core::utils::Solc (#546)
* feat(ethers-solc): deserialize bytecode as bytes

* feat(ethers-solc): add method to fetch compact contract

* feat(ethers-solc): use Abi type instead of Vec<serde_json::Value>

* test(contract): use new Solc bindings

* test(middleware): use new Solc bindings

* chore: remove solc from ethers-core

* chore: remove concurrent setup code from ethers-core

* feat(ethers-solc): add ArtifactOutput::Nothing as a no-op artifact logger

* feat: add ethers-solc to top level crate

* examples: use new solc building pattern

* chore(solc): re-use opt str impl for error code decoding

* fix abigen example

* chore: fix doctests

* chore: remove setup feature

* fix: decode string to bytes correctly

* chore: clippy lints
2021-10-31 13:34:51 +02:00
..
ethers-wasm chore(deps): bump nth-check from 2.0.0 to 2.0.1 in /examples/ethers-wasm (#466) 2021-09-22 22:50:21 -05:00
abigen.rs feat: use ethers_solc::Solc instead of ethers_core::utils::Solc (#546) 2021-10-31 13:34:51 +02:00
contract.sol chore: pull ethers to top level directory (#398) 2021-08-21 15:34:21 +03:00
contract_abi.json chore: pull ethers to top level directory (#398) 2021-08-21 15:34:21 +03:00
contract_human_readable.rs feat: use ethers_solc::Solc instead of ethers_core::utils::Solc (#546) 2021-10-31 13:34:51 +02:00
contract_with_abi.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
contract_with_abi_and_structs.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
ens.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
ipc.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
ledger.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
local_signer.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
mnemonic.rs chore: pull ethers to top level directory (#398) 2021-08-21 15:34:21 +03:00
permit_hash.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
quorum.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
sign.rs chore: pull ethers to top level directory (#398) 2021-08-21 15:34:21 +03:00
transfer_eth.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
watch_blocks.rs ci: run examples in CI (#421) 2021-08-30 14:00:30 +03:00
yubi.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00