Skip to content
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

feat: merge consensus breaking changes in #3195 #3193 with weatherwax compatibility #3372

Merged
merged 4 commits into from
Sep 21, 2021

Conversation

sdbondi
Copy link
Member

@sdbondi sdbondi commented Sep 21, 2021

Description

Block v1 (compatible with weatherwax at all heights):

  • Kernel ordering using every kernel field
  • Input MR commits to empty serialization of bitmap

Block v2 (Igor, breaking change)

Misc

  • Add missing kernel order block validation
  • Removed unnecessary transaction body sorting in wallet, it (still) is the responsibility of the GetNewBlockTemplate to assemble a final sorted block body.

Motivation and Context

Allow consensus breaking code to be merged without hard forking weatherwax.
Igor will have to be reset.

To follow in subsequent PR: network breaking changes from DHT header malleability fix (#3243 )

How Has This Been Tested?

Archival sync weatherwax node from scratch, received propagated blocks
Washing machine between two weatherwax wallets

SWvheerden and others added 3 commits September 21, 2021 16:03
Co-authored-by: Stan Bondi <sdbondi@users.noreply.github.com>
Block v1 (compatible with weatherwax at all heights):
- Kernel ordering using every kernel field
- Input MR commits to empty serialization of bitmap

Block v2 (Igor, breaking change)
- Kernel ordering (tari-project#3193)
- Input MR uses input hashes only without extaneous empty bitmap bytes
  (tari-project#3195)
@aviator-app aviator-app bot removed the mq-failed label Sep 21, 2021
@aviator-app aviator-app bot merged commit 79c9c1d into tari-project:development Sep 21, 2021
@sdbondi sdbondi deleted the igor branch September 22, 2021 05:11
@sdbondi sdbondi restored the igor branch February 3, 2022 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants