Uh oh!
There was an error while loading. Please reload this page.
chore(sdk): add eslint - #829
Merged
Merged
Conversation
…gical constructions
antouhou
approved these changes
Mar 17, 2023
QuantumExplorer pushed a commit
that referenced
this pull request
Apr 20, 2023
QuantumExplorer pushed a commit
that referenced
this pull request
Apr 21, 2023
QuantumExplorer added a commit
that referenced
this pull request
Aug 24, 2026
…st model 753a11f1 brings grovedb #828 (O(height) dense-buffer root maintenance), #829 (fixed per-append cost: churn buffer, fixed dense model, amortized compaction, constant-price frontier) and #830 (prepaid puts carry no seek). Under GROVE_V4 a CommitmentTreeInsert now meters the same figure at every position of the tree — compaction included — and the estimators price that model tightly instead of bounding it. GROVE_V3 (protocol 13) figures are locked and unchanged. API fallout: CommitmentTree::open and compute_current_state_root take the grove version (the load charge and root read are now versioned) — threaded through the shielded snapshot bake/apply paths and the genesis seeder test. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue being fixed or feature implemented
Adds eslint
What was done?
airbnbconfig, handled JS files as wellwarnRulesin.eslintrc.js)eslint-ignored errors that require changes in logical constructions and could possibly cause bugsHow Has This Been Tested?
Breaking Changes
Checklist:
For repository code-owners and collaborators only