aptos-core
aptos-core copied to clipboard
[API] Clarify which endpoints return committed / pending transactions
Description
In this PR I make it clearer which endpoints return transactions in which states.
I also remove a todo about /encode_submission. We shouldn't be encouraging people to use this endpoint, it is insecure.
Test Plan
👀
@clay-aptos feel free to take over from here if you want to make some changes!
@clay-aptos feel free to take over from here if you want to make some changes!
Thanks, @banool ! I made some small edits directly in a commit here.
Thanks, I'll make the changes to the code and regenerate accordingly.
Thanks, I'll make the changes to the code and regenerate accordingly.
Here is the replacement: https://github.com/aptos-labs/aptos-core/pull/5376