From dea388f2b50922f0e7178e53ec6cccc275f379e0 Mon Sep 17 00:00:00 2001 From: Willem Olding Date: Thu, 9 May 2024 10:51:57 +1000 Subject: [PATCH] add chainspec doc --- docs/chainspec.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/chainspec.md b/docs/chainspec.md index 5baf285..da7d814 100644 --- a/docs/chainspec.md +++ b/docs/chainspec.md @@ -91,23 +91,3 @@ The remainder of the fields should follow the spec as described in the lightwall "zcashdSubversion": "N/A" } ``` - -### Network Constants - -#### Address Encoding - -Zcash uses different human readable prefix (HRP) strings to ensure encoded keys cannot be re-used between mainnet and testnet. CarteZcash extends this so that keys cannot be used between different instances of CarteZcash or other Zcash forks. - -Relevant to CarteZcash are: - - -- The human readable prefixes for transparent address types - - B58_PUBKEY_ADDRESS_PREFIX - - B58_SCRIPT_ADDRESS_PREFIX -- ones for orchard? - -#### Sighash - -? does this need anything? - -https://github.com/zcash/librustzcash/blob/main/components/zcash_protocol/src/constants/mainnet.rs \ No newline at end of file