Calvin Kim
Calvin Kim
Also noticing this. Is there any update?
> * Not sure all the scope brackets in the tests are useful. > * Prefere prefix iterators (faster due to avoiding a copy), see our developer notes > *...
> ACK [1204e3d](https://github.com/bitcoin/bitcoin/commit/1204e3d4d35a1adf7e2160f29b604bb1ba1ac899) > > Some nit comments (feel free to ignore), most of which would be pre-empted by running > > ``` > git diff -U0 HEAD~1.. | ./contrib/devtools/clang-format-diff.py...
Did anyone test on aarch64 (mainly raspberry pi)?
I tested with rp3 but the biggest problem was memory. I’ll give another go with swapon set. What’s the most demanding software at the moment?
> There is community support for [NixOS on ARM](https://nixos.wiki/wiki/NixOS_on_ARM), but I don't know if anyone ever tried running nix-bitcoin on ARM (apparently NixOps now works with ARM too according to...
> @kcalvinalvin this looks like it would be a nice companion to #1426. there will be some rebase conflicts but it'd be cool to see how much it improves the...
@jakesyl Btcd was abandoned by the original authors as they went off to make an altcoin. Safe to say this feature is abandoned.
Is the bug in `dbSeekUtxoEntry()` already known? In the tests, `dbSeekUtxoEntry()` will sometimes return a tx that's new. This causes `checkBIP0030()` to fail as `seekAndCacheEntries()` will return a tx that...
Talked to andrew and fursy and am convinced that the PR would just have to be reverted in a later commit. Closing.