| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | wallet2: print unused indices on a single line | moneromooo-monero | 2017-09-20 | 1 | -6/+17 | |
| * | | | wallet2: fix hash chain trimming when the inner chain becomes empty | moneromooo-monero | 2017-10-02 | 1 | -1/+28 | |
| | |/ |/| | ||||||
| * | | wallet2: do not keep block hashes below last checkpoint | moneromooo-monero | 2017-09-25 | 1 | -15/+48 | |
| * | | move checkpoints in a separate library | moneromooo-monero | 2017-09-25 | 1 | -4/+4 | |
| * | | wallet2: simplify tx processing a bit | moneromooo-monero | 2017-09-25 | 1 | -72/+53 | |
| * | | wallet2: factor some of the tx scanning code | moneromooo-monero | 2017-09-25 | 1 | -48/+20 | |
| * | | wallet2: catch failure to parse address | moneromooo-monero | 2017-09-25 | 1 | -1/+5 | |
| * | | wallet2: catch failure to save keys file | moneromooo-monero | 2017-09-25 | 1 | -2/+3 | |
| * | | Merge pull request #2386 | Riccardo Spagni | 2017-09-25 | 1 | -12/+10 | |
| |\ \ | ||||||
| | * | | wallet2: guard against daemon sending txes in the wrong order | moneromooo-monero | 2017-09-11 | 1 | -12/+10 | |
| * | | | Merge pull request #2377 | Riccardo Spagni | 2017-09-25 | 1 | -0/+141 | |
| |\ \ \ | ||||||
| | * | | | wallet2: correctly handle in/out payments for view-only wallet | stoffu | 2017-09-21 | 1 | -0/+141 | |
| * | | | | Merge pull request #2257 | Riccardo Spagni | 2017-09-25 | 1 | -2/+12 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | wallet: add encrypted seed functionality | moneromooo-monero | 2017-09-12 | 1 | -2/+12 | |
| | |/ / | ||||||
| * | | | Merge pull request #2441 | Riccardo Spagni | 2017-09-20 | 1 | -1/+1 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | Update wallet2.cpp for misspelling | Matthew Campassi | 2017-09-12 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | Use a threadpool | Howard Chu | 2017-09-14 | 1 | -43/+20 | |
| |/ | ||||||
| * | Merge pull request #2362 | Riccardo Spagni | 2017-09-02 | 1 | -20/+35 | |
| |\ | ||||||
| | * | simplewallet: new "fee" command to display fee information | moneromooo-monero | 2017-08-29 | 1 | -20/+35 | |
| * | | Merge pull request #2342 | Riccardo Spagni | 2017-09-02 | 1 | -0/+3 | |
| |\ \ | ||||||
| | * | | wallet2: account for huge testnet reorgs for estimating height | moneromooo-monero | 2017-08-25 | 1 | -0/+3 | |
| * | | | Merge pull request #2309 | Riccardo Spagni | 2017-09-02 | 1 | -18/+72 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | wallet2: export/import wallet data functions | Jaquee | 2017-08-21 | 1 | -0/+49 | |
| | * | | import_key_images - allow importing without being connected to daemon | Jaquee | 2017-08-18 | 1 | -18/+23 | |
| | |/ | ||||||
| * / | wallet: new option to check/confirm txpool backlog when sending | moneromooo-monero | 2017-08-26 | 1 | -0/+58 | |
| |/ | ||||||
| * | Merge pull request #2258 | Riccardo Spagni | 2017-08-15 | 1 | -3/+20 | |
| |\ | ||||||
| | * | wallet2: improve refresh height determination | moneromooo-monero | 2017-08-06 | 1 | -3/+20 | |
| * | | Merge pull request #2252 | Riccardo Spagni | 2017-08-15 | 1 | -0/+4 | |
| |\ \ | ||||||
| | * | | wallet2: clear some missing containers in clear() | moneromooo-monero | 2017-08-05 | 1 | -0/+4 | |
| | |/ | ||||||
| * | | Merge pull request #2240 | Riccardo Spagni | 2017-08-15 | 1 | -0/+9 | |
| |\ \ | ||||||
| | * | | wallet2: add a is_synced function | moneromooo-monero | 2017-08-02 | 1 | -0/+9 | |
| | |/ | ||||||
| * | | Merge pull request #2238 | Riccardo Spagni | 2017-08-15 | 1 | -2/+19 | |
| |\ \ | ||||||
| | * | | Enable verifying wallet password with having to load wallet. | m2049r | 2017-08-03 | 1 | -2/+19 | |
| | |/ | ||||||
| * | | Merge pull request #2233 | Riccardo Spagni | 2017-08-15 | 1 | -0/+8 | |
| |\ \ | ||||||
| | * | | wallet2: store testnet bool in keys file | Jaquee | 2017-08-05 | 1 | -0/+8 | |
| | |/ | ||||||
| * | | Merge pull request #2205 | Riccardo Spagni | 2017-08-15 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | wallet: return unlock_time in get_transfers | moneromooo-monero | 2017-08-02 | 1 | -0/+1 | |
| | |/ | ||||||
| * | | change mixin to ring size in user visible places | moneromooo-monero | 2017-08-07 | 1 | -2/+2 | |
| * | | Merge pull request #2203 | Riccardo Spagni | 2017-08-07 | 1 | -19/+37 | |
| |\ \ | ||||||
| | * | | wallet2: fix temporarily missing incoming tx when being mined | moneromooo-monero | 2017-08-05 | 1 | -19/+37 | |
| | |/ | ||||||
| * / | Fix spelling errors | Erik de Castro Lopo | 2017-07-05 | 1 | -8/+8 | |
| |/ | ||||||
| * | wallet2: get current height from the daemon on creation | moneromooo-monero | 2017-06-26 | 1 | -5/+14 | |
| * | wallet2: fix infinite loop on future refresh height | moneromooo-monero | 2017-06-26 | 1 | -1/+1 | |
| * | wallet: fix refresh_from_height setting on new wallet | moneromooo-monero | 2017-06-26 | 1 | -3/+2 | |
| * | Prevent crash if performing certain actions before wallet is initialized | Robby Weinberg | 2017-06-03 | 1 | -0/+4 | |
| * | Merge pull request #2058 | Riccardo Spagni | 2017-06-01 | 1 | -4/+4 | |
| |\ | ||||||
| | * | fix get_upper_transaction rename | schnerchi | 2017-05-31 | 1 | -4/+4 | |
| * | | Merge pull request #2036 | Riccardo Spagni | 2017-05-30 | 1 | -0/+4 | |
| |\ \ | |/ |/| | ||||||
| | * | wallet2: check key image validity domain in import_key_images | moneromooo-monero | 2017-05-18 | 1 | -0/+4 | |
| * | | Merge pull request #2022 | Riccardo Spagni | 2017-05-30 | 1 | -2/+2 | |
| |\ \ | ||||||
