Skip to content

v2.3.0

Compare
Choose a tag to compare
@krhougs krhougs released this 21 Jun 16:58
· 24 commits to current-v2 since this release

Overview

Runtime Bridge 2 uses P2P technologies to improve the mining experience. It allows multiple lifecycle instance share data providers to reduce storage pressure and support data provider redundancy to ensure overall stability.

Deployment guide: https://github.com/Phala-Network/runtime-bridge/wiki/Deployment-Guide-for-Runtime-Bridge-2
Migrate from v0: https://github.com/Phala-Network/runtime-bridge/wiki/Migrate-from-v0-to-v2

To use with docker: docker pull phalanetwork/prb:next
To use monitor with docker: docker pull phalanetwork/prb-monitor:next

Data Provider

  • Add hash check while fetch parachain blocks to prevent bad blocks being saved.

Trader

  • Fix error states when call failed in batch;
  • Use force_batch instead of batch_try from utility pallet.