ensdomains / address-encoder

Encodes and decodes address formats for various cryptocurrencies
MIT License
149 stars 128 forks source link

Add QRL address support #386

Open willpiam opened 1 year ago

willpiam commented 1 year ago

Issue number

Description

Added support for QRL (Quantum Resistant Ledger) addresses.

Reference to the specification

https://docs.theqrl.org/developers/address/

Reference to the test address.

They are both my addresses, they can be viewed on the block explorer https://explorer.theqrl.org/a/Q01060079df8fabfb4fdf7e7d5c4968fbf239bf804eb883082c77a00b25abf2724d95d3e47b32bb https://explorer.theqrl.org/a/Q02070028dc6ca5f722f9646171cee25eff5d178907d0e05a7c343eeba77ef138fcc0da9a0074db

List of features added/changed

NOTE: If you are adding new coin address support, please make sure to add a reference link to README so that reviewer can verify.

How much has the filesize increased?

Before: 416859 After: 417626

How Has This Been Tested?

Ran tests with various inputs.

Checklist:

willpiam commented 10 months ago

Could somebody please review this merge request?