Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenAPI for TraceAPI #205

Closed
ericpassmore opened this issue Sep 22, 2022 · 6 comments
Closed

Update OpenAPI for TraceAPI #205

ericpassmore opened this issue Sep 22, 2022 · 6 comments
Assignees

Comments

@ericpassmore
Copy link
Contributor

add
/v1/trace_api/get_transaction_trace

@ericpassmore
Copy link
Contributor Author

Added notes on required options needed at startup.

need to verify output from get_block. My own efforts aren't working curl -d '{block_num: 69365}' http://127.0.0.1:8888/v1/trace_api/get_block

@ericpassmore ericpassmore moved this from Todo to In Progress in Team Backlog Sep 23, 2022
@ericpassmore
Copy link
Contributor Author

Example of return from 200
return fc::mutable_variant_object()
("id", arg.id.str())
("number", arg.number )
("previous_id", arg.previous_id.str())
("status", irreversible ? "irreversible" : "pending" )
("timestamp", to_iso8601_datetime(arg.timestamp))
("producer", arg.producer.to_string());}, trace);

@ericpassmore
Copy link
Contributor Author

submitted PR #224 to update release/3.1 branch
will submit PR to update main after that one completes

@ericpassmore
Copy link
Contributor Author

published updates to docs site
http://docs.eosnetwork.com/leap-plugins/latest/trace.api/

@ericpassmore
Copy link
Contributor Author

Merged approved changes into 3.1 and main. Need to do 3.2 branch

@ericpassmore
Copy link
Contributor Author

closing merged commits into main

Repository owner moved this from In Progress to Done in Team Backlog Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants