You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should also note that pretty much all of the code in the merkle package in dcrtime could (and probably should) be updated for the new version of a proof file to mirror the merkle tree + inclusion proof bits from github.com/decred/dcrd/blockchain/standalone/v2 which are significantly more efficient, have simpler code, and are easier to use, than the ones here. For example, they don't require messing with the aforementioned bitmap flags.
Do note that dcrtime uses sha256 instead of blake256 for the hash calculations, so the code in question would need to be modified slightly to use sha256 accordingly.
Current format:
Desired format:
The text was updated successfully, but these errors were encountered: