-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
78 lines (68 loc) · 3.16 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
v3.1.1 - 2019.08.06
- add Debian packaging
- epee DoS fix
https://github.com/LetheanMovement/lethean/pull/170
v3.1.0 - 2019.03.05
- Proof of Work (POW) change to CryptonightR (variant 4)
https://github.com/monero-project/monero/pull/5126
- added standard-json command line arg to standardize json output
https://github.com/LetheanMovement/lethean/pull/150
- fixed: boost 1.69 compile
https://github.com/LetheanMovement/lethean/pull/153
- fixed: ARM compile
https://github.com/LetheanMovement/lethean/pull/156
https://github.com/LetheanMovement/lethean/pull/130
- upstream exploit fix (mishandling rct outputs in coinbase)
https://github.com/monero-project/monero/pull/5217
v3.0.0 - 2018.11.07
- fixed: OpenAlias strings now refer to Lethean
https://github.com/LetheanMovement/lethean/pull/142
- fixed: unknown block crash
https://github.com/LetheanMovement/lethean/pull/145
v3.0.0.b4 - 2018.10.25
- fixed: difficulty calculation when crossing fork thresholds
https://github.com/LetheanMovement/lethean/pull/137
v3.0.0.b3 - 2018.10.23
- introduced block major version 5: hardfork at height 296,287
- added: switched to LWMA-3 difficulty algorithm
https://github.com/LetheanMovement/lethean/pull/133
- added: switched to new proof-of-work algorithm cryptonight variant 2
https://github.com/LetheanMovement/lethean/pull/124
- fixed: clear found out for every tx key
https://github.com/LetheanMovement/lethean/pull/122
- fixed: use median timestamp if current time renders a block invalid
https://github.com/LetheanMovement/lethean/pull/132
- fixed: ensure m_timestamps has the correct number for computing difficulty
https://github.com/monero-project/monero/pull/3732
- fixed: update timer no longer prematurely warns about daemon being out of date
https://github.com/LetheanMovement/lethean/pull/127
v3.0.0.b2 - 2018.09.28
- added functionality for proxy service
- rebranded to Lethean: https://github.com/LetheanMovement/lethean/pull/116
- fixed issue with mixable outputs: https://github.com/LetheanMovement/lethean/pull/117
- fixed issue with DoS on RPC: https://github.com/LetheanMovement/lethean/pull/115
v2.0.2.1 - 2018.05.10
- added ability to open additional types of wallets created before version v2.0.0
- fixed issue with the connection_id field not being a valid string in the get_connections RPC command
v2.0.2 - 2018.05.06
- added CHANGELOG
- added ability to open and use wallets created before version v2.0.0
- fixed numerous synchronization issues
- fixed finding readline library on MinGW-w64
- fixed compilation when using Boost 1.67
- fixed issue where daemon hangs when closing
v2.0.1 - 2018.04.29
- fixed chain processing when negative timestamp intervals are present
v2.0.0 - 2018.04.18
- introduced block major version 4: hardfork at height 166,133
- added new proof-of-work algorithm: cryptonight variant 1 (a.k.a monero v7)
- added new difficulty calculation algorithm
- enabled RingCT transactions: requires 4 mix-ins for transactions
- enabled dynamic fee calculation
v1.4.5 - 2018.03.19
v1.4.2 - 2018.02.12
v1.4.1 - 2017.11.26
v1.4.0 - 2017.11.24
v1.3.0 - 2017.11.11
v1.2.2 - 2017.10.17
v1.0.0 - 2017.08.01