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: 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
|
\
|
*
Restructured language sources to be singletons
Oran Juice
2014-10-02
1
-1
/
+8
|
*
Merge with origin/master
Oran Juice
2014-09-28
1
-0
/
+63
|
|
\
|
*
|
Moved mnemonics code to src/mnemonics
Oran Juice
2014-09-23
1
-1
/
+1
*
|
|
updated DNSResolver/things that use it for DNSSEC
Thomas Winget
2014-09-30
1
-4
/
+9
|
|
/
|
/
|
*
|
change to allow (at least a bit) for multiple TXT records
Thomas Winget
2014-09-23
1
-6
/
+15
*
|
Monero addres from DNS TXT record implemented, tests pass
Thomas Winget
2014-09-23
1
-0
/
+54
|
/
*
Separate testnet address prefix
Zachary Michaels
2014-09-15
1
-2
/
+2
*
Pass tx and nonce to genesis block constructor
Zachary Michaels
2014-09-15
1
-4
/
+8
*
Separate rpc port for testnet
Zachary Michaels
2014-09-15
1
-1
/
+5
*
Reorganize testnet constants
Zachary Michaels
2014-09-15
1
-1
/
+1
*
Add testnet flag
Zachary Michaels
2014-09-15
1
-7
/
+30
*
Change wallet to not try to extract tx public key when tx has no outputs (fix...
iamsmooth
2014-09-13
1
-43
/
+47
*
refactoring. get seed code in wallet2
Jakob Lind
2014-08-03
1
-0
/
+18
*
#36 make it compile and work properly
Jakob Lind
2014-08-01
1
-4
/
+2
*
#36 simplewallet refresh include optional height param
Jakob Lind
2014-08-01
1
-9
/
+7
*
License updated to BSD 3-clause
fluffypony
2014-07-23
1
-4
/
+29
[prev]
[next]