slient-coder

Results 22 comments of slient-coder

Upgrading to the latest version of the wallet can solve this problem.

We have noticed this issue, and we are looking for the right time to make adjustments. We hope to be compatible with BIP-0044 while maintaining the previous address format.

You can refer to the code here. https://github.com/unisat-wallet/wallet-sdk/blob/master/test/tx-helpers/utils.ts#L122

Can you provide a specific PSBT?

This issue has been inactive for a while, so we're closing it for now to help keep the issue tracker clean. If the problem still exists or you have new...

It looks like the issue is caused by a conflict between our extension and the JavaScript environment of OpenWRT (likely due to the global _ variable being overwritten). We currently...

If you are using https://mempool.space/testnet4/api/tx to broadcast a transaction, you need to use rawtx. If you are using the unisat.pushPsbt method to broadcast a transaction, you need to use psbtHex.

Your question title mentions that there is an issue with unisat.pushPsbt on testnet4. Please provide the error message returned when you call unisat.pushPsbt(psbtHex).

This situation actually indicates that the broadcast was successful. However, due to the prolonged reorganization issue on testnet4 (some miners exhibit poor block production behavior), UniSat's nodes and mempool.space's nodes...

The public signet is supported in v1.4.2. Since the UniSat wallet needs to rely on the API provided by the index, it cannot rely solely on bitcoin's RPC, so custom...