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

algod: Move delta API tags #5396

Merged
merged 1 commit into from
May 17, 2023

Conversation

Eric-Warehime
Copy link
Contributor

Summary

In order to generate code for the SDKs we need these to be non-experimental APIs. We also want them to be enabled independent of users having to turn on follow mode.

Move the delta APIs to be default enabled on algod. This won't affect any production code paths--the EvalTracer for txn group deltas still needs to be turned on via a separate config option.

Test Plan

No functional changes--existing tests cover.

Copy link
Contributor

@tzaffi tzaffi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Merging #5396 (9cd3410) into master (57feb2c) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5396   +/-   ##
=======================================
  Coverage   55.39%   55.40%           
=======================================
  Files         452      452           
  Lines       63685    63685           
=======================================
+ Hits        35281    35285    +4     
- Misses      25980    25982    +2     
+ Partials     2424     2418    -6     

see 9 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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

Successfully merging this pull request may close these issues.

None yet

4 participants