|
1 |
| -<<<<<<< HEAD |
2 | 1 | **1.2.8**
|
3 | 2 | ---------
|
4 | 3 |
|
5 |
| -* Preformance updates |
| 4 | +* Performance updates |
6 | 5 | * Make hash functions configurable via application.conf
|
7 |
| -* Rpc address become configurable via settings.json |
| 6 | +* RPC address become configurable via settings.json |
8 | 7 | * One more byte added to address to identify the network
|
9 | 8 | * Max difference between transaction and block timestamps added
|
10 | 9 | * Balance with confirmations is now minimum during this period
|
|
13 | 12 | * Limits for /blocks/address/{address} API call added
|
14 | 13 | * Height added for /transactions/info/{signature} and /blocks/seq/{from}/{to} API methods
|
15 | 14 |
|
16 |
| -======= |
17 |
| ->>>>>>> master |
18 | 15 | **1.2.7**
|
19 | 16 | ---------
|
20 | 17 |
|
21 | 18 | * Unify bytes/json serialization/deserialization
|
22 |
| -<<<<<<< HEAD |
23 | 19 | * Blockchain and State databased were merged
|
24 | 20 | * Bugfixes
|
25 |
| -======= |
26 | 21 | * Blockchain and State database updates made atomic
|
27 |
| ->>>>>>> master |
28 | 22 |
|
29 | 23 | **1.2.6**
|
30 | 24 | ---------
|
|
76 | 70 |
|
77 | 71 | * Web interface to core API has been added. Please set "rpcport" value in settings.json then visit
|
78 | 72 | http://localhost:{rpcport}/ after server bootstrapping.
|
79 |
| - |
80 | 73 | * Permacoin implementation has been added. Permacoin is blockchain consensus protocol based on
|
81 | 74 | non-interactive Proof-of-Retrievability of a static dataset by A. Miller, E. Shi, J. Katz, B. Parno et at.
|
82 | 75 | For details please see the paper http://cs.umd.edu/~amiller/permacoin.pdf . Protocol settings could be changed
|
83 | 76 | in perma.conf.
|
84 |
| - |
85 | 77 | * For Permacoin module, new API calls are /consensus/target, /consensus/target/{blockId},
|
86 | 78 | /consensus/puz, /consensus/puz/{blockId} .
|
87 |
| - |
88 | 79 | * P2P layer is totally rewritten. From now a new module can implement messages and messages handling
|
89 | 80 | logic separately. Then module p2p logic is to be wired into application's logic.
|
90 |
| - |
91 | 81 | * UPnP ports mapping
|
92 |
| - |
93 | 82 | * TCP packets assembling (Akka I/O missing)
|
94 |
| - |
95 | 83 | * Experimental: a node could store a blocktree explicitly. Storage type could be changed via "history"
|
96 | 84 | setting(set "blockchain" / "blocktree"). Different nodes can have different storage types.
|
97 |
| - |
98 | 85 | * New class of API calls, starting with debug/
|
99 |
| - |
100 | 86 | * peers/ API call has been renamed into peers/connected, peers/all has been added
|
101 | 87 |
|
102 | 88 |
|
103 | 89 | **1.1.2**
|
104 | 90 | ---------
|
105 | 91 |
|
106 | 92 | * API call added: consensus/algo
|
107 |
| - |
108 |
| -* API calls added for Qora-like consensus algo: consensus/time, consensus/time/{generatingBalance}, |
| 93 | +* API calls added for Qora-like consensus algo: consensus/time, consensus/time/{generatingBalance}, |
109 | 94 | consensus/generatingbalance, consensus/generatingbalance/{blockId}
|
110 |
| - |
111 | 95 | * API calls added for Nxt-like consensus algo: consensus/basetarget, consensus/basetarget/{blockId},
|
112 | 96 | consensus/generationsignature, consensus/generationsignature/{blockId}
|
113 | 97 |
|
@@ -137,8 +121,5 @@ setting(set "blockchain" / "blocktree"). Different nodes can have different stor
|
137 | 121 | **1.0.3**
|
138 | 122 | ---------
|
139 | 123 |
|
140 |
| -* This file has been started :) |
141 |
| - |
142 |
| -* SBT commands instead of linux shell scripts |
143 |
| - |
144 |
| - |
| 124 | +* This file has been started :) |
| 125 | +* SBT commands instead of linux shell scripts |
0 commit comments