parlia-elc

November 27, 2025 ยท View on GitHub

test

ELC implementation for BNB Smart Chain.

NOTE: This project is currently under heavy development. Features may change or break.

Supported Versions

Documents

Configuration

Environment variables can be used to change settings. Each configuration must be determined at build time, not at run time.

Build Parameters

Parameters can be specified to check for acceptable headers at build time.

NameDescription
MINIMUM_TIMESTAMP_SUPPORTEDTimestamp(millisecond) of the lowest header this light client will accept. All the ForkSpec must be greater than or equal to this value.
MINIMUM_HEIGHT_SUPPORTEDHeight of the lowest header this light client will accept. All the ForkSpec must be greater than or equal to this value.