| 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)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
5ae00f0f add msg for donate (luigi1111)
|
| | |/ /
| | |
| | |
| | | |
#1498
|
| |\ \ \
| |_|/
|/| |
| | | |
f1dde1a4 wallet cli: print originating block heights of mixin keys when making transfer (kenshi84)
|
| | |/ |
|
| |/
|
|
| |
Not 100$ sure this is the right fix, nor whether address book entries from URL should be stored as addresses or URLs (or both with a check for change on payment).
|
| |\
| |
| |
| |
| | |
c2135082 simplewallet: add a show_transfer <txid> command (moneromooo-monero)
19c4041d wallet_rpc_server: new RPC call to get a transfer by txid (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
542571f5 simplewallet: remove unnecessary local_args.erase(...) in set_variable() (kenshi84)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
adee1644 wallet cli: print unspent outputs with histogram (kenshi84)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
38f00d07 wallet cli: viewing and editing address book (kenshi84)
|
| | |/ |
|
| |/
|
|
| |
tools::dns_utils; support integrated address with dns lookup
|
| |
|
|
|
|
|
|
| |
The serialization format changed, and while there is code
to load the older serialization format, an older monerod
will not be able to load a file saved by a new monerod,
even though both share the same version. This is not good,
and we prefer a version bump.
|
| |\
| |
| |
| | |
2bddb8eb Refactored password prompting for wallets (Lee Clagett)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
9e4b3724 simplewallet: add pending/pool/failed in the show_transfers help (moneromooo-monero)
|
| | |/
| |
| |
| | |
reported by nioc
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
c367d7df README: add note about the donate command (anonimal)
b9a28677 simplewallet: add return type for donate function (anonimal)
d36669fd simplewallet: hardcode Monero's donation address (anonimal)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Resolves -Wreturn-type
References #1447 #1451
|
| | |/
| |
| |
| |
| | |
Closes #1447
References #1451
|
| | | |
|
| |/ |
|
| | |
|
| |
|
|
| |
Possibly other pedantry. Pedants are people too.
|
| | |
|
| |\
| |
| |
| | |
d6086f5b Improve daemon RPC version handling (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.
|
| |/ |
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a0131c8 wallet: auto sync outputs and key images in cold signing files (moneromooo-monero)
f806611 wallet2: fill key image and pubkey maps when importing outputs (moneromooo-monero)
5fe363c wallet: cast indices to string in logs to be nice to CLANG (moneromooo-monero)
11ae187 wallet2: try all tx keys when scanning a new transaction (moneromooo-monero)
072d646 wallet2: fill in key image map when importing key images (moneromooo-monero)
23d80b1 core: remove any tx pubkey from extra before adding one (moneromooo-monero)
d72376d simplewallet: add a verbose flag to incoming_transfers (moneromooo-monero)
47413a5 simplewallet: spell out change when signing a transfer (moneromooo-monero)
14cb088 simplewallet: print public keys too on spendkey/viewkey commands (moneromooo-monero)
a99ab49 wallet: fix serialization of new m_key_image_known member (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
When passing around unsigned and signed transactions, outputs
and key images are passed along (outputs are passed along unsigned
transactions from the hot wallet to the cold wallet, key images
are passed along with signed transations from the cold wallet
to the hot wallet), to allow more user friendly syncing between
hot and cold wallets.
|
| | |
| |
| |
| | |
Prints pubkey and key image as well
|
| | |
| |
| |
| | |
Also catch change to multiple addresses, this is unexpected
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This key is available to both cold and hot wallet.
Authenticated encryption will guard against interception and/or
modification of the file.
|
| |
|
|
|
|
|
|
|
|
|
| |
m_amount_out was sometimes getting initialized with the sum of
an transaction's outputs, and sometimes with the sum of outputs
that were not change. This caused confusion and bugs. We now
always set it to the sum of outputs. This reverts an earlier
fix for bad amounts as this used the other semantics. The wallet
data should be converted automatically in a percentage of cases
that I'm hesitant to estimate. In any case, restoring from seed
or keys or rebuilding the cache will get it right.
|
| |\
| |
| |
| | |
bb560dd wallet: new import_outputs/export_outputs commands (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
The intended use is to export outputs from a hot wallet, which
can scan incoming transfers from the network, and import them
in the cold wallet, which can't. The cold wallet can then compute
key images for those outputs, which can then be exported with
export_key_images, etc.
|
| |\ \
| | |
| | |
| | |
| | | |
7e6d3cf wallet: set incoming outputs' key image to 0 on view wallets (moneromooo-monero)
1f9e6a4 wallet: print tx overview on submit_transfer too (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
This is on the potentially compromised wallet, but still guards
against stupid mistakes.
|
| |/
|
|
|
| |
This will happen when sending to another address, after removing
the fee.
|