| Commit message (Expand) | Author | Age | Files | Lines |
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 1 | -1/+1 |
| * | blockchain: kill ioservice on scope end, rather than manually | moneromooo-monero | 2015-12-30 | 1 | -6/+7 |
| * | Merge pull request #572 | Riccardo Spagni | 2015-12-30 | 1 | -0/+2 |
| |\ |
|
| | * | blockchain: always stop the ioservice before returning | moneromooo-monero | 2015-12-28 | 1 | -0/+2 |
| * | | blockchain: remove obsolete containers | moneromooo-monero | 2015-12-26 | 1 | -5/+1 |
| * | | blockchain: Fix height in call to on_blockchain_dec | moneromooo-monero | 2015-12-26 | 1 | -1/+1 |
| |/ |
|
| * | blockchain: fix a few block addition bugs | moneromooo-monero | 2015-12-25 | 1 | -34/+45 |
| * | blockchain: fix an off by one error in unlocked time check | moneromooo-monero | 2015-12-25 | 1 | -1/+1 |
| * | blockchain: reinstate double spending checks in check_tx_inputs | moneromooo-monero | 2015-12-25 | 1 | -3/+7 |
| * | blockchain: make some flag twiddling code closer to the original | moneromooo-monero | 2015-12-25 | 1 | -2/+2 |
| * | blockchain: fix bitflipping test with quantized block rewards | moneromooo-monero | 2015-12-25 | 1 | -1/+4 |
| * | blockchain: add missing m_tx_pool.on_blockchain_dec | moneromooo-monero | 2015-12-25 | 1 | -0/+1 |
| * | blockchain: fix switch to alternative blockchain for more than one block | moneromooo-monero | 2015-12-25 | 1 | -1/+1 |
| * | blockchain: add a missing validity check to rollback_blockchain_switching | moneromooo-monero | 2015-12-25 | 1 | -0/+6 |
| * | core: catch exceptions from get_output_key | moneromooo-monero | 2015-12-25 | 1 | -2/+18 |
| * | db: throw when given a non txout_to_key output to add | moneromooo-monero | 2015-12-25 | 1 | -0/+5 |
| * | Allow the wallet to access hard fork information | moneromooo-monero | 2015-12-19 | 1 | -2/+2 |
| * | Add missing semicolons after log statements | moneromooo-monero | 2015-12-19 | 1 | -3/+3 |
| * | replace std::auto_ptr with std::unique_ptr | moneromooo-monero | 2015-12-17 | 1 | -1/+1 |
| * | Fix typo | warptangent | 2015-12-15 | 1 | -1/+1 |
| * | blockchain.cpp: Change indentation from 4 to 2 spaces | warptangent | 2015-12-15 | 1 | -2193/+2191 |
| * | Replace tabs with two spaces for consistency with rest of codebase | warptangent | 2015-12-15 | 1 | -74/+74 |
| * | Tone down a bit L0 logs during daemon sync | moneromooo-monero | 2015-12-14 | 1 | -1/+1 |
| * | add a --fakechain argument for tests | moneromooo-monero | 2015-12-13 | 1 | -4/+7 |
| * | blockchain: log block (not chain) height in "BLOCK SUCCESFULLY ADDED" | moneromooo-monero | 2015-12-13 | 1 | -1/+1 |
| * | blockchain: fix off by one in get_blocks | moneromooo-monero | 2015-12-13 | 1 | -1/+1 |
| * | blockchain_db: fixup missing key images in early DB version | moneromooo-monero | 2015-12-06 | 1 | -0/+3 |
| * | hardfork: fix more major/minor issues | moneromooo-monero | 2015-11-24 | 1 | -2/+2 |
| * | blockchain: log versions as numbers, not characters | moneromooo-monero | 2015-11-23 | 1 | -1/+1 |
| * | fixed testnet fork point, added comment data back in | Riccardo Spagni | 2015-11-22 | 1 | -3/+3 |
| * | 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 |