|
1 | | -This release includes the following features and fixes since 1.1.0 release: |
2 | | - - Add the `getblockbynumber` RPC to avoid need to use getblockhash followed by getblock |
3 | | - - Add copyaddress for RewardsControl |
4 | | - - Add RPC (`sweeprivkey`) function + GUI function to sweep private key funds into wallet |
5 | | - - Add RPC `getutxobalance` to check balance without need to use -addressindex option |
6 | | - - Remove RPC functions `importprivkey`, `importmulti`, add `getutxtobalance` |
7 | | - - Remove RPC functions `getaddressesbyaccount, `getaccountaddress`, `getaccount`, `setaccount` |
8 | | - - Add RPC functions `getaddressesbylabels` |
9 | | - |
10 | | - |
| 1 | +This release includes the following features and fixes since 1.1.1 release: |
| 2 | + |
| 3 | +This is a mandatory release by time of 6th Superblock |
| 4 | + |
| 5 | + - remove need for Should Connect which banned 1.0.7 or lower nodes |
| 6 | + - Change MIN_PEER_PROTO_VERSION to 70020 to ban older nodes |
| 7 | + - Cut-off rewards < 25k after 6th superblock |
| 8 | + - Restore any reward if needed (instead of ones > 25k) |
| 9 | + - When showing full transaction with dropdown menu, also show the relevant block it occurred on |
| 10 | + - Instead of showing Fully Synchronized on main window, show Synced at Block with block number |
| 11 | + - Fix bdb-check to be able to parse -testnet for testnet wallet checks (still only builds on MacOS) |
| 12 | + - Other code refactoring |
| 13 | + - Throw rpc error if verifychain fails, fix verifychain issues (bypass reward checks) |
| 14 | + - Cleanup of previous hard fork code |
| 15 | + - Add tex version of whitepaper |
| 16 | + - Cancel operations in validation when progress dialog is closed |
0 commit comments