Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 2.25 KB

wormhole-spec-0.1.1-en.md

File metadata and controls

52 lines (30 loc) · 2.25 KB

Version upgrade change

  • Optimize the calculation method of property amount for RPCs.

  • Set the height to start total amount check, that the total amount is not allowed to be greater than INT64_MAX, for establishment of crowdsale.

  • Fix the bug that the remaining tokens were not sent to the issuer after the crowdsale closes.

  • Add some Integration testings for the crowdsale

  • Fix confirmations information in RPC whc_decodetransaction

  • Append the amount field to the return of RPC whc_gettransaction, identify how many WHCs user input to participate the crowdsale, for unconfirmed crowdsale participate transaction

How to Upgrade

  1. Software download:https://github.com/copernet/wormhole/releases/tag/Earth-0.1.1-release

  2. Compile & Install

    Unix platform:https://github.com/copernet/wormhole/blob/master/doc/build-unix.md

    OSX platform:https://github.com/copernet/wormhole/blob/master/doc/build-osx.md

    Windows platform:https://github.com/copernet/wormhole/blob/master/doc/build-windows.md

  3. Run and data synchronization

    Please follow below command when one first run version 0.1.1:

    wormholed -startclean=1 -daemon

    After the data synchronization is completed for version 0.1.1, please follow below command as the software is restarted next time:

    wormholed -daemon

Check the total amount of crowdsale

Wormhole v0.1.1 will check the total amount of crowdsale from block height of 552,892, which must be between 0 and INT64_MAX, excluding 0.

Fix the BUG

Fix the BUG that the remaining properties of crowdsale are not sent to the issuer in version 0.1.1

Wormhole Spec Docs

  1. white paper https://github.com/copernet/spec/blob/master/whcwhitepaper.md
  2. Yellow paper https://github.com/copernet/spec/blob/master/Wormhole-YellowPaper.md
  3. spec https://github.com/copernet/spec/blob/master/wormhole-spec.md
  4. rpc manual https://github.com/copernet/spec/blob/master/wormhole-RPC.md
  5. test manual https://github.com/copernet/spec/blob/master/wormhole-testmanual-0.1.1.md