Skip to content

Releases: Phala-Network/runtime-bridge

next-dev.0: Merge pull request #77 from Phala-Network/p2p

14 Jan 05:23
504c182
Compare
Choose a tag to compare

v0.5.8

24 Nov 12:00
12862aa
Compare
Choose a tag to compare

En duo avec phalanetwork/phala-pruntime:21091601 or newer versions.

  • docker: lock Node.js 14

To update:

  1. pull new images
  2. update khala-node to latest version(at least v0.1.7-quickfix2)
  3. stop all services
  4. (Optional) If you are suffering the StateRootMismatch issue, remove data/0 folder, this will delete all cached block data
  5. modify docker compose configurations referring new example
  6. start all services

Known issues:

  • Won't reload worker lifecycles when worker informations changed, please restart lifecycle after changing workers.
  • Unable to delete worker or pool

v0.5.7

17 Nov 15:44
Compare
Choose a tag to compare

En duo avec phalanetwork/phala-pruntime:21091601 or newer versions.

  • fetch: fix the StateRootMismatch error(#72)
  • fetch: improve fetch speed

To update:

  1. pull new images
  2. update khala-node to latest version(at least v0.1.7-quickfix2)
  3. stop all services
  4. (Optional) If you are suffering the StateRootMismatch issue, remove data/0 folder, this will delete all cached block data
  5. modify docker compose configurations referring new example
  6. start all services

Known issues:

  • Won't reload worker lifecycles when worker informations changed, please restart lifecycle after changing workers.
  • Unable to delete worker or pool

v0.5.5

28 Oct 19:14
Compare
Choose a tag to compare

En duo avec phalanetwork/phala-pruntime:21091601 or newer versions.

  • lifecycle: implement RequestStartWorkerLifecycle and RequestKickWorker rpc.
  • update polkadot.js

To update:

  1. shutdown io and lifecycle
  2. wait until trade has finished all tasks
  3. pull new images
  4. modify docker compose configurations referring new example
  5. stop all services
  6. start all services

Known issues:

  • Won't reload worker lifecycles when worker informations changed, please restart lifecycle after changing workers.
  • Unable to delete worker or pool

v0.5.4

28 Oct 17:43
Compare
Choose a tag to compare

En duo avec phalanetwork/phala-pruntime:21091601 or newer versions.

  • lifecycle: implement RequestStartWorkerLifecycle and RequestKickWorker rpc.

To update:

  1. shutdown io and lifecycle
  2. wait until trade has finished all tasks
  3. pull new images
  4. modify docker compose configurations referring new example
  5. stop all services
  6. start all services

Known issues:

  • Won't reload worker lifecycles when worker informations changed, please restart lifecycle after changing workers.
  • Unable to delete worker or pool

v0.5.3

25 Oct 21:57
Compare
Choose a tag to compare

En duo avec phalanetwork/phala-pruntime:21091601 or newer versions.

  • lifecycle: re-register worker when operator mismatch

To update:

  1. shutdown io and lifecycle
  2. wait until trade has finished all tasks
  3. pull new images
  4. modify docker compose configurations referring new example
  5. stop all services
  6. start all services

Known issues:

  • Won't reload worker lifecycles when worker informations changed, please restart lifecycle after changing workers.
  • RequestKickWorker RPC and RequestStartWorkerLifecycle RPC are not implemented yet.
  • Unable to delete worker or pool

v0.5.1

22 Oct 17:09
Compare
Choose a tag to compare

En duo avec phalanetwork/phala-pruntime:21091601 or newer versions.

  • (CRITICAL)Fix staking encoding when starting mining

To update:

  1. shutdown io and lifecycle
  2. wait until trade has finished all tasks
  3. pull new images
  4. modify docker compose configurations referring new example
  5. stop all services
  6. start all services

Known issues:

  • Won't reload worker lifecycles when worker informations changed, please restart lifecycle after changing workers.
  • RequestKickWorker RPC and RequestStartWorkerLifecycle RPC are not implemented yet.
  • Unable to delete worker or pool

v0.5.0

22 Oct 07:56
Compare
Choose a tag to compare

En duo avec phalanetwork/phala-pruntime:21091601 or newer versions.

  • Fix #69
  • Refactored trader

To update:

  1. shutdown io and lifecycle
  2. wait until trade has finished all tasks
  3. pull new images
  4. modify docker compose configurations referring new example
  5. stop all services
  6. start all services

Known issues:

  • Won't reload worker lifecycles when worker informations changed, please restart lifecycle after changing workers.
  • RequestKickWorker RPC and RequestStartWorkerLifecycle RPC are not implemented yet.
  • Unable to delete worker or pool

v0.4.3

12 Oct 19:57
Compare
Choose a tag to compare

En duo avec phalanetwork/phala-pruntime:21091601 or newer versions.

  • Update polkadot.js

To update:

  1. shutdown io and lifecycle
  2. wait until trade has finished all tasks
  3. pull new images
  4. modify docker compose configurations referring new example
  5. stop all services
  6. start all services

Known issues:

  • Won't reload worker lifecycles when worker informations changed, please restart lifecycle after changing workers.
  • RequestKickWorker RPC and RequestStartWorkerLifecycle RPC are not implemented yet.
  • Unable to delete worker or pool

v0.4.2

03 Oct 19:03
Compare
Choose a tag to compare

En duo avec phalanetwork/phala-pruntime:21091601 or newer versions.

  • Don't re-register worker on chain if already registered.

To update:

  1. shutdown io and lifecycle
  2. wait until trade has finished all tasks
  3. pull new images
  4. modify docker compose configurations referring new example
  5. stop all services
  6. start all services

Known issues:

  • Won't reload worker lifecycles when worker informations changed, please restart lifecycle after changing workers.
  • RequestKickWorker RPC and RequestStartWorkerLifecycle RPC are not implemented yet.
  • Unable to delete worker or pool