Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi: Allow trezor ticket purchasing on testnet. #3848

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 12, 2024

  1. multi: Allow trezor ticket purchasing on testnet.

    Add purchaseTicketsV3 which purchases tickets using a watching only
    trezor wallet from a vsp with api v3. Errors if not on testnet.
    
    Add separate payVSPFee function that will pay a tickets fee if not
    already paid, and throws if already paid.
    
    Correct purchase ticket button for watching only wallets. It no longer
    asks for a password. Connect purchasing through trezor when isTrezor is
    true.
    
    Add vsp v3 endpoints "feeaddress" and "payfee" to allowed external
    requests.
    
    Change wallet/control.js to not require an unlocked wallet when signTx
    is false.
    
    Add headers to OPTIONS externalRequest. These are required by CORS when
    making POST requests.
    JoeGruffins committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    83f0d64 View commit details
    Browse the repository at this point in the history