| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
b2adfa8c Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition. (Randi Joseph)
|
| | |
| |
| |
| | |
third party uses of the wallet api can transition.
|
| |/
|
|
| |
Possibly other pedantry. Pedants are people too.
|
| | |
|
| |\
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | | |
d1a75754 Remove infinite loop in refresh code (Jaquee)
|
| | |/
| |
| |
| | |
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)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
fcd178ef wallet_api: add a few daemon related getters (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
Blockchain height, version, Mining hash rate...
|
| |\ \ \
| | | |
| | | |
| | | | |
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.
|
| |\ \
| | |
| | |
| | | |
17b6bd6 Fix DNS failures in offline mode preventing daemon startup (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
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)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
7abfc54 wallet: fix exporting outputs and key images with txes with two pubkeys (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
This also needs to make sure to pick the correct one, in the case
where cold signing caused to tx keys to be included.
|
| |\ \
| | |
| | |
| | | |
5fc36f9 wallet2_api: fix history leak on destruction (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
69b188c wallet2_api: fix payment ids from integrated addresses being ignored (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
d01f5c7 wallet2: fix illegal memory access removing newlines from password (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
e6264a2 wallet2: fix decrypting a bit too much in authenticated mode (moneromooo-monero)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
4eb7347 wallet: return fee in transfer RPC (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
4fca34d Wallet2: calculate approximate blockchain height on offline creation (Jacob Brydolf)
|
| | | |
| | |
| | |
| | | |
Wallet API: add approximateBlockChainHeight()
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | | |
|