antazoey

Results 208 issues of antazoey

### Overview * Implement `publish_contract` API method in the explorer. * Consider separating `ape-voyager` into its own plugin ### Specification Use this feature: https://voyager.online/verify except programmatically, the same way as...

### Overview Implement `show_trace()` method on Receipts so that we can view pretty Starknet traces. See this core-ape PR for Ethereum's flavor: https://github.com/ApeWorX/ape/pull/746/files ### Specification ```python def show_trace(): # Fetch...

size: 5 pieces

### Overview Account __execute__method can handle multiple calls but the Receipt API currently struggles with that ### Specification Describe the syntax and semantics of how you would like to see...

### Overview Show how to do L1 L2 communication using plugin ### Specification - [ ] Write that test that calls a method in Starknet contract `send_message_to_l1()`. Go through the...

size: 5 pieces

### Environment information Block size is not being calculated correctly. ### What went wrong? Please include information like: * what command you ran * the code that caused the failure...

status: blocked

### Overview Support the `--load-path LOAD_PATH` flag argument in the `starknet-devnet` subprocess for `local` network. ### Specification * The user can save a state file (JSON?) and use the config...

size: 3 pieces

### Overview Allow to run protostar cairo tests along side ape to support diverse projects ### Specification You will likely have to copy, import, or adjust the test collector from...

size: 5 pieces

## What was wrong? An unsigned transaction's hash is wrong and not signable ```python transaction = DynamicFeeTransaction.from_dict(txn) encoded_txn = transaction.hash() #

### What feature should we add? This request is for the RPC eth_createAccessList The reason is for testing the Ape framework

* Version: 0.7.0b1 * Python: 3.9.13 * OS: macOS ### What was wrong? Include typing so downstream libraries can use without having to place `type: ignore` statements on the imports....