1. 04 Jun, 2021 2 commits
  2. 28 May, 2021 1 commit
  3. 03 Dec, 2020 2 commits
  4. 14 Nov, 2020 2 commits
  5. 13 Nov, 2020 1 commit
  6. 11 Nov, 2020 1 commit
  7. 10 Nov, 2020 1 commit
  8. 07 Sep, 2020 4 commits
  9. 31 Aug, 2020 2 commits
  10. 18 Jul, 2020 8 commits
  11. 03 Jul, 2020 1 commit
  12. 02 Jul, 2020 8 commits
    • Liquid369's avatar
      [Trivial] Mastenodes to Masternodes · 99b07b15
      Liquid369 authored
      99b07b15
    • Liquid369's avatar
      [MN] Remove Password need on "StartMissing" · df7f0bca
      Liquid369 authored
      df7f0bca
    • Liquid369's avatar
      [RPC] Expand "getstakingstatus" · 68f2555f
      Liquid369 authored
      68f2555f
    • Liquid369's avatar
    • Liquid369's avatar
      Minor Text Fixes · c983ee91
      Liquid369 authored
      c983ee91
    • James Stewart's avatar
      Merge #1368: [RPC] Expand getstakingstatus output · 6af32183
      James Stewart authored
      bb3967f5 [Trivial][Cleanup] Complete CStakerStatus::SetNull() (random-zebra)
      52c36d4d [RPC] Fix mnsync check in getstakingstatus (random-zebra)
      993e06ee [Doc] Document changes to getstakingstatus output (random-zebra)
      ce6069cb [RPC] getstakingstatus: add stakesplitthreshold and coldstaking_enabled (random-zebra)
      d2985dc8 [RPC] getstakingstatus: stakeablecoins and stakingbalance (random-zebra)
      c9008da6 [PoS][RPC] Staker Status: Add number of stakeable utxos hashed/available (random-zebra)
      fa7df1df [RPC] getstakingstatus: refactor lastAttempt attributes (random-zebra)
      
      Pull request description:
      
        Add the number of staked/available coins during last attempt to `CStakerStatus`.
      
        Remove the following attributes from `getstakingstatus` output
         - "tiptime"
         - "hashLastStakeAttempt"
         - "heightLastStakeAttempt"
         - "timeLastStakeAttempt"
      
        Add the following attributes to `getstakingstatus` output:
          - "lastattempt_age" (numeric, seconds since last stake attempt)
          - "lastattempt_depth" (numeric, depth of the block on top of which the last stake attempt was made)
          - "lastattempt_hash" (hex string, hash of the block on top of which the last stake attempt was made)
          - "lastattempt_coins" (numeric, number of stakeable coins available during last stake attempt)
          - "lastattempt_tries" (numeric, number of stakeable coins checked during last stake attempt)
          - "stakeablecoins" (numeric, number of stakeable UTXOs)
          - "stakingbalance" (numeric, PIV value of the stakeable coins, minus reserve balance, if any)
          - "stakesplitthreshold" (numeric, value of the current threshold for stake split)
          - "coldstaking_enabled" ((boolean, whether cold-staking is enabled/disabled in pivx.conf)
      
      ACKs for top commit:
        Fuzzbawls:
          ACK bb3967f5
      
      Tree-SHA512: 3d90cb08043448611498dc90486af5ab8b712851f29a74d1c1cd6372f19b08fba84f6d8e29776e0028ed83209362ea9707121804865d3db2eb96a8082eab10f1
      6af32183
    • James Stewart's avatar
      [Core] Fix Staking Status · 358a285e
      James Stewart authored
      358a285e
    • Liquid369's avatar
      [GUI] Cleanup Lock/Unlock · 9767ce38
      Liquid369 authored
      9767ce38
  13. 26 Jun, 2020 7 commits