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
...
*
wallet: track outgoing payments and add a show_transfers command
moneromooo-monero
2015-11-15
1
-7
/
+35
*
simplewallet: add a set default-mixin command
moneromooo-monero
2015-10-30
1
-0
/
+5
*
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
1
-5
/
+5
*
Fix leak on real output when using a very recent output
moneromooo-monero
2015-10-25
1
-1
/
+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
1
-15
/
+19
*
wallet: only return tx keys via RPC if requested
moneromooo-monero
2015-08-24
1
-3
/
+8
*
Merge pull request #381
Riccardo Spagni
2015-08-24
1
-2
/
+64
|
\
|
*
wallet: encrypt the cache file
moneromooo-monero
2015-08-22
1
-2
/
+64
*
|
make tx keys available to the user
moneromooo-monero
2015-08-19
1
-5
/
+21
|
/
*
wallet: new rescan_spent command to update outputs' spent status
moneromooo-monero
2015-08-11
1
-0
/
+41
*
encrypted payment ids are now 64 bit, instead of 256 bit
moneromooo-monero
2015-08-09
1
-7
/
+42
*
Encrypted payment IDs
moneromooo-monero
2015-08-09
1
-2
/
+20
*
wallet: set watch-only flag to false when creating a new wallet
moneromooo-monero
2015-08-04
1
-0
/
+1
*
wallet: new transaction construction algorithm
moneromooo-monero
2015-07-22
1
-2
/
+407
*
wallet: add boolean to always confirm transactions with the user
moneromooo-monero
2015-07-18
1
-0
/
+5
*
Merge pull request #324
Riccardo Spagni
2015-06-20
1
-2
/
+36
|
\
|
*
simplewallet: allow creating a wallet from a public address and view secret key
moneromooo-monero
2015-06-20
1
-0
/
+34
|
*
wallet2: fix write_watch_only_wallet comment description
moneromooo-monero
2015-06-20
1
-2
/
+2
*
|
wallet2: use the same exponential splitting for normal txes
moneromooo-monero
2015-06-17
1
-2
/
+4
*
|
wallet2: try to split dust sweep txs exponentially
moneromooo-monero
2015-06-17
1
-2
/
+3
|
/
*
wallet: add watch only wallet support
moneromooo-monero
2015-05-31
1
-5
/
+39
*
wallet: add a sweep_dust command
moneromooo-monero
2015-05-30
1
-0
/
+211
*
wallet: add consts where appropriate
moneromooo-monero
2015-05-27
1
-9
/
+9
*
Allow name@domain.tld for OpenAlias lookups
warptangent
2015-05-19
1
-1
/
+2
*
Allow get_bulk_payments to return all payments regardless of payment ID
moneromooo-monero
2015-01-11
1
-12
/
+24
*
year updated in license
Riccardo Spagni
2015-01-02
1
-1
/
+1
*
Merge pull request #203
Riccardo Spagni
2014-12-13
1
-0
/
+5
|
\
|
*
Repeat prompt for wallet path if invalid
warptangent
2014-12-11
1
-0
/
+5
*
|
Merge pull request #202
Riccardo Spagni
2014-12-13
1
-2
/
+0
|
\
\
|
*
|
wallet2::rewrite update to not require bin file
warptangent
2014-12-10
1
-2
/
+0
|
|
/
*
|
Merge pull request #201
Riccardo Spagni
2014-12-13
1
-7
/
+9
|
\
\
|
*
|
wallet2::load correctly initialize m_blockchain for wallet loaded without bin...
warptangent
2014-12-10
1
-7
/
+9
|
|
/
*
/
Add wallet2::verify_password method
warptangent
2014-12-08
1
-0
/
+48
|
/
*
wallet JSON update for non-deterministic wallet data
warptangent
2014-12-06
1
-4
/
+10
*
Extract check for deterministic keys to wallet2::is_deterministic()
warptangent
2014-12-06
1
-6
/
+16
*
prompt for seed language and error handling
warptangent
2014-12-01
1
-0
/
+13
*
Merge pull request #1
Riccardo Spagni
2014-12-01
1
-5
/
+84
|
\
|
*
Prints seed after wallet upgrade. Removed iostream include.
Oran Juice
2014-10-19
1
-2
/
+0
|
*
Doxygen comments
Oran Juice
2014-10-19
1
-14
/
+19
|
*
Rewrites to old wallet file correctly
Oran Juice
2014-10-19
1
-1
/
+13
|
*
Doxygen comments in
Oran Juice
2014-10-18
1
-3
/
+24
|
*
Writes seed language while generating wallet. Wallet open fix.
Oran Juice
2014-10-18
1
-4
/
+9
|
*
Stores seed language in wallet file. added rapidjson. Yet to test backward co...
Oran Juice
2014-10-18
1
-1
/
+39
*
|
Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...
iamsmooth
2014-11-09
1
-2
/
+2
*
|
per kb fees not passing correct fee to transfer()
Thomas Winget
2014-11-06
1
-2
/
+1
*
|
Should now properly do per-kb fee
Thomas Winget
2014-11-06
1
-1
/
+2
*
|
per kb fees
Thomas Winget
2014-11-06
1
-1
/
+16
|
/
*
fixed conflict in CMakeLists
Riccardo Spagni
2014-10-05
1
-2
/
+9
|
\
[prev]
[next]