zips icon indicating copy to clipboard operation
zips copied to clipboard

Mark up consensus rules in protocol spec

Open daira opened this issue 4 years ago • 1 comments

The goals are:

  • give a name to each rule, which can be correlated with the corresponding code in zcashd and zebrad;
  • define an anchor URL for each rule that code can refer to;
  • allow easy searching for the code implementing each rule.

See also zcash/zcash#3959 and zcash/zcash#3957.

daira avatar Mar 22 '21 19:03 daira

I like this, once we have an anchor for each consensus rule we can grep the codebases for the anchors to find where all the rules are implemented (and to find any that are not implemented).

defuse avatar Dec 17 '21 18:12 defuse