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

Fix for issue where statuscode 255 was being returned even for succesful transactions #2125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maxconway
Copy link
Contributor

receipt.accepted==Some(false) is now ignored, and if receipt.success==true the transaction is reported dispatched

@saeed-zil I noticed you already assigned yourself the associated issue after I pushed this, my bad.
Please feel free to reject it if's likely to cause a conflict with something you've already got in the works :)

…sful transactions

- `receipt.accepted==Some(false)` is no ignored, and if `receipt.success==true` the transaction is reported dispatched
@maxconway maxconway requested a review from saeed-zil January 10, 2025 12:31
@maxconway maxconway marked this pull request as ready for review January 10, 2025 12:31
@maxconway maxconway enabled auto-merge January 10, 2025 12:31
@maxconway maxconway linked an issue Jan 10, 2025 that may be closed by this pull request
Copy link
Contributor

🐰 Bencher Report

Branchmax/bugfix/GetTransactionStatus_wrong_status
Testbedself-hosted
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
milliseconds (ms)
(Result Δ%)
Upper Boundary
milliseconds (ms)
(Limit %)
process-empty/process-empty📈 view plot
🚷 view threshold
9.49
(+3.54%)
10.35
(91.76%)
produce-full/produce-full📈 view plot
🚷 view threshold
1,972.40
(-0.03%)
2,311.22
(85.34%)
🐰 View full continuous benchmarking report in Bencher

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

Successfully merging this pull request may close these issues.

Incorrect status code returned by GetTransactionStatus
1 participant