summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #121 from fluffypony/masterv0.8.8.3Riccardo Spagni2014-09-064-10/+96
|\ | | | | Fix tree_hash, patch for bad block 202612
| * fix checkpointsiamsmooth2014-09-062-4/+7
| |
| * bug fix to checkpoint-on-restore; still fails on 612iamsmooth2014-09-061-1/+1
| |
| * checkpoints on restore; currently fails on 212 checkpointiamsmooth2014-09-062-2/+24
| |
| * Fix tree-hash cnt n^2. Asserts, comment. Squash2rfree2monero2014-09-061-6/+48
| |
| * override for get_block_longhash for block 202612Thomas Winget2014-09-061-0/+7
| |
| * added double-check for 202612 block idThomas Winget2014-09-061-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 podThomas Winget2014-09-061-1/+1
|/
* Override for block hashing for block 202612Thomas Winget2014-09-061-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/masterRiccardo Spagni2014-09-021-1/+4
|\ | | | | fixed OS X malloc.h reference
| * fixed OS X malloc.h referencefluffypony2014-09-021-1/+4
| |
* | Merge pull request #109 from fluffypony/masterRiccardo Spagni2014-08-302-162/+98
|\| | | | | readme -> markdown
| * readme -> markdownfluffypony2014-08-302-162/+98
|/
* bumped build numberfluffypony2014-08-251-1/+1
|
* Merge pull request #104 from fluffypony/masterRiccardo Spagni2014-08-231-2/+2
|\ | | | | Fees temporarily bumped to 0.1 XMR per tx to prevent spam attack
| * quick additional patchfluffypony2014-08-231-2/+1
| |
| * quick fee ramp to prevent spam attackfluffypony2014-08-231-3/+4
|/
* Merge pull request #86 from jakoblind/seedRiccardo Spagni2014-08-057-1/+97
|\ | | | | Query view key and seed
| * added view_key to wallet RPC command query_keyJakob Lind2014-08-051-0/+4
| |
| * added viewkey command to CLIJakob Lind2014-08-052-0/+9
| |
| * 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-033-12/+23
| |
| * check its deterministic wallet before printing seedJakob Lind2014-08-031-3/+19
| | | | | | | | when running the seed command
| * remove help text about seed only displayed onceJakob Lind2014-08-031-2/+2
| |
| * added seed command to get deterministic seed.Jakob Lind2014-08-032-0/+12
|/ | | | not yet password protected
* Merge pull request #81 from tewinget/restore-fixThomas Winget2014-08-031-1/+17
|\ | | | | restored wallets will have timestamp set to June 8 2014.
| * restored wallets will have timestamp set to June 8 2014.Thomas Winget2014-08-031-1/+17
|/
* Merge pull request #77 from fluffypony/masterRiccardo Spagni2014-08-021-1/+1
|\ | | | | build number increased in staging
| * build number increased in stagingfluffypony2014-08-021-1/+1
|/
* Merge pull request #73 from jakoblind/refresh_heightRiccardo Spagni2014-08-029-26/+41
|\ | | | | Optional height parameter for wallet refresh
| * #36 make it compile and work properlyJakob Lind2014-08-011-4/+2
| |
| * #36 simplewallet refresh include optional height paramJakob Lind2014-08-019-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_tmpRiccardo Spagni2014-08-013-95/+82
|\ \ | |/ |/| tx pool fixes, courtesy of Bytecoin
| * Remove dead codeZachary Michaels2014-07-171-17/+0
| |
| * Remove second tx size checkZachary Michaels2014-07-171-7/+0
| |
| * Don't check max tx size when adding to blockZachary Michaels2014-07-171-8/+0
| | | | | | | | This is now done when adding transactions to the pool.
| * Don't check for min fee when adding tx to blockZachary Michaels2014-07-171-5/+0
| | | | | | | | This is now done when transactions enter the pool.
| * Decrease max block size from 200% median to 130%Zachary Michaels2014-07-171-1/+3
| |
| * Use print_money in logZachary Michaels2014-07-171-1/+1
| |
| * Minimum tx fee for entering poolZachary Michaels2014-07-171-0/+8
| |
| * Start fresh if tx_pool deserialize failsZachary Michaels2014-07-171-2/+6
| |
| * Add transaction size limitZachary Michaels2014-07-171-0/+24
| | | | | | | | Transactions larger than the limit will not enter the pool
| * Use const where appropriate in tx_poolZachary Michaels2014-07-173-50/+36
| |
| * Make some tx_pool methods staticZachary Michaels2014-07-171-2/+2
| |
| * Make some tx_pool methods privateZachary Michaels2014-07-171-6/+6
| |
* | Merge pull request #72 from fluffypony/masterRiccardo Spagni2014-07-25104-2671/+2067
|\ \ | | | | | | move modified epee code to new classes, revert license
| * | move modified epee code to new classes, revert licensefluffypony2014-07-25104-2671/+2067
|/ /
* | Merge pull request #71 from Jojatekok/masterRiccardo Spagni2014-07-241-0/+45
|\ \ | | | | | | Added a build script for Windows
| * | Added license for the Windows build scriptJojatekok2014-07-241-1/+29
| | |
| * | Added a build script for WindowsJojatekok2014-07-241-0/+17
|/ /