Go Vite Versions Save

Official Go implementation of the Vite protocol

v2.13.0

1 year ago

Upgrade block height: 116480000

Following features will active at the upgrade height

  1. Optimized for market orders feature(https://github.com/vitelabs/go-vite/pull/643)
  2. Update VX release ratio(https://github.com/vitelabs/go-vite/pull/643)

SHA256(gvite-v2.13.0-darwin.tar.gz)= fb3f029c184f821fd40850ec70bb5e75e3553ba691b92a6cba0d3ddf9066ee64 SHA256(gvite-v2.13.0-linux.tar.gz)= b4f458b73ac70988a5d2aaab9694505ba06d699c12ed57cf211468f9796ae342 SHA256(gvite-v2.13.0-linux-arm64.tar.gz)= 6e0576080136185b5aea4b12c1ebcd42ef9e378f5e8de4b91ebcdb728aa01c42 SHA256(gvite-v2.13.0-windows.tar.gz)= 9213c628eb65d3771b5d7b6e663049b00014e537243c2a689587e0a178d4ff3e

v2.13.0-rc1

1 year ago

Upgrade block height: 116480000

Following features will active at the upgrade height

  1. Optimized for market orders feature(https://github.com/vitelabs/go-vite/pull/643)
  2. Update VX release ratio(https://github.com/vitelabs/go-vite/pull/643)

SHA256(gvite-v2.13.0-rc1-darwin.tar.gz)= f77494b18c55ce700df97387f41ac7ff3deea99f963f4379e1510ae64ad3d74a SHA256(gvite-v2.13.0-rc1-linux.tar.gz)= 2ea5dead4d6ad4cd9472e418c882bc495dfde2352be6ce9d2ca9543a3b6a8a93 SHA256(gvite-v2.13.0-rc1-linux-arm64.tar.gz)= 945d6e8bbd321132a2779909a2721bdd0d51bae5de3734db5cad99e86d5dd53b SHA256(gvite-v2.13.0-rc1-windows.tar.gz)= 9c6a59d2db1b19377d155a941a5919288967465bc258a636d44f531ac93461ac

v2.12.1

1 year ago

RPC API changes

  1. contract_getSBP: return descriptive error message when sbpName is not exist (https://github.com/vitelabs/go-vite/pull/634)
  2. util_getPoWNonce: limit difficulty capacity (https://github.com/vitelabs/go-vite/pull/629)
  3. wallet_addEntropyStore: handle invalid parameters (https://github.com/vitelabs/go-vite/pull/631)
  4. enable private rpc-api for private modules (https://github.com/vitelabs/go-vite/pull/633)

In this release we introduce a new config field "PrivateHttpPort". By default all private API namespace such as "wallet", "private_onroad", "private_dex", "virtual", "ledgerdebug" won't be bind. You must explicitly add "PrivateHttpPort" in node_config.json to enable the private API. Note that private API cannot be visited through public HTTP endpoint anymore by default. For some reasons if you still want to access the private APIs through public HTTP/WS endpoint, you can set "HttpExposeAll" or "WSExposeAll" as true in node_config.json.

IMPORTANT NOTE For those nodes providing RPC service to Vite Wallet App, please do configure "HttpExposeAll" and "WSExposeAll" as true otherwise the connected app may not display correct balance.

Access the private API through IPC is not affected.

SHA256(gvite-v2.12.1-darwin.tar.gz)= caa14a87091293c4b422a2716e0c34841277b4632e52bfbdee4c8a5f2bfad6c1 SHA256(gvite-v2.12.1-linux.tar.gz)= 4a0f75323ac5b9eeaf8add1816aab8b25c44148b5298acaacebbd3383ddcd9ae SHA256(gvite-v2.12.1-linux-arm64.tar.gz)= 627df61b90452f4de899333eda3b99c9d377214d2a60fd03eb124a3f154b5976 SHA256(gvite-v2.12.1-windows.tar.gz)= c7ad621a347e6b4b2306dd4f7ef265621fd2463f8dcfee9f5b84e90936467968

v2.12.1-rc1

1 year ago

RPC API changes

  1. contract_getSBP: return descriptive error message when sbpName is not exist (https://github.com/vitelabs/go-vite/pull/634)
  2. util_getPoWNonce: limit difficulty capacity (https://github.com/vitelabs/go-vite/pull/629)
  3. wallet_addEntropyStore: handle invalid parameters (https://github.com/vitelabs/go-vite/pull/631)
  4. enable private rpc-api for private modules (https://github.com/vitelabs/go-vite/pull/633)

In this release we introduce a new config field "PrivateHttpPort". By default all private API namespace such as "wallet", "private_onroad", "private_dex", "virtual", "ledgerdebug" won't be bind. You must explicitly add "PrivateHttpPort" in node_config.json to enable the private API. Note that private API cannot be visited through public HTTP endpoint anymore by default. For some reasons if you still want to access the private APIs through public HTTP/WS endpoint, you can set "HttpExposeAll" or "WSExposeAll" as true in node_config.json.

Access the private API through IPC is not affected.

SHA256(gvite-v2.12.1-rc1-darwin.tar.gz)= 8cddba3bd6cec3b275be02a9d37f3cba9af3f874889f4363cae146b8e152282b SHA256(gvite-v2.12.1-rc1-linux.tar.gz)= aeb7167c13d43627fa33064c0b72eb8d40940c4fdc86684474f095512e50c8ea SHA256(gvite-v2.12.1-rc1-linux-arm64.tar.gz)= 3cde6793f6054b576eff2d4ba15dfd896d4ebe91e26cb65c486fe05e08cd57e0 SHA256(gvite-v2.12.1-rc1-windows.tar.gz)= 5c85285db64424e2112a32ba715bf408f3f25c671e62102d04c5ff43fd3279a2

v2.12.0

1 year ago

Upgrade block height: 101320000

Following features will active at the upgrade height

  1. Dex: add Market Order. (https://github.com/vitelabs/go-vite/pull/598)
  2. The pending orders over a month will no longer be cancelled automatically. (https://github.com/vitelabs/go-vite/pull/598)
  3. FundContract: add Transfer method so as to directly transfer tokens from one address to another.(https://github.com/vitelabs/go-vite/pull/598)

Core changes

  1. Onroad transactions are stored in levelDB instead of memory. (https://github.com/vitelabs/go-vite/pull/618)

RPC API changes

  1. ledger_getVmLogsByFilter: paginated by default and fromHeight of 0 means the latest block instead of the genesis block (https://github.com/vitelabs/go-vite/pull/583/)
  2. dexfund_getAllTradePairs: get all trade markets info(https://github.com/vitelabs/go-vite/pull/597)

SHA256(gvite-v2.12.0-darwin.tar.gz)= bb7857c0c151a0f560a9c2c1e0833f8a5a41b94e26dd910626b96057ce236fdd SHA256(gvite-v2.12.0-linux.tar.gz)= 48e67547299a77e36f2ef47b226078ffcebc5fac72dd29702039a85b885a6794 SHA256(gvite-v2.12.0-linux-arm64.tar.gz)= f00597c46c7b3d88379320429843c73b28b023027c6ed7f1bb1dda4d354106c4 SHA256(gvite-v2.12.0-windows.tar.gz)= 9843391e927733db503d3132897685d861fbc85d9d23590ff38df8268c993a95

v2.12.0-rc2

1 year ago

Upgrade block height: 101320000

Following features will active at the upgrade height

  1. Dex: add Market Order. (https://github.com/vitelabs/go-vite/pull/598)
  2. The pending orders over a month will no longer be cancelled automatically. (https://github.com/vitelabs/go-vite/pull/598)
  3. FundContract: add Transfer method so as to directly transfer tokens from one address to another.(https://github.com/vitelabs/go-vite/pull/598)

SHA256(gvite-v2.12.0-rc2-darwin.tar.gz)= f6f5872f69b57922190e58c25654ca0a9bfcd1a008435c2f8c65032a0914de7b SHA256(gvite-v2.12.0-rc2-linux.tar.gz)= c2f974f5fd43b5ac3c4acc6a1ee5cbbfa74fed6a925ff13a5fe88cf65e19d43b SHA256(gvite-v2.12.0-rc2-linux-arm64.tar.gz)= 7b7c134747a299b8525ae7e74839b383fd5fcb5871125673c5ddb575a6e79180 SHA256(gvite-v2.12.0-rc2-windows.tar.gz)= c32e37a1ee488d468618da662ce57ea8840c47581b4b137bf65be3e91884fe40

v2.12.0-rc1

1 year ago

Upgrade block height: 101320000

Following features will active at the upgrade height

  1. Dex: add Market Order. (https://github.com/vitelabs/go-vite/pull/598)
  2. The pending orders over a month will no longer be cancelled automatically. (https://github.com/vitelabs/go-vite/pull/598)
  3. FundContract: add Transfer method so as to directly transfer tokens from one address to another.(https://github.com/vitelabs/go-vite/pull/598)

SHA256(gvite-v2.12.0-rc1-darwin.tar.gz)= 271f0586b016d590318f0c1828749cc18bf178504d53be2e9279931c9af0e03a SHA256(gvite-v2.12.0-rc1-linux.tar.gz)= b7ef529fde1abd9826814010caf579791c2cc432fdbd4f172b1a0fca307e34f7 SHA256(gvite-v2.12.0-rc1-linux-arm64.tar.gz)= 2d62dc7bf3e7b2ce9f9bc46ba656480a88deccddfefd8a0a9a115d0dcb4aa57c SHA256(gvite-v2.12.0-rc1-windows.tar.gz)= 6ec7077b528100b40db2e1f1a0b12a1b9ca46598b7774af885d9fc974531f94d

v2.11.3

1 year ago

v2.11.3 is a release version but the fork height has not been determined yet.

Core changes

  1. Dex: add Market Order. (https://github.com/vitelabs/go-vite/pull/598)
  2. Onroad transactions are stored in levelDB instead of memory. (https://github.com/vitelabs/go-vite/pull/618)
  3. The pending orders over a month will no longer be cancelled automatically. (https://github.com/vitelabs/go-vite/pull/598)
  4. FundContract: add Transfer method so as to directly transfer tokens from one address to another.(https://github.com/vitelabs/go-vite/pull/598)

RPC API changes

  1. ledger_getVmLogsByFilter: paginated by default and fromHeight of 0 means the latest block instead of the genesis block (https://github.com/vitelabs/go-vite/pull/583/)
  2. dexfund_getAllTradePairs: get all trade markets info(https://github.com/vitelabs/go-vite/pull/597)

SHA256(gvite-v2.11.3-darwin.tar.gz)= 4b5d20ae7003932deefdededba3920da16882817e80818408256396f064ce3fa SHA256(gvite-v2.11.3-linux.tar.gz)= 766110b9361b5038d336378c469fb26d474f78cc0432e2bc1613b7ab7736860f SHA256(gvite-v2.11.3-linux-arm64.tar.gz)= 223661631f337e3d8a3aad0b0fa06795af4498ecebc3bdcefe0a3b4492368dbf SHA256(gvite-v2.11.3-windows.tar.gz)= 2c010ba1224c00116234cfe835de7cb84ac99fb5f652194a6d0611d41b1ee0d0

v2.11.3-rc2

1 year ago

v2.11.3-rc2 is a pre release and the fork height has not been determined yet.

Core changes

  1. Dex: add Market Order. (https://github.com/vitelabs/go-vite/pull/598)
  2. Onroad transactions are stored in levelDB instead of memory. (https://github.com/vitelabs/go-vite/pull/618)
  3. The pending orders over a month will no longer be cancelled automatically. (https://github.com/vitelabs/go-vite/pull/598)
  4. FundContract: add Transfer method so as to directly transfer tokens from one address to another.(https://github.com/vitelabs/go-vite/pull/598)

RPC API changes

  1. ledger_getVmLogsByFilter: paginated by default and fromHeight of 0 means the latest block instead of the genesis block (https://github.com/vitelabs/go-vite/pull/583/)
  2. dexfund_getAllTradePairs: get all trade markets info(https://github.com/vitelabs/go-vite/pull/597)

SHA256(gvite-v2.11.3-rc2-darwin.tar.gz)= acb54a3d011eeef87bdd66ae9f6073feed23bf9dc0624b781c5ad07d97f5fa6b SHA256(gvite-v2.11.3-rc2-linux.tar.gz)= d9e07f3a65467785829221cef921fca129e406cf293b7c0d2b3be5ad4fc91b3a SHA256(gvite-v2.11.3-rc2-linux-arm64.tar.gz)= 1321f7622eb420a9f3b43384d6ed48ade7e552c5e040c1d1982f606e310ec3d8 SHA256(gvite-v2.11.3-rc2-windows.tar.gz)= 6b57c8af85c348f867da687e5d234a298c162128e9b270a5eaa0748e03f6fc89

v2.11.3-rc1

1 year ago

SHA256(gvite-v2.11.3-rc1-darwin.tar.gz)= f6c9dd307d15bc4a66f37470d7b6c6499070ae700f5eb418777a66c0063e4b74 SHA256(gvite-v2.11.3-rc1-linux.tar.gz)= 71b5ad68600eb027360244ff7cd0cbf5a5d4dd12e1bd9f7b8c704ec18975c0f4 SHA256(gvite-v2.11.3-rc1-linux-arm64.tar.gz)= 9701a1ad5e3dd517690e721dfb95ff59384408375ef653a188311e2dbdf1e053 SHA256(gvite-v2.11.3-rc1-windows.tar.gz)= 819e5a69ed586f394219fbaa31a7cdbe236624703e3d1ec399d11f2d02ba3869