Skip to content

fix: corrected maximum sizes for the Signet

Adam requested to merge origin/9-add-comments-signetdev-files into trunk

The Signet was using some of the maximum values from the Signet HC. These are used for defining buffers and the same constants were used for iterating over those buffers. This change just reduces the amount of memory being used. There were no buffer overflows.

Also added comments to help new developers get acquainted with the code.

Merge request reports