bisq/assets/src
Steven Barclay 3470429746
Allow use of bech32 BSQ addresses
Remove the restriction to base58 (P2SH & P2PKH) addresses when parsing,
formatting & validating BSQ addresses, by replacing o.b.c.LegacyAddress
with its superclass o.b.c.Address throughout. Also remove restriction to
LegacyAddress in BsqTxListItem and BsqTransfer(Service|Model).

The bech32 BSQ addresses follow the same format as the old base58 BSQ
addresses, namely 'B' + <btc-address>.
2021-04-27 11:08:10 +01:00
..
main Allow use of bech32 BSQ addresses 2021-04-27 11:08:10 +01:00
test/java/bisq/asset Add test for Liquid Bitcoin and improve error handling 2020-02-11 17:31:43 +01:00