aboutsummaryrefslogtreecommitdiff
path: root/js/TxUtils.js
Commit message (Collapse)AuthorAgeFilesLines
* Transfer, AddressBook: confirm unauthenticated OpenAliasselsta2026-06-261-0/+1
|
* Remove unused JS variablesb4n6-b4n62025-03-031-1/+0
|
* TxUtils: allow @ in OpenAlias domainselsta2024-04-251-1/+1
|
* TxUtils: use regex to check for valid domainselsta2023-11-131-5/+8
|
* TxUtils: add handleOpenAliasResolution func, simplify codeselsta2023-04-211-0/+31
|
* TxUtils: don't show resolve for floatreemuru2022-07-221-4/+3
| | | | | | | | | | Add parseFloat() checks so that the 'Resolve' button for OpenAlias remains hidden. Also add a length check for one character with a dot. IP addresses will not be respected, but the whole point of domain names and OA is for facilitating human readable / user friendly information. Co-authored-by: selsta <selsta@users.noreply.github.com>
* Advanced: ReserveProof: Add support for reserve proofreemuru2022-01-201-0/+4
| | | | | | | | | | This change adds the ability to prove and check a reserve proof to this existing "Prove/check" advanced menu. If the amount line has a valid amount less than that of the current account index this input will drive the logic for generating a reserve proof. Checking a reserve proof is accomplished by validating the address and verifying that signature.indexOf("ReserveProofV") === 0. The result displays the total and spent amount of the proof.
* qml: use libwalletqt make_uri functionselsta2021-09-051-27/+0
|
* Receive: implement payment requestrating89us2021-08-191-1/+17
|
* QML: fix warningsselsta2019-07-021-2/+2
|
* Account/Receive: update designselsta2019-04-251-0/+1
|
* AddressBook: redesignselsta2019-04-081-0/+7
|
* Wizard redesigndsc2019-02-221-0/+1
|
* Merchant pagedsc2018-12-291-0/+11
|
* openalias: handle address validation correctlymmbyday2018-12-201-0/+8
|
* Variable address truncation (for mobile)Sander Ferdinand2018-05-031-2/+3
|
* Generate proof from history view and made javascript file with tx related ↵Sander Ferdinand2018-03-291-0/+57
functions