summaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Collapse)AuthorAgeFilesLines
* added view_key to wallet RPC command query_keyJakob Lind2014-08-051-0/+4
|
* query_key command in wallet rpc.Jakob Lind2014-08-053-0/+44
| | | only support mnemonic as key_type currently
* refactoring. get seed code in wallet2Jakob Lind2014-08-032-0/+20
|
* #36 make it compile and work properlyJakob Lind2014-08-011-4/+2
|
* #36 simplewallet refresh include optional height paramJakob Lind2014-08-012-12/+10
| | | | | | height param is used optionally in refresh command TODO: This should also be the default behaviour when generating a new wallet.
* Merge pull request #70 from fluffypony/masterRiccardo Spagni2014-07-237-23/+203
|\ | | | | New readme, license changes
| * License updated to BSD 3-clausefluffypony2014-07-237-23/+203
| |
* | wallet rpc: actually populate the extra while assembling a transactionErik Kimmo2014-07-232-2/+2
|/
* Add get_bulk_payments rpc callZachary Michaels2014-07-225-5/+81
|
* Merge pull request #63 from mikezackles/bytecoin_for_mergemikezackles2014-07-171-5/+5
|\ | | | | Misc fixes from bytecoin
| * Explicit error constructorsZachary Michaels2014-07-011-5/+5
| |
* | wallet RPC converted to use new transaction semanticsThomas Winget2014-06-305-19/+273
| | | | | | | | | | | | | | | | wallet RPC now uses wallet2::create_transactions and wallet2::commit_tx instead of wallet2::transfer. This made it possible to add the RPC call /transfer_split, which will split transactions automatically if they are too large. The old call to /transfer will return an error stating to use /transfer_split if multiple transactions are needed to fulfill the request.
* | missed removing a debug printThomas Winget2014-06-301-2/+0
| |
* | Transaction splitting *seems* to be working!!!tom2014-06-301-0/+3
| |
* | final changes to get transaction splitting building. needs testing.Thomas Winget2014-06-303-26/+54
| |
* | Added comments to wallet functionsThomas Winget2014-06-302-0/+13
|/
* Revert "Do not fall over when refreshing balance fails"Thomas Winget2014-06-301-2/+1
|
* Do not fall over when refreshing balance failsMatthew Little2014-06-291-1/+2
|
* allow two-random-numbers wallet generation (but not as default)Thomas Winget2014-06-122-3/+3
|
* builds, but doesn't link. other than that, electrum-style recovery ↵Thomas Winget2014-06-122-3/+4
| | | | implemented (but not tested\!)
* defaulted new parameters in modified functionstom2014-06-121-1/+1
|
* most functions prototyped/modified for wallet recoveryThomas Winget2014-06-123-3/+17
|
* fixed conflictpaybee2014-06-025-1/+81
|\
| * Added 'payment_id' optional argument to 'transfer' wallet RPC methodNeozaru2014-06-024-1/+46
| |
| * Merge bitmonero@monero-projectNeozaru2014-06-012-6/+11
| |\
| * | 'getaddress' wallet-rpc commandNeozaru2014-05-253-0/+35
| | |
* | | Added incoming_transfers RPC API methodpaybee2014-06-022-15/+1
| | |
* | | Merge remote-tracking branch 'upstream/master'paybee2014-05-292-6/+11
|\ \ \ | | |/ | |/|
| * | temporary fix for block reward dosmydesktop2014-05-251-1/+6
| | |
| * | 0.8.8updatemydesktop2014-05-252-5/+5
| |/
* / Added incoming_transfers RPC API methodpaybee2014-05-274-4/+108
|/
* initial [broken] updatemydesktop2014-05-037-74/+215
|
* Reverting wallet2.cpp to proper bugfixmonero-project2014-04-301-5/+0
|
* further fixes for mac osxmydesktop2014-04-301-0/+11
|\
| * return for unhandleable tx_extramonero-project2014-04-301-0/+4
| |
| * Temporarily disable error relating to mangled tx_extra fieldsmonero-project2014-04-301-1/+4
| |
* | Warn user on attempting to remove build directory for make cleanmydesktop2014-04-301-1/+1
|/
* checkpoints removedthankful_for_today2014-04-181-1/+1
|
* Improvements in JSON RPCAntonio Juarez2014-04-073-44/+45
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-027-353/+1159
|
* some fixesAntonio Juarez2014-03-202-93/+206
|
* moved all stuff to githubAntonio Juarez2014-03-032-0/+1003