summaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.
* restored wallets will have timestamp set to June 8 2014.Thomas Winget2014-08-031-1/+17
|
* Merge pull request #73 from jakoblind/refresh_heightRiccardo Spagni2014-08-024-7/+11
|\ | | | | Optional height parameter for wallet refresh
| * #36 simplewallet refresh include optional height paramJakob Lind2014-08-014-7/+11
| | | | | | | | | | | | 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
| |
* | License updated to BSD 3-clausefluffypony2014-07-2327-85/+783
|/
* Remove unused functionZachary Michaels2014-07-012-19/+0
|
* Explicit namespacesZachary Michaels2014-07-011-11/+8
|
* Remove redeclarationZachary Michaels2014-07-011-1/+0
|
* C++ style castZachary Michaels2014-07-011-1/+1
|
* Comment unused functions in cryptonote_coreZachary Michaels2014-07-012-15/+14
|
* set max block size for gbtmydesktop2014-06-261-0/+8
|
* fix function typomonero-project2014-06-241-1/+1
|
* Fix copy/paste bug, thx Boolberrymonero-project2014-06-241-3/+3
|
* Update miner.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo2014-06-161-1/+4
| | | 1. Added support for scratchpad memory allocation.
* proper tx_pool handling from CryptoZoidberg / BBRfluffypony2014-06-153-1/+34
|
* added checkpoint @ 80000monero-project2014-06-141-0/+1
|
* change hash for keygen from blake to keccaktom2014-06-121-2/+2
|
* allow two-random-numbers wallet generation (but not as default)Thomas Winget2014-06-122-3/+3
|
* fixed some pointer- and loop-based derpsThomas Winget2014-06-121-0/+3
|
* builds, but doesn't link. other than that, electrum-style recovery ↵Thomas Winget2014-06-122-4/+11
| | | | implemented (but not tested\!)
* defaulted new parameters in modified functionstom2014-06-121-1/+1
|
* most functions prototyped/modified for wallet recoveryThomas Winget2014-06-122-2/+2
|
* Fix for orphan fix (check blocksize)mydesktop2014-06-112-0/+13
|
* 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimationsNeozaru2014-06-042-1/+14
|
* Merge bitmonero@monero-projectNeozaru2014-06-0112-81/+186
|\
| * typo in tx_pool.cppmonero-project2014-05-281-1/+1
| |
| * fix typing mismatchmydesktop2014-05-271-2/+9
| |
| * dynamic tx size scaling for tx mempoolmydesktop2014-05-261-0/+11
| |
| * maximum block size 130% of medianmydesktop2014-05-261-3/+14
| |
| * temporary fix for block reward dosmydesktop2014-05-251-1/+23
| |
| * enable checkpointed block verificationmydesktop2014-05-251-1/+1
| |