AVIator icon indicating copy to clipboard operation
AVIator copied to clipboard

Antivirus evasion project

Results 94 AVIator issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently, it seems like we generate bindings either as multiple files or single file depending on args, if single file,...

* https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1193.md * https://github.com/tomusdrw/rust-web3/pull/414/files * https://github.com/enolan/rust-web3/commit/447d5faba1e0f03f12f4856e05d25a4bdbfcbfb7

enhancement

I've been working on getting WalletConnect to work with [SignerMiddleware](https://docs.rs/ethers/0.6.2/ethers/middleware/struct.SignerMiddleware.html#) and it's working but only in legacy mode. The issue is WalletConnect has no [API](https://docs.walletconnect.com/json-rpc-api-methods/ethereum#eth_signtransaction) support (neither v1, nor v2)...

**Is your feature request related to a problem? Please describe.** The middleware stack right now, while flexible, is not object safe. This means that doing conditional instantiation of middlewares can...

enhancement

**Is your feature request related to a problem? Please describe.** currently abigen loosely implements a `deploy(args: impl Tokenziable)` function **Describe the solution you'd like** Generate exact, typed arguments

Hi, I use a struct in my solidity contract both as argument of a function and as argument in an event. The function part works fine: ethers creates the equivalent...

**Version** ``` ethers-addressbook v0.1.0 (/home/samlaf/devel/ethereum/ethers-rs/ethers-addressbook) ├── ethers-core v0.6.0 (/home/samlaf/devel/ethereum/ethers-rs/ethers-core) ethers-contract v0.6.0 (/home/samlaf/devel/ethereum/ethers-rs/ethers-contract) ├── ethers-contract-abigen v0.6.0 (/home/samlaf/devel/ethereum/ethers-rs/ethers-contract/ethers-contract-abigen) │ ├── ethers-core v0.6.0 (/home/samlaf/devel/ethereum/ethers-rs/ethers-core) (*) ├── ethers-contract-derive v0.6.0 (proc-macro) (/home/samlaf/devel/ethereum/ethers-rs/ethers-contract/ethers-contract-derive) │ ├── ethers-contract-abigen...

bug

**Version** master **Platform** osx **Description** Some RPC methods take `Option` by spec, but the Middleware trait has them taking `Option` instead. This prevents users from calling with `pending` or `earliest`...

bug

this needs to be integrated with the graph so we can get the contracts that are included in a file Ref https://github.com/gakonst/foundry/pull/978#pullrequestreview-929613110

**Version** N/A **Platform** N/A **Description** According to [the spec](https://eips.ethereum.org/EIPS/eip-712), all fields in `EIP712Domain` should be optional: > **Protocol designers only need to include the fields that make sense for their...

bug