antazoey
antazoey
### Overview I had my project set up such that all EIP-712 dataclasses ended in the word `Message` e.g. `PaymentMessage` instead of `Payment`, but this messes up the type hash...
I appreciate how the fields are documented for request models for the bundle methods, but the response objects are just mere examples { "jsonrpc": "2.0", "id": "123", "result": { "bundleGasPrice":...
### Have you ensured that all of these are up to date? - [ ] Ape - [ ] Ape plugins ### What version of Ape are you on? _No...
### Have you ensured that all of these are up to date? - [x] Ape - [x] Ape plugins ### What version of Ape are you on? latest ### What...
### Describe I am using deployments config for managing deployments, however I keep getting lost on when each item was deployed because the contracts are still in development and often...
### Describe Allow specifying `chain` when creating a `ContractInstance` so that it will ensure the proper network before running calls/txn ### Specification ``` vault = Vault.at("0x123...", chain=1) other_vault = Vault.at("0x123...",...
### Describe we have a lot of formatting code for pretty printing transaction traces, maybe could just use a library like black (that is what brownie did) ### Specification _No...
### What feature should we add? I am struggling to get the unsigned encoded RLP transaction, before hash and before signing. Like ``` 02f843827a698080808094000000000000000000000000000000000000000080a4c8c57ba6eb886a56f9f0efa64432678cebf1270e9314a758e6eb697a606202a451e3e82ec0 ``` this level of detail is...