-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrations,txapp,voting: optimize migration by omitting empty changesets
This optimizes the migration process on the new network by not submitting the resolutions with empty changesets thereby reducing the number of resolutions to be processed and voted on the new network. Also fixes any issues concerning if the changeset migration resolution can fit within a block. All the changeset chunks are readjusted to the blocksize/3 on the new network.
- Loading branch information
1 parent
2f6b18e
commit d175b7f
Showing
11 changed files
with
379 additions
and
103 deletions.
There are no files selected for viewing
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.