Bruno Garcia
Bruno Garcia
So, it would be better to cherry-pick this into #28584?
cc: @apoelstra what do you think?
Hi, @pingu-73. Thanks for it. We do not consider to switch to submodules because: 1. We do not need the whole projects. Specially for Bitcoin Core, we just import part...
> FWIW if this project starts using submodules I will never contribute to it and probably won't even check it out locally. (I've never contributed so far, but that's not...
> We can probably close this issue since [#223](https://github.com/bitcoinfuzz/bitcoinfuzz/pull/223) and [#224](https://github.com/bitcoinfuzz/bitcoinfuzz/pull/224) is already merged. No, because we have to manually set it up on Cargo.toml. It would be great if...
Thanks, I'm in a paternity leave and I intend to review it next week.
Needs rebase
> One thing that would be nice is to have a volume to save crash files on the user's machine. Right now, when the container stops due to a bitcoinfuzz...
``` rust_bitcoin_lib v0.1.0 (/Users/brunogarcia/projects/bitcoinfuzz/modules/rustbitcoin/rust_bitcoin_lib) └── bitcoin v0.32.5 ├── base58ck v0.1.0 │ ├── bitcoin-internals v0.3.0 │ └── bitcoin_hashes v0.14.0 │ ├── bitcoin-io v0.1.3 │ └── hex-conservative v0.2.1 │ └── arrayvec v0.7.6...
> Right now there is no need to build both rustbitcoin and rustminiscript together, but that might be usefull in the future. Obviously there is no fuzz target that will...