Sean Gilligan
Sean Gilligan
@schildbach I accidentally pushed a ~~bunch~~ few more commits on this branch/PR. ~~I'll sort it out tomorrow.~~ I sorted it out and submitted them separately in PR #3723
Ok, this is rebased and only has a single commit now. I changed the title as well. The proposed addition is not very important and is also controversial, so I'll...
You created the transaction with bitcoinj and broadcast it with mempool.space? How did you do that? Could you show your code? (If you tried to use bitcoinj's `PeerGroup` with default...
> Since it's a buildroot toolchain compiled from source in case of native aarch64 builds. After seeing the following line in `setup.sh` in this repository, I have been experimenting with...
> > Can you try following diff instead? > > It's force-pushed and I will try it out in my aarch64 Debian VM. If I use this PR after the...
> Can you share the output of following echo command? > > ``` > + @echo ${LINKER_CFG} > ``` ``` target.aarch64-unknown-linux-gnu.linker="ld" ```
@b49020 See https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/135#issuecomment-2150795417
> Have you run BuildCheckpoints successfully on Testnet3 with this change? No. And you make several good points. I'll downgrade this to _DRAFT_ and we can focus on the other...
> Have you run `BuildCheckpoints` successfully on Testnet3 with this change? Ideally, comparing to a previous `org.bitcoin.test.checkpoints.txt` (there is one in core). Could we make this an integration test? Or...
> We can migrate byte[] to Script, however note that Script.parse() parses the bytes immediately (not on-demand), so this could be a performance issue for some. I was able to...