| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | update v2 testnet fork height | Riccardo Spagni | 2015-11-21 | 1 | -3/+6 |
| * | Relay transactions when they linger too long in the pool | moneromooo-monero | 2015-11-21 | 1 | -4/+16 |
| * | More changes for 2-min blocks | Javier Smooth | 2015-11-13 | 1 | -4/+7 |
| * | Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v... | Javier Smooth | 2015-11-13 | 1 | -5/+8 |
| * | hardfork: allow per-fork voting thresholds | moneromooo-monero | 2015-11-08 | 1 | -6/+8 |
| * | Remove some old/obsolete/unused code | moneromooo-monero | 2015-10-27 | 1 | -49/+0 |
| * | Merge pull request #444 | Riccardo Spagni | 2015-10-26 | 1 | -0/+11 |
| |\ |
|
| | * | Fix leak on real output when using a very recent output | moneromooo-monero | 2015-10-25 | 1 | -0/+11 |
| * | | Merge pull request #442 | Riccardo Spagni | 2015-10-26 | 1 | -0/+20 |
| |\ \ |
|
| | * | | Add functions to iterate through blocks, txes, outputs, key images | moneromooo-monero | 2015-10-25 | 1 | -0/+20 |
| | |/ |
|
| * / | hardfork: switch voting to block minor version | moneromooo-monero | 2015-10-21 | 1 | -2/+2 |
| |/ |
|
| * | blockchain_export can now export to a blocks.dat format | moneromooo-monero | 2015-10-17 | 1 | -5/+6 |
| * | from hard fork 2, all outputs must be decomposed | moneromooo-monero | 2015-10-11 | 1 | -0/+17 |
| * | from hard fork 2, claim a quantized reward in coinbase | moneromooo-monero | 2015-10-10 | 1 | -2/+10 |
| * | blockchain: on hardfork 2, require mixin 2 at least if possible | moneromooo-monero | 2015-09-27 | 1 | -0/+37 |
| * | hardfork: rescan speedup | moneromooo-monero | 2015-09-27 | 1 | -1/+4 |
| * | blockchain: on hardfork 2, allow miners to claim less money than allowed | moneromooo-monero | 2015-09-27 | 1 | -3/+7 |
| * | blockchain: use different hard fork settings for testnet and mainnet | moneromooo-monero | 2015-09-27 | 1 | -3/+19 |
| * | hardfork: most state now saved to the DB | moneromooo-monero | 2015-09-20 | 1 | -13/+28 |
| * | Add an RPC call and daemon command to get info on hard fork voting | moneromooo-monero | 2015-09-19 | 1 | -1/+6 |
| * | blockchain: force a hardfork recalculation at load time | moneromooo-monero | 2015-09-19 | 1 | -0/+3 |
| * | core: add consts where appropriate | moneromooo-monero | 2015-09-19 | 1 | -3/+3 |
| * | core: moan when we think an update is needed to get latest hard fork info | moneromooo-monero | 2015-09-13 | 1 | -0/+5 |
| * | blockchain: use the new hardfork class | moneromooo-monero | 2015-09-12 | 1 | -3/+23 |
| * | blockchain: remove obsolete call to libc srand | moneromooo-monero | 2015-08-24 | 1 | -1/+0 |
| * | removed some gcc warnings. mainly unused variables. | roman | 2015-08-23 | 1 | -3/+0 |
| * | blockchain: mark two places where the new code differs from the old | moneromooo-monero | 2015-08-15 | 1 | -0/+3 |
| * | blockchain: update cumulative size after block addition | moneromooo-monero | 2015-08-15 | 1 | -2/+2 |
| * | blockchain: remove dead code | moneromooo-monero | 2015-08-15 | 1 | -1/+0 |
| * | blockchain: do not try to add a tx the pool when it was nor taken out | moneromooo-monero | 2015-08-15 | 1 | -1/+4 |
| * | blockchain: fix off by 1 in timestamp median calculations | moneromooo-monero | 2015-08-15 | 1 | -4/+2 |
| * | blockchain: remove dead code | moneromooo-monero | 2015-08-11 | 1 | -56/+6 |
| * | blockchain: factor get_num_outpouts(amount) calls | moneromooo-monero | 2015-08-09 | 1 | -3/+3 |
| * | blockchain: always select random outs using triangular distribution | moneromooo-monero | 2015-08-09 | 1 | -1/+9 |
| * | Merge pull request #343 | Riccardo Spagni | 2015-07-18 | 1 | -1/+1 |
| |\ |
|
| | * | blockchain: fix testnet syncing (to not use blocks.dat) | moneromooo-monero | 2015-07-18 | 1 | -1/+1 |
| * | | Fixed threadpool bug when running on single core systems. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2015-07-17 | 1 | -5/+8 |
| |/ |
|
| * | Removed on_idle() calls to Blockchain::store_blockchain() for lmdb. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2015-07-15 | 1 | -6/+42 |
| * | ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2015-07-15 | 1 | -1626/+2326 |
| * | Update blockchain.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2015-07-15 | 1 | -1/+0 |
| * | Experimental BDB workaround optimizations | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2015-07-15 | 1 | -1/+20 |
| * | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 2015-05-31 | 1 | -1/+1 |
| * | Steps toward multiple dbs available -- working | Thomas Winget | 2015-03-25 | 1 | -31/+10 |
| * | Add support for database open with flags | warptangent | 2015-03-16 | 1 | -2/+2 |
| * | BlockchainDB implementations have names now | Thomas Winget | 2015-03-13 | 1 | -2/+3 |
| * | Moved BlockchainDB into its own src/ subfolder | Thomas Winget | 2015-03-06 | 1 | -2/+2 |
| * | Move LMDB storage to subfolder | warptangent | 2015-02-23 | 1 | -1/+2 |
| * | Blockchain: match original function declaration from blockchain_storage | warptangent | 2015-02-23 | 1 | -1/+1 |
| * | Fix Blockchain::get_tail_id() to set parameter to last block number instead o... | warptangent | 2015-02-22 | 1 | -1/+1 |
| * | Blockchain: reflect log updates from blockchain_storage | warptangent | 2015-02-01 | 1 | -7/+7 |