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

Remove (lower) Mint Limiter #1212

Merged
merged 2 commits into from Jul 26, 2018

Conversation

tomasbrod
Copy link
Member

No description provided.

Checks for bottom mint limit conditioned to version less than 10.
@denravonska denravonska changed the base branch from development to staging July 24, 2018 14:10
@denravonska denravonska changed the base branch from staging to development July 24, 2018 14:10
@denravonska
Copy link
Member

Was there a reason for the lower limit in the first place or was it purely aestethic?

@jamescowens
Copy link
Member

@barton2526 made a comment on Slack that it was both aesthetic and technical... It was to prevent dust staking. I will point out that with V8+, which does staking on UTXO value only, this problem takes care of itself. A very small UTXO will also have an exceedingly small probability of staking, hence, dust stakes will be extremely rare to nonexistent -> no need for the mint limiter anymore. The code has to hang around for block validation < V10, and that is the only reason @tomasbrod's change didn't delete it entirely. We don't want to do grandfathering here.

@jamescowens
Copy link
Member

jamescowens commented Jul 26, 2018 via email

@denravonska denravonska merged commit be72d21 into gridcoin-community:development Jul 26, 2018
@denravonska denravonska added this to the Betsy milestone Oct 19, 2018
denravonska added a commit that referenced this pull request Oct 19, 2018
Added:
 - Linux nodes can now stake superblocks using forwarded contracts #1060 (@tomasbrod).

Changed:
 - Replace interest with constant block reward #1160 (@tomasbrod).
   Fork is set to trigger at block 1420000.
 - Raise coinstake output count limit to 8 #1261 (@tomasbrod).
 - Port of Bitcoin hash implementation #1208 (@jamescowens).
 - Minor canges for the build documentation #1091 (@Lenni).
 - Allow sendmany to be used without an account specified #1158 (@Foggyx420).

Fixed:
 - Fix `cpids` and `validcpids` not returning the correct data #1233
   (@Foggyx420).
 - Fix `listsinceblock` not showing mined blocks to change addresses #501 (@Foggyx420).
 - Fix crash when raining using a locked wallet #1236 (@Foggyx420).
 - Fix invalid stake reward/fee calculation (@jamescowens).
 - Fix divide by zero bug in `getblockstats` RPC #1292 (@Foggyx420).
 - Bypass historical bad blocks on testnet #1252 (@Quezacoatl1).
 - Fix MacOS memorybarrier warnings #1193 (@ghost).

Removed:
 - Remove neuralhash from the getpeerinfo and node stats #1123 (@Foggyx420).
 - Remove obsolete NN code #1121 (@Foggyx420).
 - Remove (lower) Mint Limiter #1212 (@tomasbrod).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants