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
/
simplewallet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #186
Riccardo Spagni
2014-12-02
1
-3
/
+0
|
\
|
*
remove unused display variable
warptangent
2014-12-01
1
-3
/
+0
*
|
prompt for seed language and error handling
warptangent
2014-12-01
1
-0
/
+7
|
/
*
Merge pull request #1
Riccardo Spagni
2014-12-01
2
-21
/
+54
|
\
|
*
Prints seed after wallet upgrade. Removed iostream include.
Oran Juice
2014-10-19
2
-4
/
+26
|
*
Rewrites to old wallet file correctly
Oran Juice
2014-10-19
1
-1
/
+1
|
*
Writes seed language while generating wallet. Wallet open fix.
Oran Juice
2014-10-18
1
-17
/
+28
|
*
Stores seed language in wallet file. added rapidjson. Yet to test backward co...
Oran Juice
2014-10-18
1
-2
/
+2
*
|
Merge pull request #188
Riccardo Spagni
2014-11-26
1
-3
/
+2
|
\
\
|
*
|
Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...
iamsmooth
2014-11-09
1
-3
/
+2
|
|
/
*
|
cmake: fix up link lines
Ben Boeckel
2014-10-24
1
-1
/
+1
*
|
cmake: support 2.8.7
Ben Boeckel
2014-10-24
1
-1
/
+1
*
|
cmake: handle private vs. public headers
Ben Boeckel
2014-10-23
1
-2
/
+7
*
|
cmake: refactor common code with executables
Ben Boeckel
2014-10-23
1
-18
/
+1
*
|
cmake: put each library into its own directory
Ben Boeckel
2014-10-23
1
-0
/
+70
|
/
*
split mnemonic printout over 3 lines
Riccardo Spagni
2014-10-05
1
-0
/
+4
*
fixed conflict in CMakeLists
Riccardo Spagni
2014-10-05
2
-14
/
+100
|
\
|
*
Don't show Old English as an available option
Oran Juice
2014-10-03
1
-1
/
+1
|
*
Restructured language sources to be singletons
Oran Juice
2014-10-02
2
-36
/
+16
|
*
Change seed message to '25' words from '24' words
Oran Juice
2014-09-30
1
-2
/
+2
|
*
Merge with origin/master
Oran Juice
2014-09-28
1
-2
/
+56
|
|
\
|
*
|
Minor comment changes and code clean-up
Oran Juice
2014-09-28
1
-3
/
+3
|
*
|
CRC Checksum for word seed. Gives a new 25 word seed with checksum if one wit...
Oran Juice
2014-09-28
1
-6
/
+10
|
*
|
Doxygen comments in
Oran Juice
2014-09-27
2
-6
/
+36
|
*
|
Informs about old style mnemonics from older wallet and provides a new one. C...
Oran Juice
2014-09-27
1
-2
/
+8
|
*
|
Throw error when word list file is empty and quick bug fix
Oran Juice
2014-09-27
1
-7
/
+31
|
*
|
Supports wallet restoration
Oran Juice
2014-09-26
1
-4
/
+6
|
*
|
Accepts seed language choice from user.
Oran Juice
2014-09-25
2
-0
/
+39
|
*
|
Copies word lists directory to the location of the executable
Oran Juice
2014-09-24
1
-0
/
+1
|
*
|
Moved mnemonics code to src/mnemonics
Oran Juice
2014-09-23
1
-1
/
+1
*
|
|
cleaned up OpenAlias messages in simplewallet
Riccardo Spagni
2014-10-03
1
-6
/
+6
*
|
|
simplewallet ignoring testnet port in RPC mode
Riccardo Spagni
2014-10-01
1
-1
/
+1
|
|
/
|
/
|
*
|
Fixed artifacts from cherry-picking devel->master
Thomas Winget
2014-09-23
1
-2
/
+2
*
|
change to allow (at least a bit) for multiple TXT records
Thomas Winget
2014-09-23
1
-7
/
+10
*
|
Simplewallet should now resolve urls to addresses
Thomas Winget
2014-09-23
1
-2
/
+53
|
/
*
Separate testnet address prefix
Zachary Michaels
2014-09-15
1
-6
/
+9
*
Separate rpc port for testnet
Zachary Michaels
2014-09-15
1
-3
/
+7
*
Reorganize testnet constants
Zachary Michaels
2014-09-15
1
-2
/
+2
*
Add testnet flag
Zachary Michaels
2014-09-15
2
-9
/
+14
*
versioning now includes the commit hash, or -final for tagged releases
Riccardo Spagni
2014-09-12
1
-3
/
+3
*
added viewkey command to CLI
Jakob Lind
2014-08-05
2
-0
/
+9
*
refactoring. get seed code in wallet2
Jakob Lind
2014-08-03
1
-12
/
+3
*
check its deterministic wallet before printing seed
Jakob Lind
2014-08-03
1
-3
/
+19
*
remove help text about seed only displayed once
Jakob Lind
2014-08-03
1
-2
/
+2
*
added seed command to get deterministic seed.
Jakob Lind
2014-08-03
2
-0
/
+12
*
#36 simplewallet refresh include optional height param
Jakob Lind
2014-08-01
1
-1
/
+14
*
License updated to BSD 3-clause
fluffypony
2014-07-23
4
-13
/
+116
*
Merge pull request #63 from mikezackles/bytecoin_for_merge
mikezackles
2014-07-17
1
-2
/
+2
|
\
|
*
Fix thread count argument handling in simplewallet
Zachary Michaels
2014-07-01
1
-2
/
+2
*
|
wallet RPC converted to use new transaction semantics
Thomas Winget
2014-06-30
2
-165
/
+32
[next]