index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
wallet2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1098
Riccardo Spagni
2016-09-18
1
-2
/
+4
|
\
|
*
wallet: keep change dest separate from other dests
moneromooo-monero
2016-09-18
1
-2
/
+4
*
|
wallet: fix empty tx in corner case sending nothing
moneromooo-monero
2016-09-18
1
-0
/
+6
|
/
*
wallet: change priority/fee to ArticMine's recommendation
moneromooo-monero
2016-09-16
1
-24
/
+45
*
Merge pull request #1074
Riccardo Spagni
2016-09-15
1
-13
/
+18
|
\
|
*
Decrease minimum fee from 0.01/kB to 0.002/kB
moneromooo-monero
2016-09-15
1
-13
/
+18
*
|
wallet: fix misdetection of duplicates
moneromooo-monero
2016-09-14
1
-11
/
+3
|
/
*
Re-add s to rangesigs
luigi1111
2016-09-01
1
-2
/
+2
*
Fix some rct tx size calculations
luigi1111
2016-09-01
1
-9
/
+6
*
Merge pull request #1027
Riccardo Spagni
2016-09-01
1
-0
/
+2
|
\
|
*
wallet: sanity check on histogram response
moneromooo-monero
2016-09-01
1
-0
/
+2
*
|
wallet: interpret 0 fee multiplier as default for sweep_all too
moneromooo-monero
2016-08-30
1
-1
/
+3
|
/
*
wallet: fix not finding enough rct fake outputs
moneromooo-monero
2016-08-29
1
-3
/
+8
*
wallet: fix some "may be used uninitialized" warnings
moneromooo-monero
2016-08-28
1
-16
/
+15
*
wallet: do not generate 0 change
moneromooo-monero
2016-08-28
1
-3
/
+6
*
wallet: do not ask for duplicate histograms
moneromooo-monero
2016-08-28
1
-0
/
+3
*
wallet: transfer_selected_rct now also selects fake outs
moneromooo-monero
2016-08-28
1
-171
/
+88
*
New "Halfway RingCT" outputs for coinbase transactions
moneromooo-monero
2016-08-28
1
-0
/
+17
*
rct amount key modified as per luigi1111's recommendations
moneromooo-monero
2016-08-28
1
-20
/
+19
*
rct: change the simple flag to a type
moneromooo-monero
2016-08-28
1
-2
/
+8
*
wallet: do not store signatures in the wallet cache
moneromooo-monero
2016-08-28
1
-18
/
+39
*
wallet2: factor m_spent changes
moneromooo-monero
2016-08-28
1
-26
/
+29
*
wallet: use the prefered rct case only when enough rct outs exist
moneromooo-monero
2016-08-28
1
-1
/
+25
*
wallet: do not try to use rct txes a few blocks before the fork
moneromooo-monero
2016-08-28
1
-18
/
+27
*
change fork settings to allow pre-rct txes for one more fork cycle
moneromooo-monero
2016-08-28
1
-2
/
+2
*
rct: make the amount key derivable by a third party with the tx key
moneromooo-monero
2016-08-28
1
-14
/
+33
*
rct: do not serialize public keys in outPk
moneromooo-monero
2016-08-28
1
-3
/
+3
*
rpc: send global indices along with blocks/transacions on refresh
moneromooo-monero
2016-08-28
1
-30
/
+37
*
wallet: better tx input selection
moneromooo-monero
2016-08-28
1
-29
/
+74
*
wallet: handle 0 change properly
moneromooo-monero
2016-08-28
1
-7
/
+8
*
port get_tx_key/check_tx_key to rct
moneromooo-monero
2016-08-28
1
-4
/
+17
*
integrate simple rct api
moneromooo-monero
2016-08-28
1
-6
/
+24
*
wallet: rct specific output selection
moneromooo-monero
2016-08-28
1
-3
/
+123
*
wallet: make sweep_all work with rct txes too
moneromooo-monero
2016-08-28
1
-7
/
+21
*
wallet: factor transfer_rct code with transfer code
moneromooo-monero
2016-08-28
1
-253
/
+40
*
ringct: do not serialize what can be reconstructed
moneromooo-monero
2016-08-28
1
-5
/
+8
*
wallet: update spent status when an accepted tx disappears
moneromooo-monero
2016-08-28
1
-0
/
+19
*
wallet: reset output spent status on blockchain reorg
moneromooo-monero
2016-08-28
1
-5
/
+41
*
add rct to the protocol
moneromooo-monero
2016-08-28
1
-40
/
+610
*
Merge pull request #970
Riccardo Spagni
2016-08-22
1
-0
/
+3
|
\
|
*
wallet: store key images after importing them
moneromooo-monero
2016-08-17
1
-0
/
+3
*
|
wallet: fix build on Mac and Windows (missing include)
moneromooo-monero
2016-08-17
1
-0
/
+1
|
/
*
Merge pull request #948
Riccardo Spagni
2016-08-11
1
-47
/
+173
|
\
|
*
Fake outs set is now decided by the wallet
moneromooo-monero
2016-08-11
1
-43
/
+168
|
*
new unlocked parameter to output_histogram
moneromooo-monero
2016-08-01
1
-4
/
+5
*
|
wallet2: if importing key images fails, print failure index
moneromooo-monero
2016-08-04
1
-1
/
+2
|
/
*
wallet: new {ex,im}port_key_images commands and RPC calls
moneromooo-monero
2016-07-24
1
-0
/
+116
*
wallet: add unconfirmed incoming txes from the txpool
moneromooo-monero
2016-07-20
1
-46
/
+175
*
Merge pull request #902
Riccardo Spagni
2016-07-20
1
-8
/
+25
|
\
|
*
Add a daemon RPC version, and make simplewallet check it
moneromooo-monero
2016-07-10
1
-8
/
+25
[next]