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
Commit message (
Expand
)
Author
Age
Files
Lines
*
prompt for seed language and error handling
warptangent
2014-12-01
2
-0
/
+17
*
Merge pull request #1
Riccardo Spagni
2014-12-01
2
-9
/
+121
|
\
|
*
Prints seed after wallet upgrade. Removed iostream include.
Oran Juice
2014-10-19
1
-2
/
+0
|
*
Doxygen comments
Oran Juice
2014-10-19
2
-21
/
+40
|
*
Rewrites to old wallet file correctly
Oran Juice
2014-10-19
2
-2
/
+17
|
*
Doxygen comments in
Oran Juice
2014-10-18
2
-5
/
+37
|
*
Writes seed language while generating wallet. Wallet open fix.
Oran Juice
2014-10-18
2
-5
/
+10
|
*
Stores seed language in wallet file. added rapidjson. Yet to test backward co...
Oran Juice
2014-10-18
2
-2
/
+45
*
|
Merge pull request #188
Riccardo Spagni
2014-11-26
1
-2
/
+2
|
\
\
|
*
|
Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...
iamsmooth
2014-11-09
1
-2
/
+2
*
|
|
Merge pull request #180
Riccardo Spagni
2014-11-25
1
-0
/
+56
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cmake: support 2.8.7
Ben Boeckel
2014-10-24
1
-2
/
+2
|
*
|
cmake: handle private vs. public headers
Ben Boeckel
2014-10-23
1
-2
/
+7
|
*
|
cmake: refactor common code with libraries
Ben Boeckel
2014-10-23
1
-9
/
+1
|
*
|
cmake: put each library into its own directory
Ben Boeckel
2014-10-23
1
-0
/
+59
|
|
/
*
|
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
2
-3
/
+14
|
\
|
*
Restructured language sources to be singletons
Oran Juice
2014-10-02
2
-2
/
+13
|
*
Merge with origin/master
Oran Juice
2014-09-28
3
-9
/
+75
|
|
\
|
*
|
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
2
-7
/
+16
*
|
Monero addres from DNS TXT record implemented, tests pass
Thomas Winget
2014-09-23
2
-0
/
+57
*
|
Give up on brace initializers in initializer lists (MSVC bug)
Zachary Michaels
2014-09-15
1
-9
/
+9
|
/
*
Separate testnet address prefix
Zachary Michaels
2014-09-15
4
-17
/
+34
*
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
2
-9
/
+35
*
Change wallet to not try to extract tx public key when tx has no outputs (fix...
iamsmooth
2014-09-13
1
-43
/
+47
*
added view_key to wallet RPC command query_key
Jakob Lind
2014-08-05
1
-0
/
+4
*
query_key command in wallet rpc.
Jakob Lind
2014-08-05
3
-0
/
+44
*
refactoring. get seed code in wallet2
Jakob Lind
2014-08-03
2
-0
/
+20
*
#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
2
-12
/
+10
*
Merge pull request #70 from fluffypony/master
Riccardo Spagni
2014-07-23
7
-23
/
+203
|
\
|
*
License updated to BSD 3-clause
fluffypony
2014-07-23
7
-23
/
+203
*
|
wallet rpc: actually populate the extra while assembling a transaction
Erik Kimmo
2014-07-23
2
-2
/
+2
|
/
*
Add get_bulk_payments rpc call
Zachary Michaels
2014-07-22
5
-5
/
+81
*
Merge pull request #63 from mikezackles/bytecoin_for_merge
mikezackles
2014-07-17
1
-5
/
+5
|
\
|
*
Explicit error constructors
Zachary Michaels
2014-07-01
1
-5
/
+5
*
|
wallet RPC converted to use new transaction semantics
Thomas Winget
2014-06-30
5
-19
/
+273
*
|
missed removing a debug print
Thomas Winget
2014-06-30
1
-2
/
+0
*
|
Transaction splitting *seems* to be working!!!
tom
2014-06-30
1
-0
/
+3
*
|
final changes to get transaction splitting building. needs testing.
Thomas Winget
2014-06-30
3
-26
/
+54
*
|
Added comments to wallet functions
Thomas Winget
2014-06-30
2
-0
/
+13
|
/
*
Revert "Do not fall over when refreshing balance fails"
Thomas Winget
2014-06-30
1
-2
/
+1
*
Do not fall over when refreshing balance fails
Matthew Little
2014-06-29
1
-1
/
+2
[next]