Commit graph

12 commits

Author SHA1 Message Date
reemuru
9e6f116bc9
TxUtils: don't show resolve for float
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>
2022-07-22 10:21:29 -04:00
reemuru
0f67580e8f
Advanced: ReserveProof: Add support for reserve proof
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.
2022-01-20 20:21:11 -05:00
selsta
f327d20deb
qml: use libwalletqt make_uri function 2021-09-05 05:52:56 +02:00
rating89us
946fa538b9 Receive: implement payment request 2021-08-19 17:13:57 +02:00
selsta
c34a2b43fc
QML: fix warnings 2019-07-02 15:10:40 +02:00
selsta
74dbe8bfcb
Account/Receive: update design 2019-04-25 22:36:02 +02:00
selsta
1e6e928995 AddressBook: redesign 2019-04-08 20:40:35 +02:00
dsc
f329a71029
Wizard redesign 2019-02-22 03:05:27 +01:00
dsc
85cd428dcb Merchant page 2018-12-29 18:08:21 +01:00
mmbyday
67787421e1 openalias: handle address validation correctly 2018-12-20 12:24:55 -08:00
Sander Ferdinand
5487383068 Variable address truncation (for mobile) 2018-05-03 12:35:53 +02:00
Sander Ferdinand
70983136bc Generate proof from history view and made javascript file with tx related functions 2018-03-29 23:04:03 +01:00