| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
a081b39c Move key image export/import functions to wallet2 (Jaquee)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
db56a03f Wallet2 + API: Callbacks for unconfirmed transfers (Jaquee)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
0d3918e1 Wallet api: Update trustedDaemon when daemon is changed (Jaquee)
dbb838f4 GUI cold signing (Jaquee)
afb85a02 Wallet API: functions for supporting/creating view only wallets (Jaquee)
|
| | |/
| |
| |
| | |
fix conflict
|
| |\ \
| | |
| | |
| | | |
79b4e1f9 Cold signing: make sure short payment id isnt encrypted twice (Jaquee)
|
| | | | |
|
| | |/
|/| |
|
| |\ \
| | |
| | |
| | |
| | | |
ada7c7da portable serializer: tests added (kenshi84)
f390a0e2 portable serializer: make signerd/unsigned tx portable, ignore archive version checking (kenshi84)
|
| | |/
| |
| |
| | |
version checking
|
| |\ \
| | |
| | |
| | | |
4585ada4 Wallet2: faster exit while refreshing (Jaquee)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
5f4ac6b9 wallet2 bugfix: store watch_only flag properly with rewrite() (kenshi84)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
cebae0c5 wallet2: check the node returned the real output when requested (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
50511677 wallet2: fix large reorgs failing (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
If a reorg was large enough that a full 1000 block chunk
from the daemon was all known blocks, refresh would stop,
and no reorg would happen.
|
| |/
|
|
| |
tools::dns_utils; support integrated address with dns lookup
|
| |\
| |
| |
| | |
fc40b3e7 Lower connection timeout in check_connection() (Jaquee)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
2bddb8eb Refactored password prompting for wallets (Lee Clagett)
|
| | |/ |
|
| | |
| |
| |
| | |
net_node.inl, completely adandon boost/archive/binary_oarchive.hpp
|
| |/ |
|
| |
|
|
| |
Fixes build warnings and may also prevent future headaches.
|
| | |
|
| |\
| |
| |
| | |
5df92877 GUI address book (Jaquee)
|
| | | |
|
| |/
|
|
|
|
| |
It was 14 days after v4, it is now one day after it.
luigi1111's suggestion
|
| |\
| |
| |
| | |
9b00d80f wallet2: pass by const ref where possible (moneromooo-monero)
|
| | |
| |
| |
| | |
Reported by kenshi84
|
| |\ \
| | |
| | |
| | | |
f4a3ce15 Fix sending outputs from a tx with more than one pubkey (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
A bug in cold signing caused a spurious pubkey to be included
in transactions, so we need to ensure we use the correct one
when sending outputs from one of those.
|
| |\ \
| | |
| | |
| | | |
6c44f5c6 wallet: send 0 change to a random address where necessary with rct (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If a rct transaction would cause no change to be generated, a zero
change output is added, and sent to a randomly generated address.
This ensures that no transaction will be sent with just one output,
which could cause the receiver to be able to determine which of the
inputs in the sent rings is the real one.
This is very rare, since it requires the sum of outputs to be equal
to the sum of outputs plus the fee, which is now a function of the
last few blocks.
|
| |/
|
|
| |
This reverts commit fd181b03bb58a8b0628d2af8637cf6bb968fc437.
|
| |\
| |
| |
| | |
73ac3b8e wallet2: avoid possible undefined behavior on empty string (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
f4772bae Fix a few minor typos (Pierre Boyer)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
5783dd8c tests: add unit tests for uri parsing (moneromooo-monero)
82ba2108 wallet: add API and RPC to create/parse monero: URIs (moneromooo-monero)
d9001b43 epee: add functions to convert from URL format (ie, %XX values) (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
657a70e0 wallet: add a getter for the filename path (moneromooo-monero)
|
| | |/ |
|
| |/
|
|
|
|
|
| |
Daemon RPC version is now composed of a major and minor number,
so that incompatible changes bump the major version, while
compatible changes can still bump the minor version without
causing clients to unnecessarily complain.
|
| |\
| |
| |
| |
| | |
6d76072 simplewallet: remove double confirmation when submitting signed tx (moneromooo-monero)
92dea04 wallet2: fix wrong change being recorded for cold signed txes (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
1d9e223 rpc: do not include output indices for pool txes (moneromooo-monero)
e227d6e rpc: bump version after RPC changes (moneromooo-monero)
2c0173c Add a get_outs (fully text based) version of get_outs.bin (moneromooo-monero)
e05907b rpc: add output indices to gettransactions (moneromooo-monero)
|