Releases: gridcoin-community/Gridcoin-Research
Releases · gridcoin-community/Gridcoin-Research
3.7.7.0-Leisure
Fixed
- Beacon validation are now done when accepting blocks, not when receiving,
#899 (@denravonska). - Fix crashes due to buffer overflow in encrypt/decrypt, #890 (@denravonska).
- Rewrite reorganize routine to be more reliable and drop contracts received
or issued while on a side chain to help reducing forks, #902 (@tomasbrod).
3.7.5.0-Leisure
Fixed
- Fix crash when switching to new tally on block 1144120, #868 (@denravonska).
- Fix crash when staking while tallying, #866 (@denravonska).
3.7.4.0-Leisure
Fixed
- Fix RPC resource leak regression. This also reduces RPC overhead,
making calls ~25-35% faster, #848 (@denravonska). - Fix incorrect return code when forking, #832 (@denravonska).
Removed
- Remove upgrader option until rewritten, #836 (@Foggyx420).
3.7.3.0-Leisure
Fixed
- Fix for UI getting stuck in splash screen (@denravonska).
3.7.2.0-Leisure
Note: This release gets stuck in the UI. Se 3.7.3.0.
Fixed
- Properly fix for wallet not daemonizing, #822 (@denravonska).
3.7.1.0-Leisure
Fixed
- Fix several crashes in diagnostic dialog, #816 (@Foggyx420).
- Fix client not exiting when running as daemon (@denravonska).
- Fix issue with boincstake.dll not updating on dirty installs (@Foggyx420).
Changed
3.7.0.0-Mandatory
Mandatory bug fixes are tied to v9 blocks which will start on block 1144000.
Added
- Provide Difficulty of best kernel found, #766 (@tomasbrod).
- Add Travis support for OSX, #665 (@Acey1).
- Add better command for sending alerts, #731 (@tomasbrod).
- Add RPC for sending raw contracts, #683 (@tomasbrod).
- Add portable diagnostic page, #631 (@fooforever).
Fixed
- Fixed minor spelling mistakes, #742 (@denravonska).
- Several tally improvements. There should now be less forking and the wallet
should use ~50MB less memory, #668, #756 (@denravonska, @tomasbrod) - Data scraper can no longer run concurrently, #742 (@denravonska).
- Improve superblock validations, #730 (@tomasbrod).
- Fix potential deadlock, #708 (@denravonska).
- Prevent duplicate superblocks, #534 (@tomasbrod).
- Fix issue with application cache clears, #577 (@tomasbrod).
- Fix bug which caused rewards to be lost when staking the newbie block.
Missing rewards will be reimbursed, #552 (@Foggyx420). - Fix minor UI typos, #661 (@Erkan-Yilmaz).
- Fix stake modifier, #686 (@tomasbrod).
- Improve boost-1.66.0 compatibility, #800 (@denravonska).
- Fix crash in diagnostics dialog, #794 (@Foggyx420).
Changed
- Changed versioning extraction from git. Test builds can no longer be used to
stake in production unless explicitly enabled, #729 (@tomasbrod). - Don't update network quorum while syncing, #728 (@Foggyx420).
- Snapshot URL now uses https, #727 (@Foggyx420).
- Code cleanup (@Foggyx420, @denravonska).
- Use more efficient data structure for blocks, #679 (@denravonska).
- Improve transaction description dialog, #676 (@Foggyx420).
- Improve beacon handling, #604, #645, #649, #684, #701 (@Foggyx420, @tomasbrod).
- Optimize double<->string conversions, #692 (@denravonska).
- Optimize application cache access, #506 (@denravonska).
- Improve thread handling, #656 (@skcin).
- Replace
boost::shared_ptr
withstd::shared_ptr
. - Optimize string split function, #672 (@denravonska).
- Improve sync speeds, #650 (@denravonska).
- The RPC command
restartclient
is now calledrestart
. - Fix voting sorting issues, #610 (@MagixInTheAir).
- Improve wallet backup, #660 (@Foggyx420).
- Update seed nodes, #783 (@barton2526).
- Auto upgrades are now opt-in via the "autoupgrade" flag, #796 (@denravonska).
- Clean up seed nodes, #783 (@barton2526).
Removed
- Remove CSV exporter which used unreliable data, #759 (@denravonska).
- Remove block download menu options on non-Windows, #727 (@Foggyx420).
- Removed RPC commands (@Foggyx420, @denravonska):
- debugexplainmagnitude
- executecode
- getsubsidy
- list newbieage
- list staking
- leder
- reboot
- Remove checkpoint relaying to improve sync speeds, #678 (@denravonska).
- Remove IRC peer discovery.
3.6.3.0-Leisure
[3.6.3.0] 2017-10-09
Fixed
- Fix problems sending beacons on Windows, #684 (@tomasbrod).
- Fix clients getting stuck at V8 blocks when syncing, #686 (@tomasbrod).
3.6.2.0-Leisure
Gridcoin Research 3.6.2.0/MSI=43.8
Leisure Upgrade
https://github.com/gridcoin/Gridcoin-Research/releases/tag/3.6.2.0
Added
- Add "backupprivatekeys" RPC command, #593 (@Foggyx420).
- Add more transaction details to the UI, #573 (@tomasbrod).
- Add Additional logging to diagnose PoR reward loss (@tomasbrod)
Fixed
- Reduce startup time by 15 seconds, #626 (@tomasbrod, @Foggyx420).
- Prevent email being leaked in CPIDv2 block field, #621 (@tomasbrod).
- Fixed memory leaks when receiving orphans while in sync, #622 (@denravonska).
- Unconfirmed balance was not shown in UI, #615, (@Foggyx420).
- Fix memory leaks when clearing orphans, #609, (@MagixInTheAir).
- Fix an issue where multiple beacons could be advertised in rapid
succession, #604 (@Foggyx420). - Stake weight in the UI will no longer include old DPOR weght, #602
(@Foggyx420). - Fix stake modifier mismatch which caused nodes to get stuck on first
V8 block, #581 (@tomasbrod). - Fix beacon auto advertisment issue when done automatically, #580 (@Foggyx420).
- Fix for loss of PoR rewards due to reorganize, #578 (@tomasbrod).
- Fix upgrader compile error on Linux, #541 (@theMarix).
- Fix duplicate poll entries, #539 (@denravonska).
- Importing private keys will no longer require a restart for the addresses
to show up, #634 (@Foggyx420). - Fix invalid backup filenames on Windows, #569 (@denravonska).
Changed
- Code cleanup (@Foggyx420, @tomasbrod, @denravonska).
- Several NN consensus sync improvements, #616 (@Foggyx420).
- Windows nodes will no longer automatically reboot/shutdown, #605
(@denravonska). - Display "No Polls!" in poll window if no polls are running, #596
(@MagixInTheAir). - Change poll min search length from 2 to 1, #595 (@MagixInTheAir).
- Return the results of "backupwallet" RPC command, #593 (@Foggyx420).
- Changing the community links #654 (@grctest)
3.6.1.0-Leisure
Gridcoin Research 3.6.1.0/MSI=43.7
Leisure Upgrade
https://github.com/gridcoin/Gridcoin-Research/releases/tag/3.6.1.0
- Fix problems forging superblock due to rounding differences, #608 (@denravonska).
- Fetch data from project servers if missing on scraper #564 (@denravonska).