Age | Commit message (Expand) | Author | Files | Lines |
2018-07-30 | blockchain_db: remove unused get_output_key variant | moneromooo-monero | 1 | -1/+0 |
2018-07-19 | Merge pull request #4013 | luigi1111 | 1 | -0/+1 |
2018-07-19 | Merge pull request #3981 | luigi1111 | 1 | -18/+20 |
2018-07-19 | Merge pull request #3854 | luigi1111 | 1 | -0/+1 |
2018-07-13 | db: store cumulative rct output distribution in the db for speed | moneromooo-monero | 1 | -18/+20 |
2018-06-29 | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 1 | -0/+1 |
2018-06-20 | rpc: add blockchain disk size to getinfo | moneromooo-monero | 1 | -0/+1 |
2018-05-30 | unit_tests/hardfork: add tests for get_voting_info() | stoffu | 1 | -0/+49 |
2018-05-30 | hardfork: fix get_next_version() | stoffu | 1 | -0/+29 |
2018-05-30 | unit_tests/hardfork: add tests for check_for_height() | stoffu | 1 | -0/+24 |
2018-05-30 | hardfork: fix get_earliest_ideal_height_for_version() to support non-existent... | stoffu | 1 | -0/+25 |
2018-05-29 | Merge pull request #3251 | luigi1111 | 1 | -2/+4 |
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 1 | -2/+4 |
2018-05-21 | unit_tests: fix build after get_output_didstribution signature change | moneromooo-monero | 1 | -1/+1 |
2018-05-21 | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 1 | -0/+1 |
2018-05-21 | Revert "Merge pull request #3775" | Riccardo Spagni | 1 | -1/+1 |
2018-04-28 | unit_tests: fix build after get_output_didstribution signature change | moneromooo-monero | 1 | -1/+1 |
2018-03-16 | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 1 | -1/+2 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2017-12-20 | Fix exceptions not finding txpool txes when relaying | moneromooo-monero | 1 | -1/+1 |
2017-11-08 | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 1 | -2/+2 |
2017-09-17 | Use actual batch size for resize estimates | Howard Chu | 1 | -1/+1 |
2017-08-20 | Toggle SAFE syncmode on and off automatically | Howard Chu | 1 | -0/+1 |
2017-08-19 | DB cleanup | Howard Chu | 1 | -1/+1 |
2017-06-11 | blockchain_db: add a txpool tx getter which returns existence | moneromooo-monero | 1 | -0/+1 |
2017-06-01 | Don't copy blockchain for coinbase_tx_sum | Howard Chu | 1 | -1/+1 |
2017-05-25 | Move txpool to the database | moneromooo-monero | 1 | -0/+9 |
2017-03-10 | fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB... | kenshi84 | 1 | -1/+1 |
2017-02-25 | core: move hardfork back to cryptonote_core | moneromooo-monero | 1 | -1/+1 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2017-02-21 | Merge pull request #1758 | Riccardo Spagni | 1 | -1/+2 |
2017-02-21 | unit_tests: hardfork unit test now needs get_block_blob_from_height | moneromooo-monero | 1 | -1/+2 |
2017-02-21 | More for PR #1724 | Howard Chu | 1 | -1/+1 |
2017-02-13 | blockchain_db: add "raw" blobdata getters for block and transaction | moneromooo-monero | 1 | -1/+3 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -1/+1 |
2017-01-21 | unit_tests: fix missing return after batch_start prototype change | moneromooo-monero | 1 | -1/+1 |
2017-01-15 | Merge pull request #1506 | Riccardo Spagni | 1 | -1/+1 |
2017-01-14 | Use batch transactions when syncing | Howard Chu | 1 | -1/+1 |
2017-01-07 | blockchain: allow marking "tx not found" without an exception | moneromooo-monero | 1 | -0/+1 |
2016-11-23 | Fixed undefined behavior in TestDB | Lee Clagett | 1 | -2/+2 |
2016-10-19 | unit_tests: fix build after get_output_histogram signature change | moneromooo-monero | 1 | -1/+1 |
2016-08-31 | core: faster find_blockchain_supplement | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | move the rct commitments to the output_amounts database | moneromooo-monero | 1 | -5/+1 |
2016-08-28 | blockchain_db: add functions for adding/removing/getting rct commitments | moneromooo-monero | 1 | -0/+4 |
2016-08-11 | Fake outs set is now decided by the wallet | moneromooo-monero | 1 | -3/+3 |
2016-07-13 | remove hf_starting_height db | moneromooo-monero | 1 | -31/+1 |
2016-05-18 | fix: error: -Werror=misleading-indentation | moneroexample | 1 | -1/+3 |
2016-04-05 | Merge branch 'performance' into master | Howard Chu | 1 | -4/+5 |
2016-04-05 | Cleanup | Howard Chu | 1 | -4/+5 |
2016-03-26 | tests: obligatory hardfork unit build fix after interface change | moneromooo-monero | 1 | -1/+1 |
2016-03-26 | New RPC and daemon command to get output histogram | moneromooo-monero | 1 | -0/+1 |
2016-03-05 | unit_tests: fix hard fork unit test compilation | warptangent | 1 | -1/+1 |
2016-02-08 | unit_tests: fix hard fork unit test compilation | moneromooo-monero | 1 | -0/+4 |
2016-02-01 | unit_tests: fix hard fork unit tests and add a test for major too | moneromooo-monero | 1 | -30/+68 |
2016-01-16 | Fix 30f92f5630bbc7507708275a29a9ae7acf633a5b | Howard Chu | 1 | -0/+1 |
2016-01-02 | unit_tests: initialize db object in ctor, not open | moneromooo-monero | 1 | -1/+2 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-12-30 | unit_tests: remove an unused variable | moneromooo-monero | 1 | -1/+0 |
2015-12-30 | unit_tests: fix hardfork test build | moneromooo-monero | 1 | -0/+1 |
2015-12-24 | unit_tests: fix hard fork tests | moneromooo-monero | 1 | -1/+2 |
2015-12-05 | blockchain_db: make the indexing base a BlockchainDB virtual function | moneromooo-monero | 1 | -0/+1 |
2015-11-24 | hardfork: fix more major/minor issues | moneromooo-monero | 1 | -44/+57 |
2015-11-10 | hardfork: add a get_ideal_version(uint64_t) function | moneromooo-monero | 1 | -0/+22 |
2015-11-08 | hardfork: allow per-fork voting thresholds | moneromooo-monero | 1 | -0/+28 |
2015-10-27 | Remove some old/obsolete/unused code | moneromooo-monero | 1 | -1/+0 |
2015-10-26 | Build fixes for the old blockchain_storage version | moneromooo-monero | 1 | -0/+5 |
2015-10-21 | hardfork: switch voting to block minor version | moneromooo-monero | 1 | -4/+1 |
2015-10-21 | unit_tests: remove leftover debug traces in hardfork test | moneromooo-monero | 1 | -2/+0 |
2015-09-27 | hardfork: rescan speedup | moneromooo-monero | 1 | -8/+8 |
2015-09-27 | hardfork: change window semantics to not count the newly added block | moneromooo-monero | 1 | -10/+13 |
2015-09-20 | hardfork: most state now saved to the DB | moneromooo-monero | 1 | -142/+200 |
2015-09-12 | New hardfork class | moneromooo-monero | 1 | -0/+394 |