This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Rename *_total_stake_by to *_total_issuance_by in Balances Module#2025
Closed
shawntabrizi wants to merge 1 commit intoparitytech:masterfrom
Closed
Rename *_total_stake_by to *_total_issuance_by in Balances Module#2025shawntabrizi wants to merge 1 commit intoparitytech:masterfrom
shawntabrizi wants to merge 1 commit intoparitytech:masterfrom
Conversation
* Renamed all instances of increase_total_stake_by to increase_total_issuance_by * Bumped spec_version, rebuilt wasm * DID NOT update documentation from stake -> issuance since that will happen in another PR
stanislav-tkach
approved these changes
Mar 17, 2019
bkchr
approved these changes
Mar 17, 2019
gavofyork
added a commit
that referenced
this pull request
Mar 18, 2019
rphmeier
pushed a commit
that referenced
this pull request
Mar 20, 2019
* Be a little safer with total issuance. * PairT instead of _Pair * Remove rev causing upset * Remove fees stuff. * Fix build (including tests) * Update runtime, bump version * Fix * Handle gas refunds properly. * Rename identifier ala #2025 * Address grumbles * New not-quite-linear-typing API * Slimmer API * More linear-type test fixes * Fix tests * Tidy * Fix some grumbles * Keep unchecked functions private * Remove another less-than-safe currency function and ensure that contracts module can never create cash. * Address a few grumbles and fix tests
MTDK1
pushed a commit
to bdevux/substrate
that referenced
this pull request
Apr 12, 2019
* Be a little safer with total issuance. * PairT instead of _Pair * Remove rev causing upset * Remove fees stuff. * Fix build (including tests) * Update runtime, bump version * Fix * Handle gas refunds properly. * Rename identifier ala paritytech#2025 * Address grumbles * New not-quite-linear-typing API * Slimmer API * More linear-type test fixes * Fix tests * Tidy * Fix some grumbles * Keep unchecked functions private * Remove another less-than-safe currency function and ensure that contracts module can never create cash. * Address a few grumbles and fix tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solves #1990
Superceded by #2028