Commit Graph

3337 Commits

Author SHA1 Message Date
Kris Nuttycombe 46d810b84e Render draft ZIPs. 2024-07-03 15:41:24 -06:00
Kris Nuttycombe c0fb87ab10 Fix missing reference to lockbox funding streams proposal. 2024-07-03 14:54:35 -06:00
Kris Nuttycombe fa1e022c5d Add requirements related to ZCG streams for Alternative 2 & Alternative 4 2024-07-03 14:47:25 -06:00
Kris Nuttycombe b0a5cc902c Add NoamChom's proposal for a 25% dev fund, motivation for Skyl's alternative. 2024-07-03 14:41:58 -06:00
Kris Nuttycombe 81551d9395 Propose alternatives for non-direct allocation of block rewards.
Co-authored-by: Skylar Saveland <skylar@free2z.com>
Co-authored-by: Jason McGee <aquietinvestor@gmail.com>
2024-07-03 14:27:21 -06:00
Kris Nuttycombe 6831bde74f Rename ZIP to `Lockbox Funding Streams` 2024-07-03 14:26:58 -06:00
str4d 5916df779e
Merge pull request #867 from nuttycom/draft_deferred_funding
Add a draft of ZIP 207 modifications to enable funding stream deposits to a "lockbox".
2024-07-03 21:17:27 +01:00
Jack Grigg ed3af0a2f5 Render manually, while the CI-based rendering is broken 2024-07-03 20:13:58 +00:00
Jack Grigg 9b7a22097a draft-nuttycom-lockbox-streams: Cleanups and rendering fixes 2024-07-03 20:11:36 +00:00
Jack Grigg eaa24abdaf Add missing `.gitignore` entry 2024-07-03 20:04:36 +00:00
Jack Grigg 9a49cdfd19 Remove `.md` suffixes from links in HTML renders 2024-07-03 20:03:17 +00:00
Kris Nuttycombe bd8d7ef9fc Add a draft of ZIP 207 modifications to enable funding stream deposits to a "lockbox". 2024-07-03 13:06:01 -06:00
Jack Gavigan 6f0c34494a
Update draft-zf-community-dev-fund-2-proposal.rst
Removes BP/ECC as a recipient, and re-assigns the BP slice to a lockbox.
2024-07-03 16:11:15 +01:00
Jack Gavigan dc68efd40b
Update draft-zf-community-dev-fund-2-proposal.rst
Changes based on @str4d's feedback.
2024-07-03 01:03:25 +01:00
Jack Gavigan e72eb6e707
Update draft-zf-community-dev-fund-2-proposal.rst
Co-authored-by: str4d <thestr4d@gmail.com>
2024-07-03 00:19:08 +01:00
Jack Gavigan 767c7ce16c
Update draft-zf-community-dev-fund-2-proposal.rst
Co-authored-by: str4d <thestr4d@gmail.com>
2024-07-03 00:18:21 +01:00
Jack Gavigan 34757b49b9
Merge branch 'zcash:main' into main 2024-07-03 00:17:12 +01:00
Jack Gavigan 5d2c7f701f
Update draft-zf-community-dev-fund-2-proposal.rst
Added a requirement that BP, ECC and ZF MUST collaborate with the Zcash community to research and explore the establishment of a non-direct funding model.
2024-07-02 23:43:42 +01:00
Jack Gavigan 21ae1f0863
Update draft-zf-community-dev-fund-2-proposal.rst
Clarified that FPF is a non-profit.
2024-07-02 22:20:31 +01:00
Jack Gavigan 8cf1c418b1
Amend eligibility for grants in draft-zf-community-dev-fund-2-proposal.rst 2024-07-02 21:09:43 +01:00
Daira-Emma Hopwood ca1f8aba0a
Respond to ZIP Editors' review 2024-07-02 18:41:25 +01:00
Jack Gavigan 2d6d7db000
Remove spurious newline from draft-zf-community-dev-fund-2-proposal.rst
Co-authored-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-02 13:12:57 +01:00
Jack Gavigan be56cd3daa
Fix typo in draft-zf-community-dev-fund-2-proposal.rst
Co-authored-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-02 13:10:02 +01:00
Jack Gavigan 6b85ebe840
Correct heading underline length in draft-zf-community-dev-fund-2-proposal.rst
Co-authored-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-02 13:09:18 +01:00
Jack Gavigan 04f7db0d58
Correct heading underline length in draft-zf-community-dev-fund-2-proposal.rst
Co-authored-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-02 13:09:03 +01:00
Daira-Emma Hopwood b3b72a2a00 Add credits and Acknowledgements section.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-02 02:02:43 +01:00
Daira-Emma Hopwood 49ab1f253e Add draft-hopwood-coinbase-balance. refs #864
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-02 01:57:34 +01:00
Daira-Emma Hopwood 1b1ec28d0a
Merge pull request #789 from daira/zip-324-update-index
Various ZIP and spec cleanups
2024-07-01 18:56:46 +01:00
Daira-Emma Hopwood 8b2929cd7f Render manually, while the CI-based rendering is broken.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-01 17:21:37 +01:00
Daira-Emma Hopwood 6d08a4fda6 Update zip-guide and add one for Markdown.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-01 17:20:36 +01:00
Daira-Emma Hopwood e797d44957 Improve rendering of the table of Drafts without assigned ZIP numbers.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-01 17:20:36 +01:00
Daira-Emma Hopwood ca22568386 Makefile: fix a bug in local rendering that could include unintended
'zip-*.{md,rst}' files from under the `.git` directory in the index.

Also make the rendering of the "Drafts without assigned ZIP numbers"
section conditional on whether there are any such drafts.

Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-01 17:20:36 +01:00
Daira-Emma Hopwood c204c8f700 Acknowledge Conrado Gouvea.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-01 16:39:48 +01:00
Daira-Emma Hopwood a1657b29c3 In \crossref{concretesinsemillahash}, declare use of LEBS2IP instead of LEOS2IP.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-01 16:39:48 +01:00
Daira-Emma Hopwood be1b95e76e Protocol spec: cosmetics and improved indexing.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-01 16:39:48 +01:00
Daira-Emma Hopwood ccd3a109aa Daira [Emma] -> Daira-Emma. Also correct some author lists and prevent line-breaking of given names or surnames in the spec.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-01 16:39:48 +01:00
Daira-Emma Hopwood e2abc3341b ZIPs 316 and 317: cosmetics.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-01 16:39:48 +01:00
Daira-Emma Hopwood 641d21227b ZIP 324: use a workaround to make the 0-based list valid.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-07-01 16:39:48 +01:00
Jack Gavigan 6aca2b8ad3
Initial draft ZIP for ZF's Dev Fund v2 proposal
This is a draft ZIP describing a proposal for a new Dev Fund, based on the current Dev Fund (as defined in ZIP 1014), with changes based on community input.
2024-07-01 14:22:38 +01:00
str4d 947a4e2ba0
Merge pull request #797 from daira/zip-316-update
ZIP 316: update minimum F4Jumble^{-1} input length and clarify interoperability
2024-06-04 19:18:40 +01:00
Daira-Emma Hopwood 3e2df48f80 ZIP 316: Reduce the minimum `F4Jumble^{-1}` input length to 38 bytes,
allowing a bare Transparent P2PKH Receiver to be encoded as a
Revision 1 UA.

Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-06-04 19:17:39 +01:00
Daira-Emma Hopwood dfd3ddde28 ZIP 316: say how to maximize interoperability by using Revision 0 UA/UVKs
(intentionally without adding any conformance requirement).

Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-06-04 18:32:08 +01:00
Daira-Emma Hopwood d28d1d0c24 ZIP 316: change the minimum F4Jumble^{-1} input length to allow for
any possible Metadata Item with a Transparent P2PKH Receiver.

Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-06-04 18:31:55 +01:00
str4d 304fa5118b
Merge pull request #850 from zcash/ci_render
Use the ECC CI user to run rendering.
2024-05-22 16:43:02 +01:00
Kris Nuttycombe 259de3a213
Use the ECC CI user to run rendering. 2024-05-22 09:38:32 -06:00
str4d 298ef99e71
Merge pull request #849 from zcash/index-changes
Index changes
2024-05-22 01:49:57 +01:00
Jack Grigg b1851410ba Add a separate table to index listing `draft-*` files 2024-05-21 18:04:23 +00:00
Jack Grigg e03c8c31e8 Include `zip-*.md` files in index 2024-05-21 17:49:41 +00:00
Jack Grigg 179faac986 README: Remove list of NU5-relevant ZIPs 2024-05-21 17:43:58 +00:00
Daira-Emma Hopwood 7a6fbc36ab
Merge pull request #793 from AArnott/fixzip316formatting
Fix formatting of bulleted lists
2024-05-12 02:16:13 +01:00