Skip to content

nooschain v0.1.0


nooschain / node-sync/chain-sync / syncFromPeer

Function: syncFromPeer()

syncFromPeer(args): Promise<ChainSyncResult>

Defined in: node-sync/chain-sync.ts:84

Synchronizes this node from one trusted peer.

The function is conservative: active incidents block sync unless forced, same-height hash conflicts become finalized conflicts, remote blocks execute through the normal state machine, and payload backfill remains availability-layer follow-up work.

Parameters

args

SyncFromPeerOptions

Returns

Promise<ChainSyncResult>

Audience-first NOOSChain documentation.