forked from tari-project/tari-dan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(consensus)!: request/response protocol for foreign proposals + fi…
…xes (tari-project#1215) Description --- - fix(consensus)!: request/response protocol for foreign proposals + fixes - fix: last vote not to be included in NEWVIEWs - fix: transactions stuck in pool and never proposed in some cases - feat: add VN button to swarm - fix: pending transactions can be continued between epochs - fix: lock conflicts are removed when rejected(no vote) block is deleted - feat: send NEWVIEW as soon as NOVOTE is decided - fix: invalid dummy blocks when leader failure occurs after genesis block - tests: new dummy tests - tests: uncomment previously flaky eviction cucumber - fix: validate qc for newview Motivation and Context --- Fixes tari-project#1201 How Has This Been Tested? --- Manually, cucumber and new tests. Tested num committees increasing from 1 to 2 in swarm What process can a PR reviewer use to test or verify this change? --- Breaking Changes --- - [ ] None - [x] Requires data directory to be deleted - [ ] Other - Please specify
- Loading branch information
Showing
100 changed files
with
2,347 additions
and
978 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
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.