Skip to content

Releases: gridcoin-community/Gridcoin-Research

3.5.7.8-leisure

26 Sep 03:58
Compare
Choose a tag to compare

Gridcoin Research 3.5.7.8/MSI=41.3
Mandatory Upgrade for TESTNET
Leisure Upgrade for PROD

  • At block 195500 in TestNet, we require POR blocks to be signed (with the CPID private key)
  • After staking a testnet POR block, run the command "showblock blocknumber" and verify the block signature is valid
  • Test voting in TestNet
  • Test Binary superblocks: Verify the superblock is staked, the block number, and in showblock, verify the superblock is binary, and verify the constiuent magnitude (and POR payment) is correct.
  • Testnet Thread (please go here to continue testing): https://cryptocointalk.com/topic/40141-testnet-research-age/page-34

3.5.7.7-leisure

18 Sep 19:39
Compare
Choose a tag to compare

Gridcoin Research 3.5.7.7/MSI=41.2
Leisure Upgrade

  • Added 'execute upgradedbeaconreport' (Shows % of users using the upgraded beacons)
  • Added v2 Beacons (beacons with Public and Private keypairs)
  • Modified execute advertisebeacon (to use keypairs)
  • Added beacon public key to beacon, block and block signing process
  • Added public key and beacon key validity to showblock/getblock
  • Added execute beaconstatus (shows the status of the beacon)
  • Added execute proveownership (shows proof-of-ownership of the cpid)

3.5.7.6-leisure

28 Aug 23:48
Compare
Choose a tag to compare

Gridcoin Research 3.5.7.6/MSI=41.1
Leisure Upgrade

  • Fix unix build problems

3.5.7.5-leisure

27 Aug 21:28
Compare
Choose a tag to compare

Gridcoin Research 3.5.7.5/MSI=41.1
Leisure Upgrade

  • Voting System:
    a. Allow up to 40 answers to be charted (fixes UI error)
    b. Chart voting results as a pie chart (so we can see results for large answersets)
    c. Clear up overlapping chart labels, Fixed voting list column widths
    e. Fixed Balance Voting Weight to include wallet total coins owned (regardless of stake bucket amount)
  • Load Speed:
    a. Show blocks loaded progress on splash screen
    b. Load time has been improved
    c. We are still working on (load time for) "Persisted Data Cache" and "Network Averages"
  • Fix data storage bug for block.iscontract=1, (this will speed up the load time in the future)
  • Updated Chat Room Link
  • Added Reward Sharing feature requested by Quez and Anon. When RS=GridcoinRewardSharingAddress is populated (in the config), 10% of the POR reward is sent to the reward sharing address.

3.5.7.4-leisure

14 Aug 15:20
Compare
Choose a tag to compare

Gridcoin Research 3.5.7.4/MSI=40.9
Leisure Upgrade

  • Fix crash on startup when client has no blocks file.

3.5.7.3b-Leisure

12 Aug 01:09
Compare
Choose a tag to compare

Gridcoin Research 3.5.7.3/MSI=40.8
Leisure Upgrade

  • Move unecessary logging to debug=10 (now debug=true & debug3=true handles concise verbose required debug messages).
  • Various sync improvements for clients syncing from 0, and for getblocks for nodes already in sync, and for reported arch problem
  • Added rpc command: execute sendblock blockhash (for debugging), rpc command: execute askforoutstandingblocks (for debugging)

3.5.7.3-leisure

12 Aug 01:01
Compare
Choose a tag to compare

Gridcoin Research 3.5.7.3/MSI=40.8
Leisure Upgrade

  • Move unecessary logging to debug=10 (now debug=true & debug3=true handles concise verbose required debug messages).
  • Various sync improvements for clients syncing from 0, and for getblocks for nodes already in sync, and for reported arch problem
  • Added rpc command: execute sendblock blockhash (for debugging), rpc command: execute askforoutstandingblocks (for debugging)

3.5.7.2-leisure

05 Aug 03:12
Compare
Choose a tag to compare

Gridcoin Research 3.5.7.2/MSI=40.7
Leisure Upgrade

  • Move some unecessary logging to fDebug & fDebug10
  • Fix Sync issues and Orphan issues

3.5.7.1-leisure

23 Jul 17:22
Compare
Choose a tag to compare

Gridcoin Research 3.5.7.1/MSI=40.6
Leisure Upgrade

  • Verify compile on Arch
  • Verify code does not restart client during initial syncing
  • Bubble error handler messagebox while submitting expense

3.5.7.0-b-leisure

22 Jul 03:21
Compare
Choose a tag to compare

Gridcoin Research 3.5.7.0/MSI=40.5
Leisure Upgrade

  • Advanced | Foundation | Expense Reimbursement Request: Added Username maintenance page to set your username. Added Expense Amount to Add, View and List pages. Fixed Expense Title width. Corrected problem with
    submitting new expenses (preventing the Expense View page from working).
  • Fixed GRCRestarter block downloader percentage value (where it could exceed 100%).
  • Block Syncing: Fixed a long standing bug where the wallet randomly stops asking for the best block. Additionally, when out of sync it will ask for missing blocks periodically. Made wallet more aware of clusters of orphans.
  • Added 'execute restartclient' for windows for debugging.
  • Modified getmininginfo and overview for Investors to say Staking Interest (instead of Boinc Mining) and removed Boinc Projects Exhaused for Investors. Removed Unable To Mine message for Investors.
  • Moved unecessary logging to fDebug10=true. Added message to show the condition when Process Block succeeds and Set Best Chain fails.
  • Added execute askforoutstandingblocks for debugging.