Skip to content

Commit 512c7e0

Browse files
helldealerludete
authored andcommitted
refresh the doc for 0.1.1
1 parent 411e3c6 commit 512c7e0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/omnicore/doc/release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Various smaller improvements were added Wormhole Core 0.1.1 such as:
6262
- Fix the bug that the remaining tokens not sent to the issuer after the crowdfunding close.
6363

6464
- Add some of the crowdfunding to the Integration testing
65+
- Fix confirmations informations in RPC whc_decodetransaction
66+
- Append the amount field to the return of RPC whc_gettransaction, identify how many WHCs user input to participate the crowdfunding, for unconfirmed crowdfunding participate transaction
6567

6668
Change log
6769
==========

src/omnicore/doc/release-notes/wormhole-0.1.1-release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Various smaller improvements were added Wormhole Core 0.0.6 such as:
5555
- Fix the bug that the remaining tokens not sent to the issuer after the crowdfunding close.
5656

5757
- Add some of the crowdfunding to the Integration testing
58+
- Fix confirmations informations in RPC whc_decodetransaction
59+
- Append the amount field to the return of RPC whc_gettransaction, identify how many WHCs user input to participate the crowdfunding, for unconfirmed crowdfunding participate transaction
5860

5961
# Change log
6062

src/omnicore/rules.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ CMainConsensusParams::CMainConsensusParams()
180180
MSC_SP_BLOCK = 297110;
181181
MSC_MANUALSP_BLOCK = 323230;
182182
MSC_STO_BLOCK = 342650;
183-
MSC_CHECK_VARIABLE_TOKEN = 552892;
183+
MSC_CHECK_VARIABLE_TOKEN = 552850;
184184
MSC_METADEX_BLOCK = 400000;
185185
MSC_SEND_ALL_BLOCK = 395000;
186186
MSC_BET_BLOCK = 999999;
@@ -222,7 +222,7 @@ CTestNetConsensusParams::CTestNetConsensusParams()
222222
MSC_SP_BLOCK = 0;
223223
MSC_MANUALSP_BLOCK = 0;
224224
MSC_STO_BLOCK = 0;
225-
MSC_CHECK_VARIABLE_TOKEN = 1263546;
225+
MSC_CHECK_VARIABLE_TOKEN = 1263180;
226226
MSC_METADEX_BLOCK = 0;
227227
MSC_SEND_ALL_BLOCK = 0;
228228
MSC_BET_BLOCK = 999999;

0 commit comments

Comments
 (0)