Skip to content

Commit

Permalink
4.0.2.0-leisure
Browse files Browse the repository at this point in the history
Added:
 - Add `rainbymagnitude` RPC command #1235 (@Foggyx420).
 - Add stake splitting and side staking #1265 (@jamescowens).
 - Detect and block Windows shutdown so wallet can exit cleanly #1309
   (@jamescowens).
 - Add message support to sendfrom and sendtoaddress #1400 (@denravonska).

Changed:
 - Configuration options are now case insensitive #294 (@Foggyx420).
 - Update command in beaconstatus help message #1312 (@chrstphrchvz).
 - Improve synchronization speeds:
   - Refactor superblock pack/unpack #1194 (@denravonska).
   - Optimize neuralsecurity calculations #1255 (@denravonska).
   - Reduce hash calculations when checking blocks #1206 (@denravonska).
 - Make display of private key in beaconstatus OPT-IN only #1275 (@Foggyx420).
 - Store Beacon keys in Wallet #1088 (@tomasbrod).
 - Use default colors for pie chart #1333 (@chrstphrchvz).
 - Show hand cursor when hovering clickable labels #1332 (@chrstphrchvz).
 - Update README.md #1337 (@Peppernrino).
 - Fix integer overflow with displayed nonce #1297 (@personthingman2).
 - Improve application cache performance #1317 (@denravonska).
 - Improve reorg speeds #1263 (@denravonska).
 - Update Polish translation #1375 (@michalkania).

Fixed:
 - Remove expired polls from overview page #1250 (@personthingman2).
 - Fix plural text on block age #1304 (@scribblemaniac).
 - Fix researcher staking issue if your chain head was staked by you,
   #1299 (@denravonska).
 - Fix incorrect address to grcpool node #1314 (@wilkart).
 - Do not replace underscores by spaces in Qt Poll URLs #1327 (@tomasbrod).
 - Fix scraper SSL issues #1330 (@Foggyx420).

Removed:
 - Remove or merged several RPC commands #1228 (@Foggyx420):
    - `newburnaddress`, removed.
    - `burn2`: Removed.
    - `cpid`: Merged into `projects`.
    - `mymagnitude`: Merged into `magnitude`.
    - `rsa`: Removed, use `magnitude`.
    - `rsaweight`: Removed, use `magnitude`.
    - `proveownership`: Removed.
    - `encrypt`: Removed.
 - Remove obsolete POW fields from RPC responses #1358 (@jamescowens).
 - Remove obsolete netsoft fields for slight RAM requirement reduction
   #1336 (@denravonska).
 - Remove unused attachment functionality #1345 (@denravonska).
  • Loading branch information
denravonska committed Apr 3, 2019
2 parents 2dfe715 + 4c3e27a commit 004c6b8
Show file tree
Hide file tree
Showing 162 changed files with 85,983 additions and 40,014 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,55 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.2.0] 2019-04-03, leisure
### Added
- Add `rainbymagnitude` RPC command #1235 (@Foggyx420).
- Add stake splitting and side staking #1265 (@jamescowens).
- Detect and block Windows shutdown so wallet can exit cleanly #1309
(@jamescowens).
- Add message support to sendfrom and sendtoaddress #1400 (@denravonska).

### Changed
- Configuration options are now case insensitive #294 (@Foggyx420).
- Update command in beaconstatus help message #1312 (@chrstphrchvz).
- Improve synchronization speeds:
- Refactor superblock pack/unpack #1194 (@denravonska).
- Optimize neuralsecurity calculations #1255 (@denravonska).
- Reduce hash calculations when checking blocks #1206 (@denravonska).
- Make display of private key in beaconstatus OPT-IN only #1275 (@Foggyx420).
- Store Beacon keys in Wallet #1088 (@tomasbrod).
- Use default colors for pie chart #1333 (@chrstphrchvz).
- Show hand cursor when hovering clickable labels #1332 (@chrstphrchvz).
- Update README.md #1337 (@Peppernrino).
- Fix integer overflow with displayed nonce #1297 (@personthingman2).
- Improve application cache performance #1317 (@denravonska).
- Improve reorg speeds #1263 (@denravonska).
- Update Polish translation #1375 (@michalkania).

## Fixed
- Remove expired polls from overview page #1250 (@personthingman2).
- Fix plural text on block age #1304 (@scribblemaniac).
- Fix researcher staking issue if your chain head was staked by you,
#1299 (@denravonska).
- Fix incorrect address to grcpool node #1314 (@wilkart).
- Do not replace underscores by spaces in Qt Poll URLs #1327 (@tomasbrod).
- Fix scraper SSL issues #1330 (@Foggyx420).

### Removed
- Remove or merged several RPC commands #1228 (@Foggyx420):
- `newburnaddress`, removed.
- `burn2`: Removed.
- `cpid`: Merged into `projects`.
- `mymagnitude`: Merged into `magnitude`.
- `rsa`: Removed, use `magnitude`.
- `rsaweight`: Removed, use `magnitude`.
- `proveownership`: Removed.
- `encrypt`: Removed.
- Remove obsolete POW fields from RPC responses #1358 (@jamescowens).
- Remove obsolete netsoft fields for slight RAM requirement reduction
#1336 (@denravonska).
- Remove unused attachment functionality #1345 (@denravonska).


## [4.0.1.0] 2018-11-30, leisure
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Copyright (c) 2014 Black-Coin Developers
Copyright (c) 2013-2014 NovaCoin Developers
Copyright (c) 2011-2012 PPCoin Developers
Copyright (c) 2009-2014 Bitcoin Developers
Copyright (c) 2014-2018 Gridcoin Developers
Copyright (c) 2014-2019 Gridcoin Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ These dependencies are required:

Library | Purpose | Description
------------|------------------|----------------------------------------------------------------
pkg-config | Build | Learn library inter-dependencies
libssl | Crypto | Random Number Generation, Elliptic Curve Cryptography
libboost | Utility | Library for threading, data structures, etc
libevent | Networking | OS independent asynchronous networking
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 4)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2018)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Gridcoin]])
AC_INIT([Gridcoin],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/gridcoin/Gridcoin-Research/issues],[gridcoin],[https://gridcoin.us/])
Expand Down
Loading

0 comments on commit 004c6b8

Please sign in to comment.