| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | wallet: handle 0 change properly | moneromooo-monero | 2016-08-28 | 1 | -7/+8 | |
| * | port get_tx_key/check_tx_key to rct | moneromooo-monero | 2016-08-28 | 1 | -4/+17 | |
| * | integrate simple rct api | moneromooo-monero | 2016-08-28 | 1 | -6/+24 | |
| * | wallet: rct specific output selection | moneromooo-monero | 2016-08-28 | 1 | -3/+123 | |
| * | wallet: make sweep_all work with rct txes too | moneromooo-monero | 2016-08-28 | 1 | -7/+21 | |
| * | wallet: factor transfer_rct code with transfer code | moneromooo-monero | 2016-08-28 | 1 | -253/+40 | |
| * | ringct: do not serialize what can be reconstructed | moneromooo-monero | 2016-08-28 | 1 | -5/+8 | |
| * | wallet: update spent status when an accepted tx disappears | moneromooo-monero | 2016-08-28 | 1 | -0/+19 | |
| * | wallet: reset output spent status on blockchain reorg | moneromooo-monero | 2016-08-28 | 1 | -5/+41 | |
| * | add rct to the protocol | moneromooo-monero | 2016-08-28 | 1 | -40/+610 | |
| * | Merge pull request #970 | Riccardo Spagni | 2016-08-22 | 1 | -0/+3 | |
| |\ | ||||||
| | * | wallet: store key images after importing them | moneromooo-monero | 2016-08-17 | 1 | -0/+3 | |
| * | | wallet: fix build on Mac and Windows (missing include) | moneromooo-monero | 2016-08-17 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge pull request #948 | Riccardo Spagni | 2016-08-11 | 1 | -47/+173 | |
| |\ | ||||||
| | * | Fake outs set is now decided by the wallet | moneromooo-monero | 2016-08-11 | 1 | -43/+168 | |
| | * | new unlocked parameter to output_histogram | moneromooo-monero | 2016-08-01 | 1 | -4/+5 | |
| * | | wallet2: if importing key images fails, print failure index | moneromooo-monero | 2016-08-04 | 1 | -1/+2 | |
| |/ | ||||||
| * | wallet: new {ex,im}port_key_images commands and RPC calls | moneromooo-monero | 2016-07-24 | 1 | -0/+116 | |
| * | wallet: add unconfirmed incoming txes from the txpool | moneromooo-monero | 2016-07-20 | 1 | -46/+175 | |
| * | Merge pull request #902 | Riccardo Spagni | 2016-07-20 | 1 | -8/+25 | |
| |\ | ||||||
| | * | Add a daemon RPC version, and make simplewallet check it | moneromooo-monero | 2016-07-10 | 1 | -8/+25 | |
| * | | wallet: add command and RPC to sign/verify data | moneromooo-monero | 2016-07-19 | 1 | -0/+35 | |
| |/ | ||||||
| * | Merge pull request #878 | Riccardo Spagni | 2016-07-06 | 1 | -12/+37 | |
| |\ | ||||||
| | * | wallet: add a fee multiplier | moneromooo-monero | 2016-06-22 | 1 | -12/+37 | |
| * | | Merge branch 'master' of https://github.com/mbg033/bitmonero | Ilya Kitaev | 2016-06-23 | 1 | -6/+5 | |
| |\ \ | ||||||
| | * | | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 2016-05-27 | 1 | -4/+13 | |
| | |\| | ||||||
| | * | | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 2016-05-12 | 1 | -11/+249 | |
| | |\ \ | ||||||
| | * \ \ | Merge remote-tracking branch 'upstream/master' into develop | Ilya Kitaev | 2016-04-26 | 1 | -75/+75 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 2016-03-31 | 1 | -39/+108 | |
| | |\ \ \ \ | ||||||
| | * | | | | | - testnet option added to api; | Ilya Kitaev | 2016-03-25 | 1 | -0/+5 | |
| | * | | | | | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 2016-03-21 | 1 | -69/+53 | |
| * | | | | | | - testnet option added to api; | Ilya Kitaev | 2016-06-23 | 1 | -0/+5 | |
| * | | | | | | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 2016-06-23 | 1 | -69/+53 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Merge pull request #827 | Riccardo Spagni | 2016-05-17 | 1 | -4/+13 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | Only log 1/N skipped blocks | Howard Chu | 2016-04-29 | 1 | -2/+4 | |
| | * | | | | Move refresh height to keys file from cache file | Howard Chu | 2016-04-29 | 1 | -0/+6 | |
| | * | | | | Make fast_refresh interruptible | Howard Chu | 2016-04-29 | 1 | -2/+3 | |
| * | | | | | add a --max-concurrency flag | moneromooo-monero | 2016-04-28 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | wallet: allow attaching notes to txids | moneromooo-monero | 2016-04-26 | 1 | -0/+13 | |
| * | | | | wallet: add GMT timestamps to transfers/payments | moneromooo-monero | 2016-04-26 | 1 | -5/+8 | |
| * | | | | Merge pull request #815 | Riccardo Spagni | 2016-04-26 | 1 | -0/+127 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet: add a new sweep_all command and RPC command | moneromooo-monero | 2016-04-19 | 1 | -0/+127 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #814 | Riccardo Spagni | 2016-04-26 | 1 | -4/+12 | |
| |\ \ \ \ | ||||||
| | * | | | | modified: src/wallet/wallet2.cpp | awfulcrawler | 2016-04-18 | 1 | -3/+4 | |
| | * | | | | modified: src/simplewallet/simplewallet.cpp | awfulcrawler | 2016-04-18 | 1 | -4/+11 | |
| | |/ / / | ||||||
| * / / / | Add GET_HASHES_FAST rpc, use it in wallet | Howard Chu | 2016-04-17 | 1 | -0/+87 | |
| |/ / / | ||||||
| * | | | Merge pull request #784 | Riccardo Spagni | 2016-04-14 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| | * | | | Fix potential race with parallel processing of txes/signatures/blocks | moneromooo-monero | 2016-04-02 | 1 | -0/+1 | |
| * | | | | Merge pull request #783 | Riccardo Spagni | 2016-04-14 | 1 | -53/+36 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet: better output selection for transfer/transfer_new | moneromooo-monero | 2016-04-02 | 1 | -53/+36 | |
| | |/ / / | ||||||
