smt-whitepaper
smt-whitepaper copied to clipboard
STEEMIT_MAX_SUPPLY satoshies
STEEMIT_MAX_SUPPLY
is in satoshies.
The max supply is created so that vesting shares will not overflow with a given Steem supply.
This means that SMTs should have the same max supply (even with a unit ratio != 1).
So the SMT has an effective max supply of STEEMIT_MAX_SUPPLY / decimal_precision
with the added constraint that when multiplied against the unit ratio, must also be < STEEMIT_MAX_SUPPLY
.
Can we confirm the pending change from STEEMIT_ to STEEM_
On Aug 29, 2017, at 12:20 PM, Michael Vandeberg [email protected] wrote:
STEEMIT_MAX_SUPPLY is in satoshies.
The max supply is created so that vesting shares will not overflow with a given Steem supply.
This means that SMTs should have the same max supply (even with a unit ratio != 1).
So the SMT has an effective max supply of STEEMIT_MAX_SUPPLY / decimal_precision with the added constraint that when multiplied against the unit ratio, must also be < STEEMIT_MAX_SUPPLY.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/steemit/smt-whitepaper/issues/73, or mute the thread https://github.com/notifications/unsubscribe-auth/ARd07ZEOD7SrOysxe_1bijbBtUu95oTFks5sdEhMgaJpZM4PGR9Y.
steemit/steem#1268
IIRC, we were not actively working on the issue because the painful merge that it would be while I was working on appbase. Now that appbase is in develop
we should be able to complete the issue and merge it to develop
.