aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge pull request #1504Riccardo Spagni2017-01-081-1/+1
|\ \
| * | wallet2 bugfix: store watch_only flag properly with rewrite()kenshi842016-12-261-1/+1
| |/
* | Merge pull request #1501Riccardo Spagni2017-01-081-0/+17
|\ \
| * | wallet2: check the node returned the real output when requestedmoneromooo-monero2016-12-271-0/+17
| |/
* | Merge pull request #1497Riccardo Spagni2017-01-081-1/+1
|\ \
| * | wallet2: fix large reorgs failingmoneromooo-monero2016-12-241-1/+1
| |/
* / make openalias also available for solo miner; introduce namespace tools::dns_...kenshi842016-12-211-68/+0
|/
* Merge pull request #1474Riccardo Spagni2016-12-201-1/+1
|\
| * Lower connection timeout in check_connection()Jaquee2016-12-191-1/+1
* | Merge pull request #1472Riccardo Spagni2016-12-201-16/+17
|\ \
| * | Refactored password prompting for walletsLee Clagett2016-12-191-16/+17
| |/
* | also use portable serializer for boost_serialization_helper.h and net_node.in...kenshi842016-12-201-2/+2
* | added experimental boost::archive::portable_binary_{i|o}archivekenshi842016-12-161-7/+27
|/
* AddressBook: use unsigned type for row ID'sanonimal2016-12-141-2/+2
* addressbook updatesJaquee2016-12-121-4/+11
* Merge pull request #1434Riccardo Spagni2016-12-121-0/+17
|\
| * GUI address bookJaquee2016-12-121-0/+17
* | wallet: bring forward use of the dynamic feemoneromooo-monero2016-12-101-1/+1
|/
* Merge pull request #1422Riccardo Spagni2016-12-101-1/+1
|\
| * wallet2: pass by const ref where possiblemoneromooo-monero2016-12-101-1/+1
* | Merge pull request #1419Riccardo Spagni2016-12-101-2/+7
|\ \
| * | Fix sending outputs from a tx with more than one pubkeymoneromooo-monero2016-12-091-2/+7
| |/
* | Merge pull request #1415Riccardo Spagni2016-12-081-3/+13
|\ \
| * | wallet: send 0 change to a random address where necessary with rctmoneromooo-monero2016-12-071-3/+13
| |/
* / Remove infinite loop in refresh codeJaquee2016-12-051-68/+42
|/
* Merge pull request #1399Riccardo Spagni2016-12-041-2/+1
|\
| * wallet2: avoid possible undefined behavior on empty stringmoneromooo-monero2016-12-041-2/+1
* | Merge pull request #1398Riccardo Spagni2016-12-041-4/+4
|\ \
| * | Fix a few minor typosPierre Boyer2016-12-041-4/+4
| |/