forked from ignitioncoin/ignitioncoin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
174 lines (139 loc) · 4.98 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
v1.1.1.0
--------
Added the vout index into the output of listtransactions command
Update spent coins after calling sendrawtransaction command
Print success and details message when build scripts are completed
Updated makefile and improved build scripts
Cleaned build scripts
Added capabilities to facilitate paper wallet via Import private key GUI
Fixed wallet locking completely rather than going back to locked for staking only mode after transaction
Added autocomplete functionality for debug console window
Add stakethreshold information to the getstakinginfo command
Added compatibility with OpenSSL 1.1
Updated CircleCI config
Re-Integrated ARM build capabilities (for Raspberry Pi Builds)
Created Docker Container capabilities
Fixed an assert error that occurred when closing the GUI wallet
v1.1.0.0
--------
~~~This is a mandatory update!!~~~
Net.cpp SendData Interruption/Idle Peer fix
RefreshRecentConnections
GUI fix (Auto refresh My Masternode Info)
Retarget Algorithm changed from Peercoin Retarget algo to OSS (OrbitShield)
PoW Algorithm Changed from Scrypt to ASIC-Resistant Neoscrypt
Several networking issue improved
Documentation Updated
Increased BlockVersion to 8 from 7
Increased Proto, PoolProto, InstantXProto to 60029
Added Disconnect <60028 Proto Function
Added Upgrades that Improve and Secure Masternode Features Better
Added VisualCode Debugging Example Configurations
Added `backtoblock` function to easily rollback your blockheight
Added File Menu Options to Easily Open Config & Data Directory
Fixed bug with trying to send and wallet being unresponsive if not enough balance for fees
Fixed Permissions in secp256k & leveldb
Increased min peers to be able to stake to 5 from 2
Masternodes are no longer capable of setting an external reward address
v1.0.0.3
--------
Ignitiond binary will now compile out to ignitiond (lower case)
Unlock Bugs Fixed - For issue https://github.com/ignitioncoin/ignitioncoin/issues/10
GitIgnore ignores more files
Fixed bug with a help response repeating itself
Removing depricated "masternode winners" command
UI improvement
v1.0.0.2
--------
Fixed mining/staking seperated difficulty reporting
Enabled testnet with increased reward.
Masternode pubkey reporting fix.
Updated many docs in the github repo
v1.0.0.1
--------
GUI Update - New Logo & Graphics Integrated
v1.0.0b
-------
Anti-Virus False Positive Fix
v1.0.0a
-------
Initial Ignition Release
>>>>>>Forked to Ignition Coin
v2.0.3.2
--------
*First stable release on new codebase
v2.0.3.3
--------
*Forced DNS Seeding
*IRC Removed (now wallet do not stay in memory after exit)
*Added Peer/Ban tab in Debug console
v2.0.3.4
--------
*Reworked IRC is back
*Fixed bad per connection without uPnP
*Fixed masternode list page glitch
*Added "Protocol" column in masternode list page
*Added context menu in masternode list page
*Network peer load tuning
v2.0.3.5
--------
*Fighting against incorrect masternodes
Now wallet check connection for each new masternode relay before adding it to masternode list. Delete mncache.dat before updating.
Update your PoS wallets. Masternodes don't need this update.
v2.0.3.6
--------
*Fix network troubles after checking masternodes
Now bad masternodes will be listed, but with unactive status. This nodes will be excluded from the payout list.
Update your PoS wallets. Masternodes don't need this update.
v2.0.3.7
--------
*New new commandline option for wallet database "-dbwalletcache"
Give you control of wallet database cache. By default cache database reduced to 1Mb.
*Blockchain database cache decreased to 10Mb by default
*New build option for more memory usage optimization
For masternode holders. Added new buildoption "LOWMEM" (disabled by default). If enabled, usage of memory can be reduced by an additional 37Mb (from ~315Mb to ~277Mb with default database caches). But it brokes compatibility with blockchain database and you will need to resync database. The choice yours.
Recommended for masternode holders. Update your wallets.
v2.0.3.8
--------
*Decreased keypool size (from:1000 to 100)
*Fixed wrong calculation for incoming connections.
v2.0.4.0
--------
*Codebase upgrade and bugfix
v2.0.4.1
--------
*Mac OS compilation fix
*Boost linux_x64 compile fix
*Removed "Rank" column (no more UI freezes)
*Decreased maximum inputs in stake combine
*New feature in advanced coin control (Lock/Unlock inputs) (Resets after wallet reload)
v2.0.4.2
--------
*Send blocks tweak
*New checkpoints
*Fix "Copy PubKey" crash
*Remove last "\n" at "Copy Address" and "Copy PubKey"
*Reward integration stage 1
v2.0.4.3
--------
*Old masternode system compatibility fix
v2.1.0.0
--------
*Reward system is enabled
Now you can move your masternore reward to another address.
Use it carefully.
v2.1.0.1
--------
*Removed IRC seeding to prevent fake antivirus warnings.
v2.1.0.2
--------
*Network sync fix
v2.1.0.3
--------
*Removed IRC
*Remove unneeded script
*Stakethreshold option (new option for controlling stake generation)
*A little GUI changes
*Mature calculation fix
*Rewardaddress fix
*Masternode stop fix