-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit when diff size > 300KB (#854)
* Introduce StateDiff tables * Submit commitment when state diff > 300Kb * Add table to list * Add comments * Pick a better name for constant * Collect diff in prover storage * Add flag to force commitment * Fix state diff calculation * Add test * Fix clippy * Merge diffs * Deploy contract to generate large diffs * Fix waits * Fix clippy issues * Use a different contract * Add disabled logging lines * Commit / reset logic * Disable transport logs * Send transactions and fill diff * Use clone_from as clippy suggests * Remove InfiniteLoopContract import
- Loading branch information
Showing
9 changed files
with
222 additions
and
48 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.