<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-gui.git/js/TxUtils.js, branch main</title>
<subtitle>Monzero desktop wallet graphical interface.
</subtitle>
<id>https://code.monzero.org/monzero-gui.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-gui.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/'/>
<updated>2026-06-26T00:14:03Z</updated>
<entry>
<title>Transfer, AddressBook: confirm unauthenticated OpenAlias</title>
<updated>2026-06-26T00:14:03Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2026-06-26T00:14:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=23930cb0e909a503171535a0a62b74debba1b885'/>
<id>urn:sha1:23930cb0e909a503171535a0a62b74debba1b885</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused JS variables</title>
<updated>2025-03-03T02:45:44Z</updated>
<author>
<name>b4n6-b4n6</name>
<email>b4n6-b4n6@yogi.pro</email>
</author>
<published>2025-03-03T02:42:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=da71a00be29b9414124a67f6e97cfcabe5a43519'/>
<id>urn:sha1:da71a00be29b9414124a67f6e97cfcabe5a43519</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TxUtils: allow @ in OpenAlias domain</title>
<updated>2024-04-25T14:31:22Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2024-04-25T14:31:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=1878338a4473927288b3b4c36a08d63879014368'/>
<id>urn:sha1:1878338a4473927288b3b4c36a08d63879014368</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TxUtils: use regex to check for valid domain</title>
<updated>2023-11-13T02:02:54Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-11-13T01:27:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=e41f3cfd134a071dbc6cd561bbb3277a780e0a89'/>
<id>urn:sha1:e41f3cfd134a071dbc6cd561bbb3277a780e0a89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TxUtils: add handleOpenAliasResolution func, simplify code</title>
<updated>2023-04-21T12:45:09Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-04-21T12:45:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=6bd11f227008b4d60a623f1effea7d8319fa8ddc'/>
<id>urn:sha1:6bd11f227008b4d60a623f1effea7d8319fa8ddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TxUtils: don't show resolve for float</title>
<updated>2022-07-22T14:21:29Z</updated>
<author>
<name>reemuru</name>
<email>rimuru@hiahatf.org</email>
</author>
<published>2022-07-21T15:55:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=9e6f116bc978eb3149dca01800f0f42323bb7b69'/>
<id>urn:sha1:9e6f116bc978eb3149dca01800f0f42323bb7b69</id>
<content type='text'>
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 &lt;selsta@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Advanced: ReserveProof: Add support for reserve proof</title>
<updated>2022-01-21T01:21:11Z</updated>
<author>
<name>reemuru</name>
<email>rimuru@hiahatf.org</email>
</author>
<published>2022-01-18T21:10:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=0f67580e8fc1d98a67298ecc1d70ef926521657a'/>
<id>urn:sha1:0f67580e8fc1d98a67298ecc1d70ef926521657a</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>qml: use libwalletqt make_uri function</title>
<updated>2021-09-05T03:52:56Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-09-05T03:48:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=f327d20deb08d948829d2c2214af3cc3ac254456'/>
<id>urn:sha1:f327d20deb08d948829d2c2214af3cc3ac254456</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Receive: implement payment request</title>
<updated>2021-08-19T15:13:57Z</updated>
<author>
<name>rating89us</name>
<email>45968869+rating89us@users.noreply.github.com</email>
</author>
<published>2021-07-31T08:42:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=946fa538b9333b9882d2400ec3312ff53f077e74'/>
<id>urn:sha1:946fa538b9333b9882d2400ec3312ff53f077e74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>QML: fix warnings</title>
<updated>2019-07-02T13:10:40Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2019-07-01T21:19:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=c34a2b43fc0be8ba9ca0a3019c0cb99e2cd26d5d'/>
<id>urn:sha1:c34a2b43fc0be8ba9ca0a3019c0cb99e2cd26d5d</id>
<content type='text'>
</content>
</entry>
</feed>
