ElementsProject / ElementsProject/elements
Implement fast merkleroot computations in Python
Offen
- Vorherrschende Sprache
- C++
- Sterne
- 1.2k
- Forks
- 416
- Ø Merge
- 1 T. 23 Std.
- Gemergte PRs (30 T.)
- 15
Beschreibung
Currently our functional tests require setting the global `util.node_fastmerkle` with an Elements node, and to compute merkle roots in blocktools.py we call an RPC on this node. This is ugly and crazy and causes mysterious failures when adding new tests. We should just implement sha2 midstates in Python (there is plenty of MIT-licensed code floating around which does this, for example https://github.com/slush0/stratum-mining-proxy/blob/master/mining_libs/midstate.py ).
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.