Commit Graph

2978 Commits

Author SHA1 Message Date
Daira Hopwood c7c1c22da0 ZIP 317: add `min` and `floor` to Notation section.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-14 16:06:18 -05:00
Daira Hopwood 91c4c89eaa ZIP 317: add MAY to keywords.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-14 16:06:18 -05:00
Daira Hopwood 4d60ae131d
Merge pull request #650 from daira/zip-317-algorithm-4
ZIP 317: change block template construction to use "algorithm 4"
2022-12-07 21:30:07 +00:00
Daira Hopwood 0d9a96050b ZIP 317: address Teor's comments.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-05 21:46:30 +00:00
Daira Hopwood 957cc57f57 ZIP 317: allow nodes to drop transactions with more than
block_unpaid_action_limit unpaid actions.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-05 19:54:09 +00:00
Daira Hopwood 3551fdba1a ZIP 317: add Daira Hopwood as an Owner.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-05 19:53:28 +00:00
Daira Hopwood a9ef048527 Explain the use of max(1, tx.fee), and write weight_ratio as math.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-01 21:07:41 +00:00
Daira Hopwood fc56098315 ZIP 317: ensure that the case in block template construction where
all remaining transactions have zero weight ratio is well-defined.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-01 03:12:45 +00:00
Daira Hopwood 2a6e5ae9e7 CSS vertical spacing tweaks.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-01 01:52:33 +00:00
Daira Hopwood afd297c243 ZIP 317: change block template construction algorithm.
Also update the acknowledgements.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-12-01 01:52:33 +00:00
Daira Hopwood ce4f564aba ZIP 317: put the values of parameters in the table describing them.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-11-29 18:12:30 +00:00
Daira Hopwood 4efcdcfdd3 ZIP guide: regenerate HTML.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-11-29 18:12:30 +00:00
Daira Hopwood f255fc5106 Document how block template construction interacts with the block sigop limit.
Co-authored-by: Teor <teor@zfnd.org>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-11-16 16:05:24 -05:00
Daira Hopwood 97c2e17f5b Add recommended block template construction algorithm.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-11-09 17:27:15 -05:00
Daira Hopwood 9b2ae79baf
[zip-guide] Expand on conventions for Terminology, Specification, and References (#645)
* [zip-guide] Expand on conventions for Terminology, Specification, and References.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>

* Update zip-guide.rst

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
2022-11-09 16:08:50 -05:00
teor 0f33bb41a2 Fix a MUST -> MUSTNOT typo 2022-11-09 16:03:37 -05:00
dependabot[bot] cae05062e3 Bump EndBug/add-and-commit from 9.1.0 to 9.1.1
Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/EndBug/add-and-commit/releases)
- [Commits](https://github.com/EndBug/add-and-commit/compare/v9.1.0...v9.1.1)

---
updated-dependencies:
- dependency-name: EndBug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-26 17:06:37 -04:00
Daira Hopwood b8b151a5df
Merge pull request #640 from daira/zip-317-changes
ZIP 317 changes
2022-10-12 23:08:40 +01:00
Daira Hopwood ad1aace0e8 Apply suggestions from ZIP sync meeting.
With thanks to @sellout, @conradoplg, @upbqdn, @nuttycom, @teor2345, @str4d.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-10-12 23:07:31 +01:00
Daira Hopwood 1d0b4f3820 ZIP 317: proportion of wallets -> proportion of transactions.
Co-authored-by: Taylor Hornby <taylor@defuse.ca>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-10-12 15:04:20 +01:00
Daira Hopwood 4a308cb87e ZIP 317: fill in values for `p2pkh_standard_{input,output}_size`.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-10-12 15:01:29 +01:00
Daira Hopwood 6f97fd5b6c Regenerate HTML.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-10-10 23:19:18 +01:00
Daira Hopwood eca9ae5153 Clarifications to Deployment and additional rationale.
Co-authored-by: Jack Grigg <jack@electriccoin.co>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-10-10 23:18:13 +01:00
Daira Hopwood cb3e842bba Modify the conventional_fee formula to take into account
that transparent inputs and outputs are variable-length.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-10-10 23:17:26 +01:00
Daira Hopwood f1924784f0
Merge pull request #637 from daira/proportional-fee
ZIP 317: Proportional Transfer Fee Mechanism
2022-10-10 23:01:34 +01:00
Daira Hopwood d90ae7d175
Typos and clarifications 2022-10-10 22:19:43 +01:00
dependabot[bot] 05d043a589 Bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 17:07:02 -04:00
Daira Hopwood ed7890ff18 ZIP 317: work-in-progress editing.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-10-04 23:57:01 +01:00
Daira Hopwood 7dcb0b168c ZIP 317: replace stub with draft.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-10-04 22:17:04 +01:00
Daira Hopwood 5605b27308 Merge remote-tracking branch 'origin/main' into proportional-fee 2022-10-04 22:16:21 +01:00
Daira Hopwood 23fcd67a3f
Apply suggestions from review with @nuttycom 2022-10-04 21:32:20 +01:00
nighthawk24 4033b7ffe7
Merge pull request #2 from daira/proportional-fee
[ZIP 317] Updates from ZIP Editors' meeting
2022-10-03 16:29:05 -04:00
Daira Hopwood e30626a59a
Apply suggestions from review with @nighthawk24 2022-10-03 21:23:22 +01:00
Daira Hopwood fd23f02d39
Node developers SHOULD coordinate on deployment schedule 2022-10-03 20:03:10 +01:00
Daira Hopwood 775601608c
Use conformance language for deployment 2022-10-03 20:00:09 +01:00
Daira Hopwood cc3d133d4f
Nodes can deploy the low_fee_penalty threshold change immediately 2022-10-03 18:55:33 +01:00
Daira Hopwood 0d6c46dec1
Fix typos 2022-09-27 23:14:39 +01:00
Daira Hopwood bb04751a5b Updates from ZIP Editor's meeting.
Co-authored-by: Jack Grigg <thestr4d@gmail.com>
Co-authored-by: Kris Nuttycombe <kris@nutty.land>
Co-authored-by: Teor <teor@riseup.net>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-09-22 00:05:31 +01:00
Daira Hopwood 902449d38a
Apply suggestions from code review
Co-authored-by: teor <teor@riseup.net>
2022-09-20 10:49:33 +01:00
Daira Hopwood 25610fc5c7 Regenerate all HTML using Docutils 0.19.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-09-20 10:22:23 +01:00
Daira Hopwood 954467c15d Update dependency info.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-09-20 10:21:45 +01:00
Daira Hopwood ec8a36241f ZIP 319: add stub.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-09-20 10:13:33 +01:00
Daira Hopwood c15295d515 ZIP 317: add stub.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-09-20 10:12:40 +01:00
Daira Hopwood cf75bdc05c ZIP 318: update index.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-09-19 18:20:57 +01:00
Daira Hopwood 102b554827 ZIP 318: add stub.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-09-19 17:51:02 +01:00
Daira Hopwood 7146491320 Regenerate PDFs. 2022-09-15 20:30:25 +01:00
Daira Hopwood 7070e586c3 Set change history entry date.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-09-15 20:24:47 +01:00
Daira Hopwood 5991a14d1f Correct Jurgen Bos' name.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-09-15 20:24:25 +01:00
Daira Hopwood 4dfeb91623 Regenerate PDFs. 2022-09-10 00:48:43 +01:00
Daira Hopwood c3f96b0a58 Set Change History entry date.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-09-10 00:28:19 +01:00