ELC implementation for BNB Smart Chain.
NOTE: This project is currently under heavy development. Features may change or break.
Environment variables can be used to change settings. Each configuration must be determined at build time, not at run time.
Parameters can be specified to check for acceptable headers at build time.
Name | Description |
---|---|
MINIMUM_TIMESTAMP_SUPPORTED |
Timestamp(millisecond) of the lowest header this light client will accept. All the ForkSpec must be greater than or equal to this value. |
MINIMUM_HEIGHT_SUPPORTED |
Height of the lowest header this light client will accept. All the ForkSpec must be greater than or equal to this value. |