| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | previous hash added to GBT | Riccardo Spagni | 2015-01-06 | 2 | -0/+3 | |
| | |/ / |/| | | ||||||
| * | | | year updated in license | Riccardo Spagni | 2015-01-02 | 137 | -139/+139 | |
| |/ / | ||||||
| * | | Merge pull request #203 | Riccardo Spagni | 2014-12-13 | 3 | -4/+41 | |
| |\ \ | ||||||
| | * | | Document existing function | warptangent | 2014-12-11 | 1 | -0/+6 | |
| | * | | Repeat prompt for wallet path if invalid | warptangent | 2014-12-11 | 3 | -4/+35 | |
| | |/ | ||||||
| * | | Merge pull request #202 | Riccardo Spagni | 2014-12-13 | 1 | -2/+0 | |
| |\ \ | ||||||
| | * | | wallet2::rewrite update to not require bin file | warptangent | 2014-12-10 | 1 | -2/+0 | |
| | |/ | ||||||
| * | | Merge pull request #201 | Riccardo Spagni | 2014-12-13 | 1 | -7/+9 | |
| |\ \ | ||||||
| | * | | wallet2::load correctly initialize m_blockchain for wallet loaded without bin... | warptangent | 2014-12-10 | 1 | -7/+9 | |
| | |/ | ||||||
| * | | Merge pull request #200 | Riccardo Spagni | 2014-12-13 | 4 | -0/+125 | |
| |\ \ | ||||||
| | * | | Add simple_wallet::seed_set_language method | warptangent | 2014-12-08 | 2 | -0/+72 | |
| | * | | Add wallet2::verify_password method | warptangent | 2014-12-08 | 2 | -0/+53 | |
| | |/ | ||||||
| * / | onwards to 0.8.8.7 | Riccardo Spagni | 2014-12-13 | 1 | -1/+1 | |
| |/ | ||||||
| * | version bump to 0.8.8.6v0.8.8.6 | Riccardo Spagni | 2014-12-08 | 1 | -1/+1 | |
| * | Merge pull request #196 | Riccardo Spagni | 2014-12-08 | 3 | -33/+66 | |
| |\ | ||||||
| | * | wallet JSON update for non-deterministic wallet data | warptangent | 2014-12-06 | 1 | -4/+10 | |
| | * | Checking and handling for deterministic vs non-deterministic wallet | warptangent | 2014-12-06 | 1 | -18/+34 | |
| | * | Extract check for deterministic keys to wallet2::is_deterministic() | warptangent | 2014-12-06 | 2 | -6/+20 | |
| | * | indentation | warptangent | 2014-12-06 | 1 | -1/+1 | |
| | * | replace lines with call to recently added print_seed() | warptangent | 2014-12-06 | 1 | -4/+1 | |
| * | | Merge pull request #183 | Riccardo Spagni | 2014-12-08 | 1 | -1/+5 | |
| |\ \ | |/ |/| | ||||||
| | * | Exception handling while refreshing in rpc wallet (credits to QCN) | Sammy Libre | 2014-11-01 | 1 | -1/+5 | |
| * | | increased version number for tagged releasev0.8.8.5 | Riccardo Spagni | 2014-12-02 | 1 | -1/+1 | |
| * | | fixed CMake version matching | Riccardo Spagni | 2014-12-02 | 1 | -1/+1 | |
| * | | Merge pull request #186 | Riccardo Spagni | 2014-12-02 | 3 | -6/+3 | |
| |\ \ | ||||||
| | * | | remove unused display variable | warptangent | 2014-12-01 | 1 | -3/+0 | |
| | * | | return true on success | warptangent | 2014-12-01 | 1 | -1/+1 | |
| | * | | deterministic wallet use of twelve words fixed | warptangent | 2014-12-01 | 1 | -1/+1 | |
| | * | | ensure that keccak is called on view spend key, not a possibly pre-sc_reduce3... | warptangent | 2014-12-01 | 1 | -1/+1 | |
| * | | | prompt for seed language and error handling | warptangent | 2014-12-01 | 3 | -0/+24 | |
| |/ / | ||||||
| * | | moved rapidjson to external folder, fixed CMake | Riccardo Spagni | 2014-12-01 | 24 | -8020/+0 | |
| * | | Merge pull request #1 | Riccardo Spagni | 2014-12-01 | 28 | -30/+8195 | |
| |\ \ | ||||||
| | * | | Prints seed after wallet upgrade. Removed iostream include. | Oran Juice | 2014-10-19 | 3 | -6/+26 | |
| | * | | Doxygen comments | Oran Juice | 2014-10-19 | 2 | -21/+40 | |
| | * | | Rewrites to old wallet file correctly | Oran Juice | 2014-10-19 | 3 | -3/+18 | |
| | * | | 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 | 3 | -22/+38 | |
| | * | | Stores seed language in wallet file. added rapidjson. Yet to test backward co... | Oran Juice | 2014-10-18 | 27 | -4/+8067 | |
| * | | | Merge pull request #188 | Riccardo Spagni | 2014-11-26 | 5 | -9/+10 | |
| |\ \ \ | ||||||
| | * | | | Disable legacy fees for now | iamsmooth | 2014-11-11 | 2 | -2/+2 | |
| | * | | | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ... | iamsmooth | 2014-11-09 | 5 | -9/+10 | |
| * | | | | Merge pull request #180 | Riccardo Spagni | 2014-11-25 | 12 | -53/+684 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | cmake: place binaries together in the build tree | Ben Boeckel | 2014-11-18 | 1 | -0/+3 | |
| | * | | | cmake: Windows and static builds need this | Ben Boeckel | 2014-10-24 | 1 | -1/+1 | |
| | * | | | cmake: fix up link lines | Ben Boeckel | 2014-10-24 | 3 | -1/+3 | |
| | * | | | cmake: support 2.8.7 | Ben Boeckel | 2014-10-24 | 10 | -12/+12 | |
| | * | | | cmake: fix up miniupnpc's define | Ben Boeckel | 2014-10-23 | 1 | -3/+5 | |
| | * | | | cmake: clean up if auto-dereferencing | Ben Boeckel | 2014-10-23 | 1 | -1/+1 | |
| | * | | | cmake: handle private vs. public headers | Ben Boeckel | 2014-10-23 | 11 | -20/+81 | |
| | * | | | cmake: refactor common code with libraries | Ben Boeckel | 2014-10-23 | 7 | -51/+18 | |
