A lightweight web wallet for Cardano cryptocurrency with Trezor, Ledger and BitBox02 support. Please note that the only valid domain for our wallet is adalite.io
The initial motivation was to change the address to get rewards from user's staking address to their first base address, because that's how the registrations will change in the next catalyst round. While I was at that, I also made a bunch of other updates/fixes described below
Changes
change catalyst registration reward address from stake address to base address
update ledger/trezor accordingly and update ledger to prerelease lib to be able to handle it once it's launched
update from Node 14 to Node 18 (note that so far the unit tests were failing, turns out the solution was to run chrome headless with the --no-sandbox flag)
update cypress to latest version, i.e. 12, because v9 was failing with some weird ssl error on Node 18
How to test
try creating a catalyst registration with mnemonic/trezor/ledger
Motivation
The initial motivation was to change the address to get rewards from user's staking address to their first base address, because that's how the registrations will change in the next catalyst round. While I was at that, I also made a bunch of other updates/fixes described below
Changes
--no-sandbox
flag)How to test