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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #584
Riccardo Spagni
2015-12-31
1
-1
/
+3
|
\
|
*
wallet: don't forget to close the file after storing cache
moneromooo-monero
2015-12-31
1
-1
/
+3
*
|
updated copyright year
Riccardo Spagni
2015-12-31
8
-8
/
+8
*
|
wallet: add a rescan_bc command and rescan_blockchain RPC
moneromooo-monero
2015-12-30
5
-0
/
+56
*
|
wallet: protect against exceptions in the block pull thread
moneromooo-monero
2015-12-30
2
-14
/
+30
|
/
*
no longer need to pass the size to rapidjson
Riccardo Spagni
2015-12-30
1
-2
/
+2
*
Merge pull request #575
Riccardo Spagni
2015-12-30
1
-6
/
+8
|
\
|
*
wallet: store cache to file without unnecessary memory buffer
moneromooo-monero
2015-12-29
1
-6
/
+8
*
|
wallet_rpc_server: exit async, so we reply to stop_wallet RPC
moneromooo-monero
2015-12-28
2
-1
/
+11
*
|
wallet: do not return error if incoming_transfers finds none
moneromooo-monero
2015-12-28
1
-5
/
+0
|
/
*
Merge pull request #557
Riccardo Spagni
2015-12-25
3
-1
/
+35
|
\
|
*
changed height to uint64_t
Brendan Telzrow
2015-12-23
1
-4
/
+4
|
*
added RPC wallet command getheight
Brendan Telzrow
2015-12-23
3
-1
/
+35
*
|
fixed missing parenthesis
Riccardo Spagni
2015-12-24
1
-1
/
+1
*
|
fix for 'failed to generate new wallet: failed to save file' error during wal...
Lex Kalinkin
2015-12-24
1
-3
/
+5
|
/
*
Merge pull request #550
Riccardo Spagni
2015-12-22
1
-2
/
+5
|
\
|
*
wallet: fix load/save versioning bug for recently added tx data
moneromooo-monero
2015-12-20
1
-2
/
+5
*
|
Allow the wallet to access hard fork information
moneromooo-monero
2015-12-19
2
-2
/
+39
|
/
*
Merge pull request #544
Riccardo Spagni
2015-12-18
1
-2
/
+2
|
\
|
*
replace std::auto_ptr with std::unique_ptr
moneromooo-monero
2015-12-17
1
-2
/
+2
*
|
wallet: save to a temporary file, then rename
moneromooo-monero
2015-12-17
2
-1
/
+20
|
/
*
wallet: make the wallet refresh type a wallet setting
moneromooo-monero
2015-12-05
2
-1
/
+15
*
wallet: default auto-refresh to true for old wallets
moneromooo-monero
2015-12-05
1
-0
/
+1
*
wallet: add a stop_wallet RPC call
moneromooo-monero
2015-12-05
3
-0
/
+40
*
wallet2: default auto-refresh to true for preexisting wallets
moneromooo-monero
2015-11-30
1
-1
/
+1
*
wallet: cancellable refresh
moneromooo-monero
2015-11-29
1
-0
/
+1
*
Merge pull request #509
Riccardo Spagni
2015-11-30
1
-0
/
+8
|
\
|
*
wallet2: remove confirmed transactions from detached blocks
moneromooo-monero
2015-11-29
1
-0
/
+8
*
|
Merge pull request #507
Riccardo Spagni
2015-11-30
2
-2
/
+9
|
\
\
|
*
|
wallet: optional automatic refresh from the daemon
moneromooo-monero
2015-11-28
2
-2
/
+9
|
|
/
*
|
wallet2: speed up wallet refresh for large miners
moneromooo-monero
2015-11-28
1
-14
/
+47
*
|
wallet2: parallelize pulling blocks and processing them on refresh
moneromooo-monero
2015-11-27
2
-13
/
+49
*
|
wallet2: maintain the short chain manually when refreshing
moneromooo-monero
2015-11-27
2
-4
/
+17
*
|
wallet2: split pull blocks between pulling and processing
moneromooo-monero
2015-11-27
2
-10
/
+20
|
/
*
wallet: make the refresh optimizations selectable via command line
moneromooo-monero
2015-11-22
2
-3
/
+20
*
wallet: speedup refresh from daemon
moneromooo-monero
2015-11-22
2
-38
/
+59
*
wallet2: minor cleanup
moneromooo-monero
2015-11-22
1
-7
/
+4
*
wallet2: speedup refresh a bit
moneromooo-monero
2015-11-22
2
-3
/
+151
*
wallet: storing outgoing tx info now defaults to enabled
moneromooo-monero
2015-11-22
1
-2
/
+2
*
wallet: rename store-tx-keys to store-tx-info
moneromooo-monero
2015-11-22
2
-11
/
+12
*
wallet: improve show_transfers
moneromooo-monero
2015-11-22
2
-6
/
+64
*
wallet: use incoming blocks to keep track of payments too
moneromooo-monero
2015-11-21
2
-1
/
+21
*
wallet: track outgoing payments and add a show_transfers command
moneromooo-monero
2015-11-15
2
-10
/
+65
*
simplewallet: add a set default-mixin command
moneromooo-monero
2015-10-30
2
-2
/
+10
*
wallet2: fix CLANG compile error
moneromooo-monero
2015-10-30
1
-1
/
+1
*
Fix a possibly-unused warning, and rationalize types
moneromooo-monero
2015-10-27
2
-9
/
+9
*
Fix leak on real output when using a very recent output
moneromooo-monero
2015-10-25
2
-2
/
+1
*
wallet2: really include non canonical outputs in dust sweep
moneromooo-monero
2015-10-14
1
-1
/
+1
*
from hard fork 2, all outputs must be decomposed
moneromooo-monero
2015-10-11
2
-47
/
+42
*
wallet: use mutex protected random generation api
moneromooo-monero
2015-08-26
1
-1
/
+1
[next]