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