Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Traces Support #27

Open
1 task
antazoey opened this issue Jun 16, 2022 · 0 comments
Open
1 task

Traces Support #27

antazoey opened this issue Jun 16, 2022 · 0 comments
Labels
size: 5 pieces Challenging, not as well defined, may require help from senior eng

Comments

@antazoey
Copy link
Member

antazoey commented Jun 16, 2022

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

def show_trace():
   # Fetch Starknet trace and display help info, such as calls, calldata, return data, call type

See the trace schema here: https://www.starknet.io/docs/0.10.0/hello_starknet/cli.html#get-transaction-trace

Dependencies

  • Will likely have to update evm-trace to support Starknet style traces.
@antazoey antazoey added the size: 5 pieces Challenging, not as well defined, may require help from senior eng label Aug 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size: 5 pieces Challenging, not as well defined, may require help from senior eng
Projects
None yet
Development

No branches or pull requests

1 participant