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

Add draft of Significant Block Heights appendix #349

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 30 additions & 0 deletions OmniSpecification.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2155,6 +2155,36 @@ Omni Consensus:: The current state of all accounts in the Omni Layer.

Previously Mastercoin, MSC, etc.


[appendix]
== Significant Block Heights

[cols=">1,>1,7,2",options="header",]
|===
|Block Height | Feature ID | Description | Constant

| 0 | - | Bitcoin Genesis Block | -
| 249,498 | - | Omni Genesis Block (Start of Crowdsale) | `GENESIS_BLOCK`
| 255,365 | - | End of Omni (MSC) Crowdsale | `LAST_EXODUS_BLOCK`
| 249,498 | - | | `MSC_SEND_BLOCK`
| 290,630 | - | | `MSC_DEX_BLOCK`
| 297110 | - | | `MSC_SP_BLOCK`
| 323230 | - | | `MSC_MANUALSP_BLOCK`
| 342650 | - | | `MSC_STO_BLOCK`
| 394,500 | 4 | Remove grant side effects | `GRANTEFFECTS_FEATURE_BLOCK`
| 395,000 | 1 | Class C transaction encoding | `NULLDATA_BLOCK`
| 395,000 | 5 | DEx integer math update | `DEXMATH_FEATURE_BLOCK`
| 395,000 | 6 | Send All transactions | `MSC_SEND_ALL_BLOCK`
| 395,000 | 7 | Disable crowdsale ecosystem crossovers | `SPCROWDCROSSOVER_FEATURE_BLOCK`
| 400,000 | 2 | Distributed Meta Token Exchange | `MSC_METADEX_BLOCK`
| 438,500 | 8 | Allow trading all pairs on the Distributed Exchange | `TRADEALLPAIRS_FEATURE_BLOCK`
| 499,200 | 14 | Activate the waiting period for enabling freezing | ??
| 627,250 | 15 | Activate trading of any token on the distributed exchange | ??

|===

Source Code Reference: https://github.com/OmniLayer/omnicore/blob/develop/src/omnicore/rules.cpp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's better use the master branch.


[appendix]
== Regulatory and Legal Compliance - Know Your Jurisdiction

Expand Down