-
Notifications
You must be signed in to change notification settings - Fork 0
Added tracing, find all addresses in trace #140
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ADDRESSES USED IN QUOTE: [0xDf2b71D831476DbCff5f9DCed068A0c6305A6C54]{"level":"info","path":"/heartbeat","method":"GET","status_code":200,"request_id":"QkcUZIGSm7PfTOBUO0SzELEkvUDrjCm7","host":"localhost:5555","latency":0.031917,"env":"local","message":"request"}
if err != nil { | ||
return res, 0, libcommon.StringError(err) | ||
} | ||
fmt.Printf("\n\nADDRESSES USED IN QUOTE: %v", addresses) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is being used to print the output for testing this PR. It will be removed in my next task, of implementing the tracer logic.
I've added a tracer on the Avalanche Testnet (Fuji). The Quote endpoint is using it to find all addresses associated with a requested transaction.
To test:
you will need to restart docker because there is a new migration file and updated data seeding