-
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.
Update to 2.0.0-rc4 and rename BlockBody to BlockBodyV1
Start introducing the V2 block format Fix clippy lints Make BlockV2 serde prop tests Make Era stuff work Fix tests Fix end era v2 BlockHeaderV2 proptests More Tests
- Loading branch information
1 parent
9f27877
commit efb681e
Showing
11 changed files
with
1,138 additions
and
197 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[toolchain] | ||
channel = "1.75.0" | ||
channel = "stable" | ||
components = ["rustfmt", "clippy"] |
Oops, something went wrong.