| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #121 from fluffypony/masterv0.8.8.3 | Riccardo Spagni | 2014-09-06 | 4 | -10/+96 |
| |\ | | | | | Fix tree_hash, patch for bad block 202612 | ||||
| | * | fix checkpoints | iamsmooth | 2014-09-06 | 2 | -4/+7 |
| | | | |||||
| | * | bug fix to checkpoint-on-restore; still fails on 612 | iamsmooth | 2014-09-06 | 1 | -1/+1 |
| | | | |||||
| | * | checkpoints on restore; currently fails on 212 checkpoint | iamsmooth | 2014-09-06 | 2 | -2/+24 |
| | | | |||||
| | * | Fix tree-hash cnt n^2. Asserts, comment. Squash2 | rfree2monero | 2014-09-06 | 1 | -6/+48 |
| | | | |||||
| | * | override for get_block_longhash for block 202612 | Thomas Winget | 2014-09-06 | 1 | -0/+7 |
| | | | |||||
| | * | added double-check for 202612 block id | Thomas Winget | 2014-09-06 | 1 | -1/+13 |
| | | | | | | | | | | | | | if a new block has the same block id as 202612 but the wrong blobdata, this will tell the caller that the block id is actually null_hash rather than the 202612 block id. | ||||
| | * | hex_to_pod needs the destination as an arg, as opposed to it returning the pod | Thomas Winget | 2014-09-06 | 1 | -1/+1 |
| |/ | |||||
| * | Override for block hashing for block 202612 | Thomas Winget | 2014-09-06 | 1 | -0/+10 |
| | | | | | | | | Since we need to fix tree_hash, but doing so would invalidate the block id for block 202612, this fix should check to see if we're trying to get the block id for 202612 (if its blob hash matches) and return the "old" block id, for backwards compatibility. | ||||
| * | Merge pull request #112 from fluffypony/master | Riccardo Spagni | 2014-09-02 | 1 | -1/+4 |
| |\ | | | | | fixed OS X malloc.h reference | ||||
| | * | fixed OS X malloc.h reference | fluffypony | 2014-09-02 | 1 | -1/+4 |
| | | | |||||
| * | | Merge pull request #109 from fluffypony/master | Riccardo Spagni | 2014-08-30 | 2 | -162/+98 |
| |\| | | | | | readme -> markdown | ||||
| | * | readme -> markdown | fluffypony | 2014-08-30 | 2 | -162/+98 |
| |/ | |||||
| * | bumped build number | fluffypony | 2014-08-25 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #104 from fluffypony/master | Riccardo Spagni | 2014-08-23 | 1 | -2/+2 |
| |\ | | | | | Fees temporarily bumped to 0.1 XMR per tx to prevent spam attack | ||||
| | * | quick additional patch | fluffypony | 2014-08-23 | 1 | -2/+1 |
| | | | |||||
| | * | quick fee ramp to prevent spam attack | fluffypony | 2014-08-23 | 1 | -3/+4 |
| |/ | |||||
| * | Merge pull request #86 from jakoblind/seed | Riccardo Spagni | 2014-08-05 | 7 | -1/+97 |
| |\ | | | | | Query view key and seed | ||||
| | * | added view_key to wallet RPC command query_key | Jakob Lind | 2014-08-05 | 1 | -0/+4 |
| | | | |||||
| | * | added viewkey command to CLI | Jakob Lind | 2014-08-05 | 2 | -0/+9 |
| | | | |||||
| | * | query_key command in wallet rpc. | Jakob Lind | 2014-08-05 | 3 | -0/+44 |
| | | | | | | | only support mnemonic as key_type currently | ||||
| | * | refactoring. get seed code in wallet2 | Jakob Lind | 2014-08-03 | 3 | -12/+23 |
| | | | |||||
| | * | check its deterministic wallet before printing seed | Jakob Lind | 2014-08-03 | 1 | -3/+19 |
| | | | | | | | | | when running the seed command | ||||
| | * | remove help text about seed only displayed once | Jakob Lind | 2014-08-03 | 1 | -2/+2 |
| | | | |||||
| | * | added seed command to get deterministic seed. | Jakob Lind | 2014-08-03 | 2 | -0/+12 |
| |/ | | | | not yet password protected | ||||
| * | Merge pull request #81 from tewinget/restore-fix | Thomas Winget | 2014-08-03 | 1 | -1/+17 |
| |\ | | | | | restored wallets will have timestamp set to June 8 2014. | ||||
| | * | restored wallets will have timestamp set to June 8 2014. | Thomas Winget | 2014-08-03 | 1 | -1/+17 |
| |/ | |||||
| * | Merge pull request #77 from fluffypony/master | Riccardo Spagni | 2014-08-02 | 1 | -1/+1 |
| |\ | | | | | build number increased in staging | ||||
| | * | build number increased in staging | fluffypony | 2014-08-02 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #73 from jakoblind/refresh_height | Riccardo Spagni | 2014-08-02 | 9 | -26/+41 |
| |\ | | | | | Optional height parameter for wallet refresh | ||||
| | * | #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 | 9 | -22/+39 |
| | | | | | | | | | | | | | height param is used optionally in refresh command TODO: This should also be the default behaviour when generating a new wallet. | ||||
| * | | Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmp | Riccardo Spagni | 2014-08-01 | 3 | -95/+82 |
| |\ \ | |/ |/| | tx pool fixes, courtesy of Bytecoin | ||||
| | * | Remove dead code | Zachary Michaels | 2014-07-17 | 1 | -17/+0 |
| | | | |||||
| | * | Remove second tx size check | Zachary Michaels | 2014-07-17 | 1 | -7/+0 |
| | | | |||||
| | * | Don't check max tx size when adding to block | Zachary Michaels | 2014-07-17 | 1 | -8/+0 |
| | | | | | | | | | This is now done when adding transactions to the pool. | ||||
| | * | Don't check for min fee when adding tx to block | Zachary Michaels | 2014-07-17 | 1 | -5/+0 |
| | | | | | | | | | This is now done when transactions enter the pool. | ||||
| | * | Decrease max block size from 200% median to 130% | Zachary Michaels | 2014-07-17 | 1 | -1/+3 |
| | | | |||||
| | * | Use print_money in log | Zachary Michaels | 2014-07-17 | 1 | -1/+1 |
| | | | |||||
| | * | Minimum tx fee for entering pool | Zachary Michaels | 2014-07-17 | 1 | -0/+8 |
| | | | |||||
| | * | Start fresh if tx_pool deserialize fails | Zachary Michaels | 2014-07-17 | 1 | -2/+6 |
| | | | |||||
| | * | Add transaction size limit | Zachary Michaels | 2014-07-17 | 1 | -0/+24 |
| | | | | | | | | | Transactions larger than the limit will not enter the pool | ||||
| | * | Use const where appropriate in tx_pool | Zachary Michaels | 2014-07-17 | 3 | -50/+36 |
| | | | |||||
| | * | Make some tx_pool methods static | Zachary Michaels | 2014-07-17 | 1 | -2/+2 |
| | | | |||||
| | * | Make some tx_pool methods private | Zachary Michaels | 2014-07-17 | 1 | -6/+6 |
| | | | |||||
| * | | Merge pull request #72 from fluffypony/master | Riccardo Spagni | 2014-07-25 | 104 | -2671/+2067 |
| |\ \ | | | | | | | move modified epee code to new classes, revert license | ||||
| | * | | move modified epee code to new classes, revert license | fluffypony | 2014-07-25 | 104 | -2671/+2067 |
| |/ / | |||||
| * | | Merge pull request #71 from Jojatekok/master | Riccardo Spagni | 2014-07-24 | 1 | -0/+45 |
| |\ \ | | | | | | | Added a build script for Windows | ||||
| | * | | Added license for the Windows build script | Jojatekok | 2014-07-24 | 1 | -1/+29 |
| | | | | |||||
| | * | | Added a build script for Windows | Jojatekok | 2014-07-24 | 1 | -0/+17 |
| |/ / | |||||
