We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we use a mix of mime types for BCS:
application/x-bcs
application/x.aptos.signed_transaction+bcs
application/x.aptos.output+bcs
I think we should just cut over to using only the first one, I don't think it's necessary to signal more information with the content type.
The text was updated successfully, but these errors were encountered:
There's one for input and one for output now, and we'll stick with it for now
Sorry, something went wrong.
aptos-core/api/src/transactions.rs
Lines 110 to 112 in a34544e
No branches or pull requests
Currently we use a mix of mime types for BCS:
application/x-bcs
application/x.aptos.signed_transaction+bcs
application/x.aptos.output+bcs
I think we should just cut over to using only the first one, I don't think it's necessary to signal more information with the content type.
The text was updated successfully, but these errors were encountered: