Skip to content

Commit 8bf8b8f

Browse files
committed
1.2.8 in test, release-notes small fixes
1 parent 0669d3e commit 8bf8b8f

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

release-notes.md

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<<<<<<< HEAD
21
**1.2.8**
32
---------
43

5-
* Preformance updates
4+
* Performance updates
65
* Make hash functions configurable via application.conf
7-
* Rpc address become configurable via settings.json
6+
* RPC address become configurable via settings.json
87
* One more byte added to address to identify the network
98
* Max difference between transaction and block timestamps added
109
* Balance with confirmations is now minimum during this period
@@ -13,18 +12,13 @@
1312
* Limits for /blocks/address/{address} API call added
1413
* Height added for /transactions/info/{signature} and /blocks/seq/{from}/{to} API methods
1514

16-
=======
17-
>>>>>>> master
1815
**1.2.7**
1916
---------
2017

2118
* Unify bytes/json serialization/deserialization
22-
<<<<<<< HEAD
2319
* Blockchain and State databased were merged
2420
* Bugfixes
25-
=======
2621
* Blockchain and State database updates made atomic
27-
>>>>>>> master
2822

2923
**1.2.6**
3024
---------
@@ -76,38 +70,28 @@
7670

7771
* Web interface to core API has been added. Please set "rpcport" value in settings.json then visit
7872
http://localhost:{rpcport}/ after server bootstrapping.
79-
8073
* Permacoin implementation has been added. Permacoin is blockchain consensus protocol based on
8174
non-interactive Proof-of-Retrievability of a static dataset by A. Miller, E. Shi, J. Katz, B. Parno et at.
8275
For details please see the paper http://cs.umd.edu/~amiller/permacoin.pdf . Protocol settings could be changed
8376
in perma.conf.
84-
8577
* For Permacoin module, new API calls are /consensus/target, /consensus/target/{blockId},
8678
/consensus/puz, /consensus/puz/{blockId} .
87-
8879
* P2P layer is totally rewritten. From now a new module can implement messages and messages handling
8980
logic separately. Then module p2p logic is to be wired into application's logic.
90-
9181
* UPnP ports mapping
92-
9382
* TCP packets assembling (Akka I/O missing)
94-
9583
* Experimental: a node could store a blocktree explicitly. Storage type could be changed via "history"
9684
setting(set "blockchain" / "blocktree"). Different nodes can have different storage types.
97-
9885
* New class of API calls, starting with debug/
99-
10086
* peers/ API call has been renamed into peers/connected, peers/all has been added
10187

10288

10389
**1.1.2**
10490
---------
10591

10692
* 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},
10994
consensus/generatingbalance, consensus/generatingbalance/{blockId}
110-
11195
* API calls added for Nxt-like consensus algo: consensus/basetarget, consensus/basetarget/{blockId},
11296
consensus/generationsignature, consensus/generationsignature/{blockId}
11397

@@ -137,8 +121,5 @@ setting(set "blockchain" / "blocktree"). Different nodes can have different stor
137121
**1.0.3**
138122
---------
139123

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

src/test/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app {
22
product = "Scorex"
33
release = "Lagonaki"
4-
version = "1.2.7"
4+
version = "1.2.8"
55
consensusAlgo = "nxt"
66
}

0 commit comments

Comments
 (0)