-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
The Dev OMNI section in the Spec at the very least code use some clarification, but we may want to make some improvements as well.
Note that any changes should (at a minimum) not violate (at any blockheight/hash) either of the following rules:
- Reduce the number of
OMNIat the Exodus address enough so an existing valid SEND operation becomes invalid - Increase the number of Dev
OMNIissued above the prescribed 10% of the Crowdsale
Current issues include:
- Use of floating-point math in the specification (e.g.
1 - 0.5**y) -- accuracy and code portability issues. - Use of timestamps (which are not monotonically increasing) rather than blockheight
- Use of Omni/BTC Mainnet values (magic numbers)
- Possible differences from the reference implementation
Possible alternative implementation ideas include:
- Specify an increase per-block that gets reduced (perhaps, halved) every `n' blocks (more similar to BTC block reward)
- For BTC Main-net it may be necessary to have the spec changes activate at a specific block height.
Note that this specification change might be best approached through the OLE process.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels