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
/
wallet2.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
fix for tx proof: use exception instead of error_str when signature gen failed
stoffu
2017-11-21
1
-1
/
+1
|
/
/
*
/
Tx proof (revised):
stoffu
2017-11-18
1
-0
/
+4
|
/
*
wallet: add sweep_single command
stoffu
2017-11-15
1
-0
/
+1
*
wallet2 bugfix: loading old m_unconfirmed_payments
stoffu
2017-11-15
1
-3
/
+2
*
wallet: rejig to avoid prompting in wallet2
moneromooo-monero
2017-11-14
1
-7
/
+4
*
Merge pull request #2755
Riccardo Spagni
2017-11-14
1
-2
/
+2
|
\
|
*
Used declared default refresh status as default rather than it's current value
Maxime THIEBAUT
2017-11-03
1
-2
/
+2
*
|
Merge pull request #2624
Riccardo Spagni
2017-11-14
1
-0
/
+1
|
\
\
|
*
|
simplewallet: reject attempts to use too low mixin early
moneromooo-monero
2017-11-14
1
-0
/
+1
*
|
|
Merge pull request #2697
Riccardo Spagni
2017-11-14
1
-14
/
+38
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wallet2: use a vector, not a list, for selected_transfers
moneromooo-monero
2017-11-13
1
-14
/
+38
*
|
|
track double spending in the txpool
moneromooo-monero
2017-11-06
1
-7
/
+32
|
/
/
*
|
Merge pull request #2605
Riccardo Spagni
2017-11-06
1
-1
/
+27
|
\
\
|
*
|
Wallet: Descriptions through new commands 'set_description', 'get_description'
rbrunner7
2017-10-16
1
-1
/
+27
*
|
|
Merge pull request #2546
Riccardo Spagni
2017-11-06
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Distinguish "not enough money" and "not enough unlocked money"
binaryFate
2017-10-16
1
-2
/
+2
|
|
/
*
|
Merge pull request #2703
Riccardo Spagni
2017-11-01
1
-2
/
+2
|
\
\
|
*
|
Wallet2: Don't throw when subaddress label doesn't exist
Jaquee
2017-10-29
1
-2
/
+2
|
|
/
*
/
wallet2: fix subaddress fields serialization
moneromooo-monero
2017-10-23
1
-0
/
+15
|
/
*
Merge pull request #2565
Riccardo Spagni
2017-10-15
1
-1
/
+1
|
\
|
*
tests: fix hashchain unit tests
moneromooo-monero
2017-10-03
1
-1
/
+1
*
|
Merge pull request #2109
Riccardo Spagni
2017-10-15
1
-2
/
+62
|
\
\
|
*
|
wallet2+API: use separate callbacks for lightwallets
Jaquee
2017-10-15
1
-0
/
+7
|
*
|
wallet2: get_outs lightwallet support
Jaquee
2017-10-15
1
-0
/
+2
|
*
|
wallet2: refactor is_tx_spendtime_unlocked()
Jaquee
2017-10-15
1
-0
/
+1
|
*
|
my/openmonero API functions
Jaquee
2017-10-15
1
-0
/
+34
|
*
|
wallet2: add remove_obsolete_pool_txs()
Jaquee
2017-10-15
1
-0
/
+1
|
*
|
wallet2: add on_pool_tx_removed callback
Jaquee
2017-10-15
1
-0
/
+1
|
*
|
wallet2: light wallet member variables
Jaquee
2017-10-15
1
-1
/
+15
|
*
|
wallet2: add ssl option to init()
Jaquee
2017-10-15
1
-1
/
+1
*
|
|
Merge pull request #2554
Riccardo Spagni
2017-10-15
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstr
stoffu
2017-10-07
1
-2
/
+2
*
|
|
Subaddresses
kenshi84
2017-10-07
1
-54
/
+131
|
/
/
*
|
Merge pull request #2529
Riccardo Spagni
2017-10-06
1
-1
/
+0
|
\
\
|
*
|
wallet2: error check for generate_key_image_helper, removed redundant wallet_...
stoffu
2017-10-03
1
-1
/
+0
|
|
/
*
/
simplewallet: allow to set threshold before warning about tx backlog
selsta
2017-10-02
1
-0
/
+3
|
/
*
wallet2: fix hash chain trimming when the inner chain becomes empty
moneromooo-monero
2017-10-02
1
-1
/
+2
*
wallet2: do not keep block hashes below last checkpoint
moneromooo-monero
2017-09-25
1
-5
/
+52
*
move checkpoints in a separate library
moneromooo-monero
2017-09-25
1
-1
/
+1
*
wallet2: simplify tx processing a bit
moneromooo-monero
2017-09-25
1
-2
/
+15
*
wallet2: factor some of the tx scanning code
moneromooo-monero
2017-09-25
1
-0
/
+1
*
wallet: add encrypted seed functionality
moneromooo-monero
2017-09-12
1
-1
/
+1
*
Merge pull request #2362
Riccardo Spagni
2017-09-02
1
-3
/
+4
|
\
|
*
simplewallet: new "fee" command to display fee information
moneromooo-monero
2017-08-29
1
-3
/
+4
*
|
Merge pull request #2309
Riccardo Spagni
2017-09-02
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
wallet2: export/import wallet data functions
Jaquee
2017-08-21
1
-1
/
+6
|
*
import_key_images - allow importing without being connected to daemon
Jaquee
2017-08-18
1
-1
/
+1
*
|
wallet: new option to check/confirm txpool backlog when sending
moneromooo-monero
2017-08-26
1
-2
/
+7
|
/
*
Merge pull request #2240
Riccardo Spagni
2017-08-15
1
-0
/
+2
|
\
|
*
wallet2: add a is_synced function
moneromooo-monero
2017-08-02
1
-0
/
+2
[prev]
[next]