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

BN-1126-blockVersion #77

Merged
merged 2 commits into from
Aug 7, 2023
Merged

BN-1126-blockVersion #77

merged 2 commits into from
Aug 7, 2023

Conversation

nandotorterolo
Copy link
Contributor

Topl Blockchain protocol version Specification

  • firstDigit Significant hard fork/version change/consensus rule set change
  • secondDigit Feature additions, bugs fixing hard forks, minor hard forks, significant soft forks, interface should
    work the same
  • thirdDigit Minor changes

Grammar:

<valid version> ::= <version>
<version> ::= <firstDigit> "." <secondDigit> "." <thirdDigit>
<firstDigit> ::= <digit>
<secondDigit> ::= <digit>
<thirdDigit> ::= <digit>
<digit> ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"

@nandotorterolo nandotorterolo merged commit 1c27ba3 into main Aug 7, 2023
3 checks passed
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

2 participants