Skip to content

New node blockchain verification #53

Description

@pdmendki

When a new node joins the network, it should be able to verify blockchain state by requesting transactions and blocks from peers and replaying the transactions.

Possible ways to implement

  • Store opcodes / IL smart contract and VM will replay it on new node
  • using zero knowledge proofs for txns and blocks (this would also enable light client nodes)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions