Skip to content

Commit 48f93f8

Browse files
committed
Update Release notes
1 parent c3335f7 commit 48f93f8

2 files changed

Lines changed: 26 additions & 10 deletions

File tree

doc/release-notes.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
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

doc/release-notes/release-1.1.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+

0 commit comments

Comments
 (0)