Se7enZ · 3d Can see missing the issue in review, especially wrt to the huge PR diff. But this should have been integration tested - both for entropy and proper library symbols. Dusty's article is great. Hindsig... Sjors 1785671366 Entropy is hard to test. You'd have to have to run it on (slow) real hardware billions of times to find a 32 bit collision. In a simulator you don't expect to use the real TRNG.Checking library symbols is not a typical thing for an integration test, though it might have been good (in hindsight) to run a whitelist of symbols you want to see. Bitcoin Core does some of that: https://github.com/bitcoin/bitcoin/blob/master/contrib/guix/symbol-check.py 1