Age | Commit message (Expand) | Author | Files | Lines |
2016-02-08 | blockchain: initialize m_hardfork to NULL | moneromooo-monero | 1 | -1/+1 |
2016-02-08 | core_tests: add tests for hard fork behaviors (MRL-0004) | moneromooo-monero | 1 | -5/+15 |
2016-02-08 | blockchain: reset hardfork object when resetting blockchain | moneromooo-monero | 1 | -0/+1 |
2016-02-08 | Blockchain: Update comments on removing block | warptangent | 1 | -0/+5 |
2016-02-08 | Move HardFork DB update to BlockchainDB::add_block() | warptangent | 1 | -3/+0 |
2016-02-08 | Make HardFork object available to BlockchainDB and derived DB implementations | warptangent | 1 | -0/+2 |
2016-02-08 | Blockchain: Optionally pass in HardFork object | warptangent | 1 | -4/+20 |
2016-02-03 | blockchain: revert handle_get_objects adding block id on tx not found | moneromooo-monero | 1 | -1/+0 |
2016-02-02 | minor bugfixes and refactoring | Thomas Winget | 1 | -56/+77 |
2016-01-31 | Merge pull request #634 | Riccardo Spagni | 1 | -0/+1 |
2016-01-31 | Merge pull request #631 | Riccardo Spagni | 1 | -2/+1 |
2016-01-31 | blockchain: log number of outputs available for a new tx | moneromooo-monero | 1 | -0/+1 |
2016-01-30 | blockchain: remove unused timer | moneromooo-monero | 1 | -1/+0 |
2016-01-30 | blockchain: fix m_sync_counter uninitialized variable use | moneromooo-monero | 1 | -1/+1 |
2016-01-30 | new flush_txpool command, and associated RPC call | moneromooo-monero | 1 | -0/+19 |
2016-01-29 | Fix V1/V2 use of hard fork related parameters | moneromooo-monero | 1 | -6/+13 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-12-30 | blockchain: kill ioservice on scope end, rather than manually | moneromooo-monero | 1 | -6/+7 |
2015-12-30 | Merge pull request #572 | Riccardo Spagni | 1 | -0/+2 |
2015-12-28 | blockchain: always stop the ioservice before returning | moneromooo-monero | 1 | -0/+2 |
2015-12-26 | blockchain: remove obsolete containers | moneromooo-monero | 1 | -5/+1 |
2015-12-26 | blockchain: Fix height in call to on_blockchain_dec | moneromooo-monero | 1 | -1/+1 |
2015-12-25 | blockchain: fix a few block addition bugs | moneromooo-monero | 1 | -34/+45 |
2015-12-25 | blockchain: fix an off by one error in unlocked time check | moneromooo-monero | 1 | -1/+1 |
2015-12-25 | blockchain: reinstate double spending checks in check_tx_inputs | moneromooo-monero | 1 | -3/+7 |
2015-12-25 | blockchain: make some flag twiddling code closer to the original | moneromooo-monero | 1 | -2/+2 |
2015-12-25 | blockchain: fix bitflipping test with quantized block rewards | moneromooo-monero | 1 | -1/+4 |
2015-12-25 | blockchain: add missing m_tx_pool.on_blockchain_dec | moneromooo-monero | 1 | -0/+1 |
2015-12-25 | blockchain: fix switch to alternative blockchain for more than one block | moneromooo-monero | 1 | -1/+1 |
2015-12-25 | blockchain: add a missing validity check to rollback_blockchain_switching | moneromooo-monero | 1 | -0/+6 |
2015-12-25 | core: catch exceptions from get_output_key | moneromooo-monero | 1 | -2/+18 |
2015-12-25 | db: throw when given a non txout_to_key output to add | moneromooo-monero | 1 | -0/+5 |
2015-12-19 | Allow the wallet to access hard fork information | moneromooo-monero | 1 | -2/+2 |
2015-12-19 | Add missing semicolons after log statements | moneromooo-monero | 1 | -3/+3 |
2015-12-17 | replace std::auto_ptr with std::unique_ptr | moneromooo-monero | 1 | -1/+1 |
2015-12-15 | Fix typo | warptangent | 1 | -1/+1 |
2015-12-15 | blockchain.cpp: Change indentation from 4 to 2 spaces | warptangent | 1 | -2255/+2253 |
2015-12-15 | Replace tabs with two spaces for consistency with rest of codebase | warptangent | 1 | -75/+75 |
2015-12-14 | Tone down a bit L0 logs during daemon sync | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | add a --fakechain argument for tests | moneromooo-monero | 1 | -4/+7 |
2015-12-13 | blockchain: log block (not chain) height in "BLOCK SUCCESFULLY ADDED" | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | blockchain: fix off by one in get_blocks | moneromooo-monero | 1 | -1/+1 |
2015-12-06 | blockchain_db: fixup missing key images in early DB version | moneromooo-monero | 1 | -0/+3 |
2015-11-24 | hardfork: fix more major/minor issues | moneromooo-monero | 1 | -2/+2 |
2015-11-23 | blockchain: log versions as numbers, not characters | moneromooo-monero | 1 | -1/+1 |
2015-11-22 | fixed testnet fork point, added comment data back in | Riccardo Spagni | 1 | -3/+3 |
2015-11-21 | update v2 testnet fork height | Riccardo Spagni | 1 | -3/+6 |
2015-11-21 | Relay transactions when they linger too long in the pool | moneromooo-monero | 1 | -4/+16 |
2015-11-13 | More changes for 2-min blocks | Javier Smooth | 1 | -4/+7 |
2015-11-13 | Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v... | Javier Smooth | 1 | -5/+8 |
2015-11-08 | hardfork: allow per-fork voting thresholds | moneromooo-monero | 1 | -6/+8 |
2015-10-27 | Remove some old/obsolete/unused code | moneromooo-monero | 1 | -49/+0 |
2015-10-26 | Merge pull request #444 | Riccardo Spagni | 1 | -0/+11 |
2015-10-26 | Merge pull request #442 | Riccardo Spagni | 1 | -0/+20 |
2015-10-25 | Fix leak on real output when using a very recent output | moneromooo-monero | 1 | -0/+11 |
2015-10-25 | Add functions to iterate through blocks, txes, outputs, key images | moneromooo-monero | 1 | -0/+20 |
2015-10-21 | hardfork: switch voting to block minor version | moneromooo-monero | 1 | -2/+2 |
2015-10-17 | blockchain_export can now export to a blocks.dat format | moneromooo-monero | 1 | -5/+6 |
2015-10-11 | from hard fork 2, all outputs must be decomposed | moneromooo-monero | 1 | -0/+17 |
2015-10-10 | from hard fork 2, claim a quantized reward in coinbase | moneromooo-monero | 1 | -2/+10 |
2015-09-27 | blockchain: on hardfork 2, require mixin 2 at least if possible | moneromooo-monero | 1 | -0/+37 |
2015-09-27 | hardfork: rescan speedup | moneromooo-monero | 1 | -1/+4 |
2015-09-27 | blockchain: on hardfork 2, allow miners to claim less money than allowed | moneromooo-monero | 1 | -3/+7 |
2015-09-27 | blockchain: use different hard fork settings for testnet and mainnet | moneromooo-monero | 1 | -3/+19 |
2015-09-20 | hardfork: most state now saved to the DB | moneromooo-monero | 1 | -13/+28 |
2015-09-19 | Add an RPC call and daemon command to get info on hard fork voting | moneromooo-monero | 1 | -1/+6 |
2015-09-19 | blockchain: force a hardfork recalculation at load time | 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/+5 |
2015-09-12 | blockchain: use the new hardfork class | moneromooo-monero | 1 | -3/+23 |
2015-08-24 | blockchain: remove obsolete call to libc srand | moneromooo-monero | 1 | -1/+0 |
2015-08-23 | removed some gcc warnings. mainly unused variables. | roman | 1 | -3/+0 |
2015-08-15 | blockchain: mark two places where the new code differs from the old | moneromooo-monero | 1 | -0/+3 |
2015-08-15 | blockchain: update cumulative size after block addition | moneromooo-monero | 1 | -2/+2 |
2015-08-15 | blockchain: remove dead code | moneromooo-monero | 1 | -1/+0 |
2015-08-15 | blockchain: do not try to add a tx the pool when it was nor taken out | moneromooo-monero | 1 | -1/+4 |
2015-08-15 | blockchain: fix off by 1 in timestamp median calculations | moneromooo-monero | 1 | -4/+2 |
2015-08-11 | blockchain: remove dead code | moneromooo-monero | 1 | -56/+6 |
2015-08-09 | blockchain: factor get_num_outpouts(amount) calls | moneromooo-monero | 1 | -3/+3 |
2015-08-09 | blockchain: always select random outs using triangular distribution | moneromooo-monero | 1 | -1/+9 |
2015-07-18 | Merge pull request #343 | Riccardo Spagni | 1 | -1/+1 |
2015-07-18 | blockchain: fix testnet syncing (to not use blocks.dat) | moneromooo-monero | 1 | -1/+1 |
2015-07-17 | Fixed threadpool bug when running on single core systems. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -5/+8 |
2015-07-15 | Removed on_idle() calls to Blockchain::store_blockchain() for lmdb. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -6/+42 |
2015-07-15 | ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -1663/+2363 |
2015-07-15 | Update blockchain.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -1/+0 |
2015-07-15 | Experimental BDB workaround optimizations | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -1/+20 |
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 | -31/+10 |
2015-03-16 | Add support for database open with flags | warptangent | 1 | -2/+2 |
2015-03-13 | BlockchainDB implementations have names now | Thomas Winget | 1 | -2/+3 |
2015-03-06 | Moved BlockchainDB into its own src/ subfolder | Thomas Winget | 1 | -2/+2 |
2015-02-23 | Move LMDB storage to subfolder | warptangent | 1 | -1/+2 |
2015-02-23 | Blockchain: match original function declaration from blockchain_storage | warptangent | 1 | -1/+1 |
2015-02-22 | Fix Blockchain::get_tail_id() to set parameter to last block number instead o... | warptangent | 1 | -1/+1 |
2015-02-01 | Blockchain: reflect log updates from blockchain_storage | warptangent | 1 | -7/+7 |
2015-02-01 | Blockchain: reflect log and assert updates from blockchain_storage | warptangent | 1 | -37/+38 |
2015-02-01 | Blockchain: reflect log level of blockchain_storage | warptangent | 1 | -8/+8 |
2015-02-01 | Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_... | warptangent | 1 | -0/+2 |
2015-02-01 | Update recently added log statement to fix possible null dereference | warptangent | 1 | -1/+5 |
2015-01-19 | Should fix std::min issues related to size_t | Thomas Winget | 1 | -2/+2 |
2015-01-14 | Remove code previously made unused and marked unused | warptangent | 1 | -18/+0 |
2015-01-11 | Fix height assertion in Blockchain::handle_alternative_block() | warptangent | 1 | -1/+1 |
2015-01-11 | Fix comparison between main and alternate chain's cumulative | warptangent | 1 | -2/+10 |
2015-01-11 | Remove a have_block() check so alternate block can be processed | warptangent | 1 | -7/+27 |
2015-01-11 | Use block index when obtaining block's difficulty for log statement | warptangent | 1 | -2/+2 |
2015-01-09 | Fix transfers to support mixins | warptangent | 1 | -1/+1 |
2015-01-09 | Fix transfers (without mixins) | warptangent | 1 | -1/+2 |
2015-01-09 | Fixes segfault in Blockchain::handle_alternative_block | Thomas Winget | 1 | -6/+8 |
2015-01-04 | Obtain tx hash and tx output index from amount and output offset | warptangent | 1 | -1/+1 |
2015-01-04 | Fixes a bug with getting output metadata from BlockchainDB | Thomas Winget | 1 | -1/+1 |
2015-01-04 | blockchain: do not append "testnet" to the data directory | moneromooo-monero | 1 | -6/+0 |
2015-01-04 | blockchain: fix wallet syncing from scratch | moneromooo-monero | 1 | -1/+2 |
2015-01-04 | blockchain: add consts where appropriate | moneromooo-monero | 1 | -43/+43 |
2015-01-04 | extraneous semicolon in Blockchain::complete_timestamps_vector | Thomas Winget | 1 | -1/+1 |
2015-01-04 | more blockchain height-related fixes, syncing other nodes code this time | Thomas Winget | 1 | -4/+4 |
2015-01-04 | add new checkpointing behavior to Blockchain class | Thomas Winget | 1 | -1/+74 |
2015-01-04 | moar bug fixes, removed debug prints | Thomas Winget | 1 | -5/+4 |
2015-01-04 | BlockchainLMDB seems to be working*! | Thomas Winget | 1 | -74/+91 |
2015-01-04 | some bug fixes, but still needs work | Thomas Winget | 1 | -25/+29 |
2015-01-04 | Minor bug fixes and debug prints | Thomas Winget | 1 | -6/+66 |
2015-01-04 | minor fixes to Blockchain.cpp | Thomas Winget | 1 | -2/+6 |
2015-01-04 | Integrate BlockchainDB into cryptonote_core | Thomas Winget | 1 | -7/+32 |
2015-01-04 | Initial commit of BlockchainDB tests, other misc | Thomas Winget | 1 | -1/+6 |
2015-01-04 | update new blockchain to build with new changes | Thomas Winget | 1 | -9/+31 |
2015-01-04 | stupid past me, fixing typos and shit... | Thomas Winget | 1 | -21/+21 |
2015-01-04 | import of BlockchainDB files | Thomas Winget | 1 | -0/+2137 |