Module forest_filecoin::networks::butterflynet

source ยท

Constantsยง

Staticsยง

  • Default bootstrap peer ids.
  • DRAND_SCHEDULE ๐Ÿ”’
  • Genesis CID
  • GENESIS_URL ๐Ÿ”’
    Compressed genesis file. It is compressed with zstd and cuts the download size by 80% (from 10 MB to 2 MB).
  • GENESIS_URL_ALT ๐Ÿ”’
    Alternative URL for the genesis file. This is hosted on the lotus repository and is not compressed. The genesis file does not live on the master branch, currently on a draft PR. <https://github.com/filecoin-project/lotus/pull/11458>
  • Height epochs.

Functionsยง

  • Fetches the genesis CAR from the local database or downloads it if it does not exist. The result bytes may be compressed.
  • get_bundle_cid ๐Ÿ”’