File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Bitcoin Node Manager Changelog
2
2
3
+ ## 1.2.0 - 2021-01-17
4
+
5
+ The release is important for the compatibility with Bitcoin Core 0.21.0
6
+
7
+ - [ ** New** ] You can now run BNM via Docker Compose (see the README)
8
+ - [ ** Improved** ] See if a peer is incoming our outgoing (mouseover IP)
9
+ - [ ** Improved** ] Moved ping column to IP column (mouseover)
10
+ - [ ** Improved** ] Detect if peers support Compact Filters
11
+ - [ ** Improved** ] More detailed error messages if something is wrong with the Core RPC
12
+ - [ ** Improved** ] More reliable RPC calls
13
+ - [ ** Fixed** ] Mobile layout
14
+ - [ ** Fixed** ] Whitelist check (0.21.0 compatibility)
15
+ - [ ** Fixed** ] Removed banscore (0.21.0 compatibility)
16
+ - [ ** Fixed** ] Onion v3 address detection (0.21.0 compatibility)
17
+ - [ ** Fixed** ] Removed list of memory pools transaction due to size (>100MB)
18
+ - [ ** Fixed** ] Softfork voting time
19
+
3
20
## 1.1.0 - 2020-12-19
4
21
5
22
The release brings some new features and a few bug fixes.
Original file line number Diff line number Diff line change 1
1
<footer>
2
2
<div class="pull-right">
3
- <i class="fa fa-bitcoin orange"></i> <a href="https://github.com/mirobit/bitcoin-node-manager"> Node Manager v1.1 .0</a> - © 2017 - 2021
3
+ <i class="fa fa-bitcoin orange"></i> <a href="https://github.com/mirobit/bitcoin-node-manager"> Node Manager 1.2 .0</a> - © 2017 - 2021
4
4
</div>
5
5
<div class="clearfix"></div>
6
6
</footer>
You can’t perform that action at this time.
0 commit comments