Bruno Garcia

Results 377 comments of Bruno Garcia

What is the state of this?

> @brunoerg I think this should be ready for review now, I think I just need to currate the list of WALLET_RPC_COMMANDS_SAFE_FOR_FUZZING and WALLET_RPC_COMMANDS_NOT_SAFE_FOR_FUZZING Did you advance on curating the...

I think we will have here the same problems that we usually have for other wallet targets. The size of keypool, wallet encryption, etc... may cause timeout issues.

Are you still working on it?

I think this is a good idea and it's what we were doing on bitcoinfuzz v1 (see https://github.com/brunoerg/bitcoinfuzz/blob/main/btcd_lib/wrapper.go#L21)

Just moved it to draft to get some conceptual feedbacks first. I added a commit to bypass some asserts in `ConnmanTestMsg` that would fail since we're bypassing network magic and...

> Can you explain why the asserts and sanity checks would be failing? They are unrelated to the checksum, so if they are failing, it seems like this patch is...