index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
api
/
wallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #1230
Riccardo Spagni
2016-10-23
1
-0
/
+20
|
\
|
*
wallet_api: add address validation functions
moneromooo-monero
2016-10-16
1
-0
/
+20
*
|
Merge pull request #1229
Riccardo Spagni
2016-10-22
1
-2
/
+7
|
\
\
|
*
|
wallet2_api: recognize full size payment ids as valid
moneromooo-monero
2016-10-16
1
-2
/
+7
|
|
/
*
|
Merge pull request #1228
Riccardo Spagni
2016-10-22
1
-1
/
+1
|
\
\
|
*
|
wallet_api: do not override invalid payment id
moneromooo-monero
2016-10-16
1
-1
/
+1
|
|
/
*
/
wallet: improve error messages when not enough money for transfer
moneromooo-monero
2016-10-15
1
-0
/
+9
|
/
*
Wallet API: added setRecoveringFromSeed();
Jacob Brydolf
2016-10-10
1
-0
/
+4
*
Merge pull request #1195
Riccardo Spagni
2016-10-09
1
-7
/
+28
|
\
|
*
libwallet_api: do not signal on sent/received tx until wallet completely
Ilya Kitaev
2016-10-07
1
-6
/
+22
|
*
libwallet_api: some renamings
Ilya Kitaev
2016-10-06
1
-1
/
+0
|
*
Initialize transaction history if empty
Ilya Kitaev
2016-10-06
1
-0
/
+6
*
|
libwallet_api: Added option to restore from specific height
Jacob Brydolf
2016-10-08
1
-0
/
+4
|
/
*
Merge pull request #1173
Riccardo Spagni
2016-10-04
1
-0
/
+17
|
\
|
*
wallet2_api: added Wallet::daemonBlockChainTargetHeight()
Jacob Brydolf
2016-10-03
1
-0
/
+17
*
|
libwallet_api: do not use fast-refresh on recovery
Ilya Kitaev
2016-10-01
1
-3
/
+6
*
|
libwallet_api: fast-refresh in case of opening non-synced wallet
Ilya Kitaev
2016-09-30
1
-4
/
+5
*
|
libwallet_api: fast-refresh for new wallet
Ilya Kitaev
2016-09-30
1
-9
/
+25
|
/
*
libwallet_api: Wallet::setAutoRefreshInterval sanity check
Ilya Kitaev
2016-09-28
1
-1
/
+9
*
libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight()
Ilya Kitaev
2016-09-28
1
-0
/
+2
*
wallet2_api: milliseconds resolution for auto-refresh interval
Ilya Kitaev
2016-09-26
1
-8
/
+8
*
wallet2_api: added Wallet::daemonBlockChainHeight()
Ilya Kitaev
2016-09-26
1
-0
/
+15
*
libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock
Ilya Kitaev
2016-09-26
1
-1
/
+9
*
wallet2_api: getter and setter for "refresh interval"
Ilya Kitaev
2016-09-20
1
-1
/
+19
*
wallet2_api: fixed deadlock while closing wallet
Ilya Kitaev
2016-09-20
1
-3
/
+7
*
switch wallet API from std thread/mutex to boost
Riccardo Spagni
2016-09-18
1
-4
/
+4
*
wallet: change priority/fee to ArticMine's recommendation
moneromooo-monero
2016-09-16
1
-2
/
+1
*
wallet2_api: zero amounts are now allowed with rct
moneromooo-monero
2016-08-28
1
-6
/
+0
*
wallet2_api: update on_money_{received,spent} prototypes for rct changes
moneromooo-monero
2016-08-28
1
-4
/
+2
*
libwallet_api: Wallet::amountFromString fixed
Ilya Kitaev
2016-08-23
1
-1
/
+1
*
libwallet_api: helper method to return maximumAllowedAmount
Ilya Kitaev
2016-08-23
1
-0
/
+5
*
libwallet_api: do not store wallet on close if status is not ok
Ilya Kitaev
2016-08-22
1
-3
/
+5
*
Fake outs set is now decided by the wallet
moneromooo-monero
2016-08-11
1
-2
/
+2
*
refreshing wallet even if error happened
Ilya Kitaev
2016-07-18
1
-6
/
+14
*
wallet_api: async init, Wallet::connected status, log level
Ilya Kitaev
2016-07-18
1
-14
/
+38
*
libwallet_api cmake: conditionally creating libwallet_merged2 only for
Ilya Kitaev
2016-07-18
1
-2
/
+1
*
wallet_api: segfault on refresh fixed
Ilya Kitaev
2016-07-18
1
-2
/
+2
*
WalletListener functionality
Ilya Kitaev
2016-07-18
1
-10
/
+79
*
Transaction fee multiplier aka priority integraged
Ilya Kitaev
2016-07-18
1
-2
/
+6
*
Wallet::paymentIdValid
Ilya Kitaev
2016-07-18
1
-0
/
+6
*
Merge branch 'master' of https://github.com/mbg033/bitmonero
Ilya Kitaev
2016-06-23
1
-5
/
+3
|
\
|
*
Wallet::createTransaction: added mixin_count param
Ilya Kitaev
2016-06-20
1
-7
/
+11
|
*
double/string to monero integer convertion methods
Ilya Kitaev
2016-06-16
1
-0
/
+17
|
*
wallet::default_mixin exposed to public interface as
Ilya Kitaev
2016-06-10
1
-1
/
+10
|
*
Wallet::filename, Wallet::keysFilename, tests for move wallet
Ilya Kitaev
2016-06-10
1
-0
/
+10
|
*
WalletListener::moneySpent test
Ilya Kitaev
2016-05-16
1
-0
/
+8
|
*
WalletListener::moneySpent(), WalletListener::moneyReceived()
Ilya Kitaev
2016-05-13
1
-2
/
+21
|
*
started WalletListener
Ilya Kitaev
2016-05-05
1
-1
/
+53
|
*
merged with upstream
Ilya Kitaev
2016-04-26
1
-2
/
+17
|
*
Wallet API : transaction history in progress
Ilya Kitaev
2016-04-22
1
-1
/
+4
[prev]
[next]