| Commit message (Expand) | Author | Age | Files | Lines |
| * | rct: rework the verification preparation process | moneromooo-monero | 2016-08-28 | 1 | -2/+13 |
| * | add rct to the protocol | moneromooo-monero | 2016-08-28 | 1 | -4/+8 |
| * | core: new /getrandom_rctouts.bin binary RPC call | moneromooo-monero | 2016-08-28 | 1 | -0/+25 |
| * | daemon: print time to next fork | moneromooo-monero | 2016-08-12 | 1 | -0/+7 |
| * | Fake outs set is now decided by the wallet | moneromooo-monero | 2016-08-11 | 1 | -0/+15 |
| * | new unlocked parameter to output_histogram | moneromooo-monero | 2016-08-01 | 1 | -1/+2 |
| * | blockchain: remove the tx validation result cache | moneromooo-monero | 2016-04-06 | 1 | -1/+0 |
| * | Merge pull request #767 | Riccardo Spagni | 2016-04-02 | 1 | -3/+6 |
| |\ |
|
| | * | Convey tx verification failure reasons to the RPC client | moneromooo-monero | 2016-03-27 | 1 | -3/+6 |
| * | | Merge pull request #765 | Riccardo Spagni | 2016-03-27 | 1 | -0/+9 |
| |\ \
| |/
|/| |
|
| | * | New RPC and daemon command to get output histogram | moneromooo-monero | 2016-03-26 | 1 | -0/+9 |
| * | | blockchain: for v3, require miner tx to have well behaved outs | moneromooo-monero | 2016-03-25 | 1 | -1/+2 |
| |/ |
|
| * | Merge pull request #749 | Riccardo Spagni | 2016-03-25 | 1 | -15/+875 |
| * | Revert "Merge pull request #749" | Riccardo Spagni | 2016-03-25 | 1 | -875/+15 |
| * | Remove unnecessary or defunct code | Thomas Winget | 2016-03-22 | 1 | -21/+0 |
| * | Updated documentation for blockchain.* | Thomas Winget | 2016-03-22 | 1 | -9/+890 |
| * | core_tests: add tests for hard fork behaviors (MRL-0004) | moneromooo-monero | 2016-02-08 | 1 | -2/+3 |
| * | Blockchain: Optionally pass in HardFork object | warptangent | 2016-02-08 | 1 | -0/+1 |
| * | minor bugfixes and refactoring | Thomas Winget | 2016-02-02 | 1 | -0/+11 |
| * | new flush_txpool command, and associated RPC call | moneromooo-monero | 2016-01-30 | 1 | -0/+2 |
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 1 | -1/+1 |
| * | blockchain: remove obsolete containers | moneromooo-monero | 2015-12-26 | 1 | -3/+0 |
| * | blockchain: fix a few block addition bugs | moneromooo-monero | 2015-12-25 | 1 | -0/+1 |
| * | blockchain: fix bitflipping test with quantized block rewards | moneromooo-monero | 2015-12-25 | 1 | -1/+1 |
| * | Allow the wallet to access hard fork information | moneromooo-monero | 2015-12-19 | 1 | -1/+1 |
| * | Replace tabs with two spaces for consistency with rest of codebase | warptangent | 2015-12-15 | 1 | -32/+32 |
| * | add a --fakechain argument for tests | moneromooo-monero | 2015-12-13 | 1 | -1/+1 |
| * | More changes for 2-min blocks | Javier Smooth | 2015-11-13 | 1 | -0/+2 |
| * | Remove some old/obsolete/unused code | moneromooo-monero | 2015-10-27 | 1 | -15/+0 |
| * | Add functions to iterate through blocks, txes, outputs, key images | moneromooo-monero | 2015-10-25 | 1 | -0/+5 |
| * | from hard fork 2, all outputs must be decomposed | moneromooo-monero | 2015-10-11 | 1 | -0/+1 |
| * | hardfork: most state now saved to the DB | moneromooo-monero | 2015-09-20 | 1 | -3/+3 |
| * | Add an RPC call and daemon command to get info on hard fork voting | 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/+2 |
| * | blockchain: use the new hardfork class | moneromooo-monero | 2015-09-12 | 1 | -2/+5 |
| * | blockchain: add a couple missing includes | moneromooo-monero | 2015-09-12 | 1 | -0/+2 |
| * | blockchain: remove dead code | moneromooo-monero | 2015-08-11 | 1 | -3/+0 |
| * | Removed on_idle() calls to Blockchain::store_blockchain() for lmdb. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2015-07-15 | 1 | -0/+1 |
| * | ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2015-07-15 | 1 | -8/+56 |
| * | 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 | -3/+1 |
| * | Update Blockchain::get_db() to return reference instead of pointer | warptangent | 2015-03-22 | 1 | -2/+2 |
| * | Add support for database open with flags | warptangent | 2015-03-16 | 1 | -1/+1 |
| * | Blockchain: add get_db() accessor, needed for blockchain_import | warptangent | 2015-03-15 | 1 | -0/+5 |
| * | Moved BlockchainDB into its own src/ subfolder | Thomas Winget | 2015-03-06 | 1 | -1/+1 |
| * | Blockchain: match original function declaration from blockchain_storage | warptangent | 2015-02-23 | 1 | -1/+1 |
| * | blockchain: add consts where appropriate | moneromooo-monero | 2015-01-04 | 1 | -41/+41 |
| * | add new checkpointing behavior to Blockchain class | Thomas Winget | 2015-01-04 | 1 | -2/+4 |
| * | Integrate BlockchainDB into cryptonote_core | Thomas Winget | 2015-01-04 | 1 | -3/+7 |