-
Notifications
You must be signed in to change notification settings - Fork 490
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
algod:Stateproof server api #3888
algod:Stateproof server api #3888
Conversation
could we use the new API in the compact cart e2e test? |
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.
overall looks good! thanks!
few minor comments to address
Codecov Report
@@ Coverage Diff @@
## feature/stateproofs #3888 +/- ##
=======================================================
- Coverage 50.02% 50.00% -0.03%
=======================================================
Files 395 395
Lines 68613 68640 +27
=======================================================
- Hits 34327 34325 -2
- Misses 30524 30550 +26
- Partials 3762 3765 +3
Continue to review full report at Codecov.
|
Summary
adds basic state proof retrieval API to the algod.
Test Plan