Olaoluwa Osuntokun

Results 793 comments of Olaoluwa Osuntokun

Yep the package is private right now which wasn't the intention. Looks like the default on the org level is private, will get that switched over to public then report...

The images should now be public: https://github.com/btcsuite/btcd/pkgs/container/btcd

Is is that the bitcoind node is asking for transactions during IBD, or that we are?

Should we have picked another bech32 prefix for testnet3? As is, it isn't possbile to distinguish an address meant for testnet3 vs testnet4.

That would be super cool. I think a portion of the implementation may end up living within `btcwallet` as well: https://github.com/btcsuite/btcwallet

We've partially ported his initial work in a draft PR that lives here: https://github.com/btcsuite/btcd/pull/1987

If you do `pool getinfo` what's your node's tier in `node_rating`? That needs to be `TIER_1` to allow you to submit asks in the "main" market. > After submitted an...

Right after posting this, I realize that we do resume the parcels here: https://github.com/lightninglabs/taproot-assets/blob/main/tapfreighter/chain_porter.go#L164-L177. So the restart logic is fine, but we still shouldn't let inability to deliver a proof...

> A neater solution may be a background loop to deliver undelivered receiver transfer proofs when sent a signal by the chain porter. If we write transfer data before attempting...

We should likely have a config to disabled the new behavior as well.