-
Notifications
You must be signed in to change notification settings - Fork 45
feat(drive-abci): state sync - faster sync of new nodes #2486
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
Open
ogabrielides
wants to merge
71
commits into
v2.0-dev
Choose a base branch
from
feat/reduced+state_sync
base: v2.0-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
626e35e
feat: store/fetch reduced platform state in drive
ogabrielides 9e4b02c
removed genesis_block_info from ReducedPlatformStateForSavingV0
ogabrielides 17544d6
removed Error in trait ReducedPlatformDeserializable
ogabrielides 7e0aa3d
work
ogabrielides 740c7d4
more work
ogabrielides 2f0d543
ci: use github-hosted arm runner for release workflow (#2452)
shumkov 98c24d8
chore: bump tenderdash-abci and removed finalize_snapshot
ogabrielides 298cad0
chore: updated frequency of snapshots to 5
ogabrielides 234e30f
fix: store_reduced_platform_state_bytes update existing value
ogabrielides 519d39e
chore(dashmate): tenderdash dev image for statesync
lklimek c6c8961
feat: added last_block_info in state
ogabrielides 99901ff
feat: final work
ogabrielides 1549a63
Merge branch 'v2.0-dev' into feat/reduced+state_sync
ogabrielides d4574c1
fix: conflict error
ogabrielides 2009ca8
refactor: suggestions
ogabrielides bfe7210
refactor: fmt
ogabrielides dcf539a
feat: tx intermediate state sync
ogabrielides f08584e
Merge branch 'v2.0-dev' into feat/state_sync_intermediate
ogabrielides c008a29
Merge remote-tracking branch 'origin/v2.0-dev' into feat/reduced+stat…
lklimek 6f71a3a
Merge branch 'feat/state_sync_intermediate' into feat/reduced+state_sync
ogabrielides 3403ec5
fmt
ogabrielides c401b0e
test: extended_block_info and update_validators
ogabrielides 79e51a9
test: set_next_validator_set_quorum_hash
ogabrielides 56ca2c9
Revert "test: set_next_validator_set_quorum_hash"
ogabrielides b4bc6b7
test: proposer_pro_tx_hash
ogabrielides 9774a1b
Merge branch 'v2.0-dev' into feat/reduced+state_sync
ogabrielides 7eca088
small cleanup
ogabrielides 2987f80
feat: added last_validator_rotation_core_height
ogabrielides bd5c3cb
Revert "feat: added last_validator_rotation_core_height"
ogabrielides f746cc9
Merge remote-tracking branch 'origin/v2.0-dev' into feat/reduced+stat…
lklimek e6536fc
chore: update cargo.lock
lklimek 3b0d6ab
fmt and added next quorum hash becomes current
QuantumExplorer 46a7858
suggestions
ogabrielides 5e5d1f1
more suggestions
ogabrielides e88dbe5
more suggestions
ogabrielides 6737313
more suggestions
ogabrielides 126b150
fix: tests
ogabrielides 4039657
chore: removed unused crate
ogabrielides b7a6e8c
feat: save order of validators to state
lklimek 4ff7104
chore: improve logging
lklimek 9084e2e
fix: next validators hash not set correctly
lklimek 9830063
fix: set last_committed_block.quorum_hash
lklimek b278fc8
fix: invalid quorum hash when building validator sets
lklimek 54e90e7
fix: don't override current valset with new one
lklimek c7d30e0
chore(drive-abci): don't log h2 debug
lklimek 84ebb13
chore(Dockerfile): snapshots_enabled = true
lklimek e429680
fix(drive-abci): configuration doesn't work
lklimek 6ec2f7e
chore: try to get core chain locked height from different place
lklimek 347deca
chore: move next validator hash to current validator hash
lklimek 4386f8a
chore: snapshots frequency 10 on mainnet
lklimek 62bad4b
chore: snapshot freq 3 for mainnet
lklimek c6a1740
chore: remove copy-paste bug
lklimek 6b79ae3
refactor: use update_core_info() to update validators and masternode …
lklimek ab01525
chore: some debug
lklimek fff9e8a
chore: move validators before storing
lklimek f06152d
docs: add missing docs
lklimek 9d51e0d
chore: comments and clippy
lklimek 92330be
chore: update_core_info start from scratch
lklimek 0753a31
fix: update_core_info ignores is_init_chain aka start_from_scratch
lklimek cbcb8f0
chore: fix logging
lklimek 4671b55
fix: invalid serialization of reduced platform state
lklimek 668cbda
chore: log app_hash much much often
lklimek 6e1bcd2
feat: update state to next height after state sync
lklimek b091395
chore: dont save block hash as we don't have it on proposer
lklimek 48f5a67
chore: filter saved state for snapshot to avoid apphash mismatch
lklimek 4d08f00
Merge remote-tracking branch 'origin/v2.0-dev' into fix/state-sync-qu…
lklimek bfa4651
refactor: try to store current block in last_committed_block_info, no…
lklimek d8337e8
Merge remote-tracking branch 'origin/v2.0-dev' into feat/reduced+stat…
lklimek d36184f
chore: some fixes after merge
lklimek 0cba217
Merge branch 'feat/reduced+state_sync' into fix/state-sync-quorums-re…
lklimek 3fdf661
feat(dashmate): add state sync configuration (#2558)
shumkov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
update after td is merged