talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia-labs.github.io/talaia.watch/
MIT License
134 stars 63 forks source link

tests: Fix `at_height` may panic #120

Closed mariocynicys closed 2 years ago

mariocynicys commented 2 years ago

with_height test method might produce invalid blocks because, after #79, we can't create empty blocks any more, and some random txs might result in a not enough proof of work, thus making at_height (in #56) method panic when validating the produced blocks.

Fixes #56

sr-gi commented 2 years ago

Needs rebase.