Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

[Core][Consensus] Add Tiered Coinbase Maturation #49

Closed
wants to merge 12 commits into from

Commits on Jul 14, 2020

  1. : Remove addrindex

    We don't need it by default
    0xCrawler committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    7e159c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec0682 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Draft Windows Build documentation

    Modified and slightly updates from PIVX Windows build guide.
    ParodyGames committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    7db1dba View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Merge pull request stakecube#48 from ParodyGames/master

    Draft Windows Build documentation
    Stakecube committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    432dae5 View commit details
    Browse the repository at this point in the history
  2. [Core][Consensus] Add Tiered Coinbase Maturation

    This system is currently set to activate at block 430000 (As an example block, which can be changed later). This system will enforce new rules on Coinbase rewards (Stakes) which adjusts a UTXOs maturation period based on its total output value, larger outputs of SCC will mature much faster than smaller outputs of SCC.
    JSKitty committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    069117c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. [Core] Add testnet configuration

    JSKitty committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    d71644d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. [WIP] Add MinStakeValue + Kernel fixes

    JSKitty committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    f45fa7c View commit details
    Browse the repository at this point in the history
  2. Update testnet & remove pindex from kernel

    JSKitty committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    9e924eb View commit details
    Browse the repository at this point in the history
  3. Enable CSKH after Tiered Hardfork

    JSKitty committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    27c32f1 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary nTime check

    JSKitty committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    2d3670a View commit details
    Browse the repository at this point in the history
  5. Add final mainnet hardfork height

    JSKitty committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    c045d9a View commit details
    Browse the repository at this point in the history
  6. Fix COINBASE_MATURITY nValue calculation

    JSKitty committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    f9bf1a1 View commit details
    Browse the repository at this point in the history