Skip to content

Commit

Permalink
refresh the doc for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helldealer authored and ludete committed Oct 19, 2018
1 parent 411e3c6 commit 512c7e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/omnicore/doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Various smaller improvements were added Wormhole Core 0.1.1 such as:
- Fix the bug that the remaining tokens not sent to the issuer after the crowdfunding close.

- Add some of the crowdfunding to the Integration testing
- Fix confirmations informations in RPC whc_decodetransaction
- 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

Change log
==========
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Various smaller improvements were added Wormhole Core 0.0.6 such as:
- Fix the bug that the remaining tokens not sent to the issuer after the crowdfunding close.

- Add some of the crowdfunding to the Integration testing
- Fix confirmations informations in RPC whc_decodetransaction
- 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

# Change log

Expand Down
4 changes: 2 additions & 2 deletions src/omnicore/rules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ CMainConsensusParams::CMainConsensusParams()
MSC_SP_BLOCK = 297110;
MSC_MANUALSP_BLOCK = 323230;
MSC_STO_BLOCK = 342650;
MSC_CHECK_VARIABLE_TOKEN = 552892;
MSC_CHECK_VARIABLE_TOKEN = 552850;
MSC_METADEX_BLOCK = 400000;
MSC_SEND_ALL_BLOCK = 395000;
MSC_BET_BLOCK = 999999;
Expand Down Expand Up @@ -222,7 +222,7 @@ CTestNetConsensusParams::CTestNetConsensusParams()
MSC_SP_BLOCK = 0;
MSC_MANUALSP_BLOCK = 0;
MSC_STO_BLOCK = 0;
MSC_CHECK_VARIABLE_TOKEN = 1263546;
MSC_CHECK_VARIABLE_TOKEN = 1263180;
MSC_METADEX_BLOCK = 0;
MSC_SEND_ALL_BLOCK = 0;
MSC_BET_BLOCK = 999999;
Expand Down

0 comments on commit 512c7e0

Please sign in to comment.