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

[5.0 -> main] compute_transaction should return failure trace #477

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

heifner
Copy link
Member

@heifner heifner commented Aug 5, 2024

/v1/chain/compute_transaction API endpoint should return a failure trace.
This was accidently changed to false when refactoring send_transaction in 5.0.

See 4.0 impl: https://github.com/AntelopeIO/leap/blob/01dab51ac00aed6730700b82943c30ccfd854fce/plugins/chain_plugin/chain_plugin.cpp#L2562-L2562

Merges release/5.0 into main including AntelopeIO/leap#2400

Resolves #2281

@heifner heifner added the OCI Work exclusive to OCI team label Aug 5, 2024
@heifner heifner merged commit 7a8aa0b into main Aug 5, 2024
36 checks passed
@heifner heifner deleted the GH-2281-compute_trx-main branch August 5, 2024 23:32
@ericpassmore
Copy link
Contributor

Note:start
group: CLEANCODE
category: INTERNALS
summary: compute_transaction endpoint now returns failure trace, accidentally turned off in previous release.
Note:end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The compute_transaction API endpoint response changed
4 participants