summaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* add rpc timeouts to calls that might timeoutRiccardo Spagni2017-02-241-4/+4
* wallet2: fix wrong status on daemon shutdown/startupJaquee2017-02-231-1/+5
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1749Riccardo Spagni2017-02-211-5/+5
|\
| * wallet2: fix failure to send (relatedness check in wrong case)moneromooo-monero2017-02-191-5/+5
* | simplewallet: validate hex input sizemoneromooo-monero2017-02-141-3/+3
|/
* Merge pull request #1689Riccardo Spagni2017-02-111-3/+18
|\
| * Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-3/+18
* | Merge pull request #1686Riccardo Spagni2017-02-111-10/+10
|\ \
| * | wallet2: fix transactions not considering rct inputsmoneromooo-monero2017-02-061-10/+10
* | | extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-2/+2
|/ /
* / wallet2::init() - disconnect before init if connectedJaquee2017-02-041-0/+2
|/
* Merge pull request #1640Riccardo Spagni2017-02-041-0/+6
|\
| * simplewallet: option to always ask password for any crytical operationskenshi842017-02-031-0/+6
* | Merge pull request #1652Riccardo Spagni2017-02-021-1/+1
|\ \
| * | Changed console output for transaction from L0 to L1NanoAkron2017-01-301-1/+1
| |/
* | Merge pull request #1647Riccardo Spagni2017-02-021-1/+2
|\ \
| * | wallet2: fix corner case failing to send a second outputmoneromooo-monero2017-01-281-1/+2
| |/
* | Merge pull request #1634Riccardo Spagni2017-02-021-3/+3
|\ \
| * | Fix invalid + of std::string and intTimothy D. Prime2017-01-261-3/+3
| |/
* | Merge pull request #1629Riccardo Spagni2017-02-021-27/+20
|\ \
| * | Updates to epee HTTP client codeLee Clagett2017-01-251-27/+20
| |/
* / Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz2017-01-221-23/+23
|/
* wallet2: fix sending a rct tx with a single output availablemoneromooo-monero2017-01-221-3/+50
* wallet: add a node RPC cache layer for simple RPC callsmoneromooo-monero2017-01-161-77/+42
* wallet2: reuse fake outs when adjusting fee on transfermoneromooo-monero2017-01-161-21/+45
* Merge pull request #1569Riccardo Spagni2017-01-151-0/+86
|\
| * specify restore height by YYYY-MM-DD formatkenshi842017-01-161-0/+86
* | Change logging to easylogging++moneromooo-monero2017-01-161-3/+6
|/
* Merge pull request #1561Riccardo Spagni2017-01-151-3/+3
|\
| * remove std::move from return statements (pessimizing-move warning)Chris Vickio2017-01-151-2/+2
| * change counter from bool to int (deprecated-increment-bool warning)Chris Vickio2017-01-151-1/+1
* | Merge pull request #1574Riccardo Spagni2017-01-151-7/+34
|\ \
| * | wallet2: use at least two rct inputs if possiblemoneromooo-monero2017-01-141-7/+34
* | | Merge pull request #1573Riccardo Spagni2017-01-151-2/+2
|\ \ \
| * | | fix timeout in check_connectionJaquee2017-01-141-2/+2
| |/ /
* / / wallet2: fix tx reroll not updating fee is going up a kB stepmoneromooo-monero2017-01-131-7/+13
|/ /
* | Merge pull request #1562Riccardo Spagni2017-01-131-1/+88
|\ \
| * | Move key image export/import functions to wallet2Jaquee2017-01-131-1/+88
| |/
* | Merge pull request #1559Riccardo Spagni2017-01-131-1/+4
|\ \
| * | Wallet2 + API: Callbacks for unconfirmed transfersJaquee2017-01-121-1/+4
| |/
* | Merge pull request #1541Riccardo Spagni2017-01-131-2/+15
|\ \
| * | GUI cold signingJaquee2017-01-101-2/+15
| |/
* | Merge pull request #1540Riccardo Spagni2017-01-131-1/+42
|\ \
| * | Cold signing: make sure short payment id isnt encrypted twiceJaquee2017-01-081-1/+42
* | | wallet cli: print originating block heights of mixin keys when making transferkenshi842017-01-091-0/+6
| |/ |/|
* | Merge pull request #1515Riccardo Spagni2017-01-081-18/+42
|\ \
| * | portable serializer: make signerd/unsigned tx portable, ignore archive versio...kenshi842017-01-021-18/+42
| |/
* | Merge pull request #1508Riccardo Spagni2017-01-081-1/+6
|\ \
| * | Wallet2: faster exit while refreshingJaquee2016-12-271-1/+6
| |/