Expand description
Testnet-specific constants for block subsidies.
Structsยง
- FUNDING_
STREAMS ๐ - The funding streams for Testnet as described in:
Constantsยง
- EXPECTED_
NU6_ ๐1_ LOCKBOX_ DISBURSEMENTS_ TOTAL - The expected total amount of the one-time lockbox disbursement on Testnet. See https://zips.z.cash/zip-0271#one-timelockboxdisbursement.
- FIRST_
HALVING ๐ - The first halving height in the testnet is at block height
1_116_000as specified in protocol specification ยง7.10.1 - FOUNDER_
ADDRESS_ ๐LIST - List of founder addresses on Testnet.
- FUNDING_
STREAMS_ ๐NUM_ ADDRESSES - Number of addresses for each funding stream in the Testnet.
In the spec (protocol specification ยง7.10) this is defined as:
fs.addressindex(fs.endheight - 1)however we know this value beforehand so we prefer to make it a constant instead. - FUNDING_
STREAM_ ๐ECC_ ADDRESSES - List of addresses for the ECC funding stream in the Testnet.
- FUNDING_
STREAM_ ๐MG_ ADDRESSES - List of addresses for the Major Grants funding stream in the Testnet.
- FUNDING_
STREAM_ ๐ZF_ ADDRESSES - List of addresses for the Zcash Foundation funding stream in the Testnet.
- NU6_
1_ ๐LOCKBOX_ DISBURSEMENTS - The one-time lockbox disbursement output addresses and amounts expected in the NU6.1 activation blockโs coinbase transaction on Testnet. See:
- NUM_
FOUNDER_ ๐ADDRESSES - Number of founder addresses on Testnet.
- POST_
NU6_ ๐1_ FUNDING_ STREAMS_ NUM_ ADDRESSES - Number of addresses for each post-NU6 funding stream in the Testnet.
In the spec (protocol specification ยง7.10) this is defined as:
fs.addressindex(fs.endheight - 1)however we know this value beforehand so we prefer to make it a constant instead. - POST_
NU6_ ๐1_ FUNDING_ STREAM_ FPF_ ADDRESSES - List of addresses for the Major Grants post-NU6.1 funding stream on Testnet administered by the Financial Privacy Fund (FPF).
- POST_
NU6_ ๐FUNDING_ STREAMS_ NUM_ ADDRESSES - Number of addresses for each post-NU6 funding stream in the Testnet.
In the spec (protocol specification ยง7.10) this is defined as:
fs.addressindex(fs.endheight - 1)however we know this value beforehand so we prefer to make it a constant instead. - POST_
NU6_ ๐FUNDING_ STREAM_ FPF_ ADDRESSES - List of addresses for the Major Grants post-NU6 funding stream on Testnet administered by the Financial Privacy Fund (FPF).
- POST_
NU6_ ๐FUNDING_ STREAM_ START_ HEIGHT - The start height of post-NU6 funding streams on Testnet as described in ZIP-1015.
- POST_
NU6_ ๐FUNDING_ STREAM_ START_ RANGE - The post-NU6 funding stream height range on Testnet