Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* temp * use api key * wallet: set display name based on wallet type * ui: change copy button text on copy * ducks: add more wallet properties * onboarding: create multisig wallet * onboarding: import multisig wallet * wallet: refactor to use walletProxy * wallet: parse tx and multisigProxy * multisig: setup and keys table * multisig: tx viewer modal * multisig: add modal to inspect tx * ui: do not show success notifs if partial signed tx * ui: hide elements in uninitialised wallets * atomic-swap: add transaction file select * ui: disable features not supported with multisig * multisig: add i18n context * wallet: remove unused tx create code * i18n: extract strings * onboarding: refactor CreateNewAccount * wallet: only add redeem script to LedgerInput if p2sh * multisig: only show export in modal after signing * multisig: check tx before broadcast from modal * multisig: success notification after broadcast * onboarding: limit multisig N to max 15 * multisig: error when adding existing key * Fixed line 107 of package.js (#3) * Fixed line 107 of package.js Changed claims.js to notifications.js in scripts/package.js * Added both claims and notifications to package.js and .sh Co-authored-by: Nathan Woodburn <contact@nathan.woodburn.id.au> * ui: do not show success notification if not broadcasting * multisig: handle incomplete txs with negative fee * multisig: new multisig section in tx viewer * multisig: copy tx hex in modal For debugging and palmreader users * ui: do not show error if user cancelled modal * multisig: consider 0 bid as valid * i18n: extract strings from multisig components
- Loading branch information