Releases: Phala-Network/runtime-bridge
next-dev.0: Merge pull request #77 from Phala-Network/p2p
P2p
v0.5.8
En duo avec phalanetwork/phala-pruntime:21091601
or newer versions.
- docker: lock Node.js 14
To update:
- pull new images
- update
khala-node
to latest version(at leastv0.1.7-quickfix2
) - stop all services
- (Optional) If you are suffering the
StateRootMismatch
issue, removedata/0
folder, this will delete all cached block data - modify docker compose configurations referring new example
- 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
En duo avec phalanetwork/phala-pruntime:21091601
or newer versions.
- fetch: fix the
StateRootMismatch
error(#72) - fetch: improve fetch speed
To update:
- pull new images
- update
khala-node
to latest version(at leastv0.1.7-quickfix2
) - stop all services
- (Optional) If you are suffering the
StateRootMismatch
issue, removedata/0
folder, this will delete all cached block data - modify docker compose configurations referring new example
- 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
En duo avec phalanetwork/phala-pruntime:21091601
or newer versions.
- lifecycle: implement
RequestStartWorkerLifecycle
andRequestKickWorker
rpc. - update polkadot.js
To update:
- shutdown
io
andlifecycle
- wait until
trade
has finished all tasks - pull new images
- modify docker compose configurations referring new example
- stop all services
- 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
En duo avec phalanetwork/phala-pruntime:21091601
or newer versions.
- lifecycle: implement
RequestStartWorkerLifecycle
andRequestKickWorker
rpc.
To update:
- shutdown
io
andlifecycle
- wait until
trade
has finished all tasks - pull new images
- modify docker compose configurations referring new example
- stop all services
- 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
En duo avec phalanetwork/phala-pruntime:21091601
or newer versions.
- lifecycle: re-register worker when operator mismatch
To update:
- shutdown
io
andlifecycle
- wait until
trade
has finished all tasks - pull new images
- modify docker compose configurations referring new example
- stop all services
- 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
En duo avec phalanetwork/phala-pruntime:21091601
or newer versions.
- (CRITICAL)Fix staking encoding when starting mining
To update:
- shutdown
io
andlifecycle
- wait until
trade
has finished all tasks - pull new images
- modify docker compose configurations referring new example
- stop all services
- 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
En duo avec phalanetwork/phala-pruntime:21091601
or newer versions.
- Fix #69
- Refactored trader
To update:
- shutdown
io
andlifecycle
- wait until
trade
has finished all tasks - pull new images
- modify docker compose configurations referring new example
- stop all services
- 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
En duo avec phalanetwork/phala-pruntime:21091601
or newer versions.
- Update polkadot.js
To update:
- shutdown
io
andlifecycle
- wait until
trade
has finished all tasks - pull new images
- modify docker compose configurations referring new example
- stop all services
- 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
En duo avec phalanetwork/phala-pruntime:21091601
or newer versions.
- Don't re-register worker on chain if already registered.
To update:
- shutdown
io
andlifecycle
- wait until
trade
has finished all tasks - pull new images
- modify docker compose configurations referring new example
- stop all services
- 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