bitbox-wallet-app icon indicating copy to clipboard operation
bitbox-wallet-app copied to clipboard

backend/transactions: add test for tx serialization

Open Beerosagos opened this issue 2 years ago • 1 comments

Recent btcd updates changed the way hashes are serialized. We proposed a fix (see https://github.com/btcsuite/btcd/pull/2025) to restore backward compatibility.

This commit adds a specific test case to ensure that the newer and the legacy serialization methods work.

Beerosagos avatar Apr 29 '24 13:04 Beerosagos

Moved the transactionsdb_test.go and made a few changes, PTAL :pray:

Beerosagos avatar May 09 '24 06:05 Beerosagos

rebased

Beerosagos avatar May 16 '24 12:05 Beerosagos