Michael Vandeberg
Michael Vandeberg
RC Delegation Pools are a relatively in depth way of managing resource credits and are paramount to funding SMT emissions. The wallet should provide an interface for creating and managing...
Closes #3589 #3605
With the recent changes to the RC plugin (#3589) RC accounts are being created with 0 max RC and then being updated to full without a triggering op, resulting in...
On the TestNet we do not start tracking RCs until block 100,000. On that block, objects in the RC Plugin are initialized, including rc accounts for every blockchain account. This...
If steemd is terminated during a replay, it likely shuts down in the middle of processing a block, making it impossible to resume the replay. And if it does shut...
The SBD fee charged to create a proposal is implicit. An explicit fee should be added to the extension field to require the user stating the fee.
SMT Balances are actively cleaned up when they are at 0. Calling functions to modify_balance might not be aware that the balance object is about to be deleted when calling...
We should move Steem build dependencies in to a separate docker image to be able to version lock the dependencies.
SMTs are changing the way voting mana is charged when changing a vote. The result of this change is that condenser may over charge voting mana because it removes a...
Closes #458 Tests will pass when steemit/steem#3549 is merged and deployed