Age | Commit message (Expand) | Author | Files | Lines |
2018-09-25 | Merge pull request #4423v0.13.0.0-RC1 | Riccardo Spagni | 1 | -1/+1 |
2018-09-24 | blockchain: add stagenet v8 and v9, two weeks before mainnet | moneromooo-monero | 1 | -0/+2 |
2018-09-23 | update checkpoints.dat | Riccardo Spagni | 1 | -1/+1 |
2018-09-21 | Merge pull request #4369 | Riccardo Spagni | 1 | -7/+2 |
2018-09-18 | Merge pull request #4325 | Riccardo Spagni | 1 | -0/+6 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 1 | -242/+0 |
2018-09-12 | blockchain: simplify output distribution code | moneromooo-monero | 1 | -7/+2 |
2018-09-11 | blockchain: add a testnet v9 a day after v8 | moneromooo-monero | 1 | -0/+1 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -122/+175 |
2018-09-11 | Bulletproof aggregated verification and tests | moneromooo-monero | 1 | -8/+7 |
2018-09-11 | bulletproofs: add aggregated verification | moneromooo-monero | 1 | -1/+1 |
2018-09-11 | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 1 | -0/+16 |
2018-09-02 | blockchain: add mainnet v8 height targetting 18 october | moneromooo-monero | 1 | -0/+6 |
2018-08-22 | Merge pull request #4240 | luigi1111 | 1 | -1/+1 |
2018-08-22 | Merge pull request #4204 | luigi1111 | 1 | -4/+8 |
2018-08-16 | core: cache block template where possible | moneromooo-monero | 1 | -1/+43 |
2018-08-15 | Merge pull request #4164 | luigi1111 | 1 | -15/+19 |
2018-08-12 | core: sync database based on bytes added, not blocks added | moneromooo-monero | 1 | -4/+8 |
2018-08-09 | blockchain: use uint64_t for height, not size_t | moneromooo-monero | 1 | -1/+1 |
2018-07-27 | Merge pull request #4108 | luigi1111 | 1 | -0/+1 |
2018-07-21 | blockchain: some batch tx scanning speedup | moneromooo-monero | 1 | -15/+19 |
2018-07-19 | Merge pull request #4081 | luigi1111 | 1 | -1/+2 |
2018-07-19 | Merge pull request #4076 | luigi1111 | 1 | -0/+2 |
2018-07-19 | Merge pull request #3981 | luigi1111 | 1 | -5/+34 |
2018-07-19 | Merge pull request #3973 | luigi1111 | 1 | -5/+6 |
2018-07-19 | Merge pull request #3854 | luigi1111 | 1 | -1/+45 |
2018-07-13 | db: store cumulative rct output distribution in the db for speed | moneromooo-monero | 1 | -5/+34 |
2018-07-07 | blockchain: cache next block difficulty after adding a block | moneromooo-monero | 1 | -0/+1 |
2018-06-29 | blockchain: fix getting invalid block data on failure | moneromooo-monero | 1 | -1/+2 |
2018-06-29 | add --regtest and --fixed-difficulty for regression testing | victorsintnicolaas | 1 | -1/+45 |
2018-06-28 | blockchain: set the m_verifivation_failed flag in a couple more places | moneromooo-monero | 1 | -0/+2 |
2018-06-28 | blockchain: fix build after waiter::wait prototype change | moneromooo-monero | 1 | -1/+1 |
2018-06-27 | Merge pull request #3986 | luigi1111 | 1 | -2/+2 |
2018-06-27 | Merge pull request #3982 | luigi1111 | 1 | -12/+1 |
2018-06-27 | Merge pull request #3716 | luigi1111 | 1 | -46/+74 |
2018-06-26 | threadpool: allow leaf functions to run concurrently | moneromooo-monero | 1 | -6/+6 |
2018-06-26 | blockchain: simplify/speedup handle_get_objects | moneromooo-monero | 1 | -13/+8 |
2018-06-26 | rpc: rework to avoid repeated calculations in get_blocks.bin | moneromooo-monero | 1 | -6/+15 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 1 | -21/+45 |
2018-06-26 | alt_chain_info can now give more info about a particular alt chain | moneromooo-monero | 1 | -5/+6 |
2018-06-25 | Merge pull request #3975 | luigi1111 | 1 | -1/+1 |
2018-06-20 | Merge pull request #3919 | luigi1111 | 1 | -1/+1 |
2018-06-20 | Merge pull request #3904 | luigi1111 | 1 | -6/+13 |
2018-06-16 | Merge pull request #3732 | luigi1111 | 1 | -1/+1 |
2018-06-16 | Merge pull request #3726 | luigi1111 | 1 | -8/+11 |
2018-06-12 | Merge pull request #3687 | luigi1111 | 1 | -3/+3 |
2018-06-11 | Remove old logic saved in comments. | Jean Pierre Dudey | 1 | -2/+2 |
2018-06-11 | cryptonote_config: add get_config to refactor x = testnet ? config::testnet::... | stoffu | 1 | -12/+1 |
2018-06-09 | blockchain: avoid duplicate db query for height | moneromooo-monero | 1 | -1/+1 |
2018-06-08 | Merge pull request #3908 | luigi1111 | 1 | -1/+1 |
2018-06-07 | Merge pull request #3940 | luigi1111 | 1 | -8/+12 |
2018-06-06 | blockchain: fix deadlock with the difficulty cache | moneromooo-monero | 1 | -8/+12 |
2018-06-04 | blockchain: pop forked blocks only when DB is not read-only | stoffu | 1 | -1/+1 |
2018-06-02 | blockchain: demote a hash-of-hashes validation warning to debug | moneromooo-monero | 1 | -1/+1 |
2018-06-02 | update checkpoints.dat for point release | Riccardo Spagni | 1 | -1/+1 |
2018-06-01 | blockchain: return error when requesting non existent output | moneromooo-monero | 1 | -6/+13 |
2018-05-30 | Merge pull request #3525 | luigi1111 | 1 | -0/+1 |
2018-05-30 | Merge pull request #3731 | luigi1111 | 1 | -4/+10 |
2018-05-29 | Merge pull request #3251 | luigi1111 | 1 | -6/+9 |
2018-05-29 | Merge pull request #3420 | luigi1111 | 1 | -3/+18 |
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 1 | -6/+9 |
2018-05-23 | update checkpoints | Riccardo Spagni | 1 | -1/+1 |
2018-05-21 | Merge pull request #3787 | Riccardo Spagni | 1 | -0/+6 |
2018-05-21 | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 1 | -17/+2 |
2018-05-13 | Use median timestamp if current time renders a block invalid. | Thaer Khawaja | 1 | -4/+10 |
2018-05-09 | blockchain: avoid exception if asked for a block we do not have | moneromooo-monero | 1 | -8/+11 |
2018-05-09 | blockchain: invalidate misc caches when popping blocks | moneromooo-monero | 1 | -0/+6 |
2018-05-06 | blockchain: pop top if block version disagrees with the ideal fork version | stoffu | 1 | -0/+47 |
2018-04-29 | Ensure m_timestamps has the correct number for computing difficulty. | Thaer Khawaja | 1 | -1/+1 |
2018-04-23 | blockchain: log in DEBUG when a block is found, and where | moneromooo-monero | 1 | -3/+3 |
2018-04-23 | speedup get_output_histogram for all amounts when min_count > 0 | moneromooo-monero | 1 | -2/+2 |
2018-03-30 | blockchain: add scope guard to waiter for threaded txv1 verification | stoffu | 1 | -0/+1 |
2018-03-24 | update block hashes for checkpoints.dat | Riccardo Spagni | 1 | -1/+1 |
2018-03-19 | blockchain: cache difficulty for next block | moneromooo-monero | 1 | -3/+18 |
2018-03-18 | Move v7 fork to 1546000 to give more update time | moneromooo-monero | 1 | -2/+2 |
2018-03-17 | Merge pull request #3418 | Riccardo Spagni | 1 | -1/+2 |
2018-03-16 | blockchain: forbid bulletproof types before v8 | moneromooo-monero | 1 | -1/+2 |
2018-03-16 | Merge pull request #3414 | Riccardo Spagni | 1 | -1/+1 |
2018-03-16 | Merge pull request #3336 | Riccardo Spagni | 1 | -2/+2 |
2018-03-16 | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 1 | -1/+45 |
2018-03-16 | blockchain: fix log message about per-kB fee | stoffu | 1 | -1/+1 |
2018-03-15 | Fix typos in various files | Dimitris Apostolou | 1 | -2/+2 |
2018-03-14 | Remove the `Blockchain::get_all_known_block_ids` function. | Jean Pierre Dudey | 1 | -19/+0 |
2018-03-14 | Merge pull request #3371 | Riccardo Spagni | 1 | -0/+3 |
2018-03-09 | Stagenet: successive forks up to v7 | stoffu | 1 | -0/+8 |
2018-03-07 | core: add v7 for 1539500 on mainnet | moneromooo-monero | 1 | -0/+3 |
2018-03-07 | Bump min ring size from 5 to 7 from v7 | moneromooo-monero | 1 | -1/+1 |
2018-03-05 | Merge pull request #3308 | Riccardo Spagni | 1 | -1/+4 |
2018-03-05 | Merge pull request #3277 | Riccardo Spagni | 1 | -20/+39 |
2018-03-05 | Correct spelling mistakes. | Edward Betts | 1 | -2/+2 |
2018-03-05 | Stagenet | stoffu | 1 | -20/+39 |
2018-02-23 | blockchain: fix random sync failures | moneromooo-monero | 1 | -1/+4 |
2018-02-16 | Merge pull request #3226 | Riccardo Spagni | 1 | -1/+6 |
2018-02-16 | Merge pull request #3248 | Riccardo Spagni | 1 | -0/+4 |
2018-02-10 | blockchain: don't try to use hash check array after it's freed | moneromooo-monero | 1 | -0/+4 |
2018-02-02 | blockchain: sanity check number of precomputed hash of hash blocks | moneromooo-monero | 1 | -1/+6 |
2018-01-31 | blockchain: move bulletproofs to v8 | moneromooo-monero | 1 | -4/+5 |
2018-01-27 | Merge pull request #3144 | Riccardo Spagni | 1 | -1/+8 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2018-01-25 | Merge pull request #3014 | Riccardo Spagni | 1 | -1/+1 |
2018-01-17 | rpc: expose recent median block size in getinfo | moneromooo-monero | 1 | -1/+8 |
2018-01-10 | blockchain: remove minor floating point usage | moneromooo-monero | 1 | -1/+1 |
2018-01-10 | Merge pull request #2971 | Riccardo Spagni | 1 | -2/+2 |
2017-12-20 | Fix exceptions not finding txpool txes when relaying | moneromooo-monero | 1 | -2/+2 |
2017-12-18 | cryptonote_core: remove unused functions with off by one bugs | moneromooo-monero | 1 | -43/+0 |
2017-12-18 | blockchain: don't leave dangling pointers in this | moneromooo-monero | 1 | -0/+2 |
2017-12-18 | cryptonote_core: fix db leak on error | moneromooo-monero | 1 | -0/+1 |
2017-12-18 | check accessing an element past the end of a container | moneromooo-monero | 1 | -4/+6 |
2017-12-18 | fix a few leaks by throwing objects, not newed pointers to objects | moneromooo-monero | 1 | -1/+1 |
2017-12-16 | Merge pull request #2878 | Riccardo Spagni | 1 | -5/+6 |
2017-12-08 | add bulletproofs from v7 on testnet | moneromooo-monero | 1 | -9/+26 |
2017-11-30 | core: make --offline also disable DNS lookups | moneromooo-monero | 1 | -5/+6 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 1 | -0/+2 |
2017-11-14 | Merge pull request #2615 | Riccardo Spagni | 1 | -4/+4 |
2017-11-08 | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 1 | -4/+4 |
2017-11-06 | track double spending in the txpool | moneromooo-monero | 1 | -6/+6 |
2017-10-30 | blockchain: do not lock the blockchain lock for simple DB getters | moneromooo-monero | 1 | -7/+28 |
2017-10-15 | Merge pull request #2656 | Riccardo Spagni | 1 | -3/+3 |
2017-10-15 | remove reference to cryptonote::null_hash | Jaquee | 1 | -3/+3 |
2017-10-15 | Merge pull request #2640 | Riccardo Spagni | 1 | -2/+12 |
2017-10-15 | Merge pull request #2552 | Riccardo Spagni | 1 | -9/+18 |
2017-10-15 | Merge pull request #2469 | Riccardo Spagni | 1 | -9/+119 |
2017-10-12 | blockchain: avoid exceptions in output verification | moneromooo-monero | 1 | -2/+12 |
2017-10-06 | Merge pull request #2537 | Riccardo Spagni | 1 | -2/+2 |
2017-09-29 | core: fix failure to sync when a tx is already in the pool | moneromooo-monero | 1 | -9/+18 |
2017-09-27 | core: remove out sorting from v7 rules | moneromooo-monero | 1 | -20/+0 |
2017-09-27 | blockchain: fix off by one getting blocks | moneromooo-monero | 1 | -2/+2 |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 1 | -1/+0 |
2017-09-25 | Merge pull request #2457 | Riccardo Spagni | 1 | -1/+10 |
2017-09-25 | Merge pull request #2440 | Riccardo Spagni | 1 | -0/+39 |
2017-09-20 | blockchain: fix crash checking pre-validated txids | moneromooo-monero | 1 | -2/+2 |
2017-09-18 | precomputed block hashes are now in blocks of N (currently 256) | moneromooo-monero | 1 | -9/+119 |
2017-09-18 | Merge pull request #2446 | Riccardo Spagni | 1 | -56/+16 |
2017-09-18 | Merge pull request #2044 | Riccardo Spagni | 1 | -74/+129 |
2017-09-18 | blockchain: reject unsorted ins and outs from v7 | moneromooo-monero | 1 | -0/+39 |
2017-09-17 | Use actual batch size for resize estimates | Howard Chu | 1 | -1/+10 |
2017-09-14 | Use a threadpool | Howard Chu | 1 | -56/+16 |
2017-09-06 | update checkpoint hashes | Riccardo Spagni | 1 | -1/+1 |
2017-09-05 | json serialization for rpc-relevant monero types | Thomas Winget | 1 | -1/+1 |
2017-09-05 | Refactor some things into more composable (smaller) functions | Thomas Winget | 1 | -73/+123 |
2017-08-31 | DRY refactoring | Thomas Winget | 1 | -1/+6 |
2017-08-29 | Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks | moneromooo-monero | 1 | -3/+14 |
2017-08-27 | Merge pull request #2347 | Riccardo Spagni | 1 | -2/+7 |
2017-08-26 | Merge pull request #2314 | Riccardo Spagni | 1 | -1/+18 |
2017-08-26 | blockchain: cap memory size of retrieved blocks | moneromooo-monero | 1 | -2/+7 |
2017-08-20 | Toggle SAFE syncmode on and off automatically | Howard Chu | 1 | -1/+18 |
2017-08-18 | core: add mainnet v6 fork height at 1400000 | moneromooo-monero | 1 | -0/+3 |
2017-08-15 | protocol: pass blockchain cumulative difficulty when syncing | moneromooo-monero | 1 | -0/+1 |
2017-08-15 | Merge pull request #2250 | Riccardo Spagni | 1 | -1/+3 |
2017-08-15 | Merge pull request #2246 | Riccardo Spagni | 1 | -11/+3 |
2017-08-15 | Merge pull request #2237 | Riccardo Spagni | 1 | -8/+8 |
2017-08-07 | change mixin to ring size in user visible places | moneromooo-monero | 1 | -6/+6 |
2017-08-07 | Merge pull request #2225 | Riccardo Spagni | 1 | -0/+9 |
2017-08-07 | Merge pull request #2243 | Riccardo Spagni | 1 | -0/+2 |
2017-08-07 | Merge pull request #2222 | Riccardo Spagni | 1 | -1/+2 |
2017-08-07 | Merge pull request #2216 | Riccardo Spagni | 1 | -6/+6 |
2017-08-07 | blockchain: add testnet v6 fork height at 971400 | moneromooo-monero | 1 | -0/+2 |
2017-08-04 | blockchain: log more info when we reject an orphan | moneromooo-monero | 1 | -1/+3 |
2017-08-03 | blockchain: remove a few unused variables | moneromooo-monero | 1 | -11/+3 |
2017-08-01 | core: speed up output index unique set calculation | moneromooo-monero | 1 | -8/+8 |
2017-07-30 | blockchain: skip checking tx semantics in embedded block hash range | moneromooo-monero | 1 | -0/+9 |
2017-07-29 | core: fix lock ordering bug at init time | moneromooo-monero | 1 | -1/+2 |
2017-07-28 | blockchain: fix cryptonight buffer leak on exit | moneromooo-monero | 1 | -1/+1 |
2017-07-27 | blockchain: ensure all blocks get their longhash precalculated | moneromooo-monero | 1 | -1/+3 |
2017-07-27 | blockchain: pass correct height to get_block_longhash | moneromooo-monero | 1 | -4/+2 |
2017-07-24 | blockchain: one off warning when seeing a block with unknown version | moneromooo-monero | 1 | -0/+14 |
2017-06-11 | blockchain_db: add a txpool tx getter which returns existence | moneromooo-monero | 1 | -0/+5 |
2017-06-01 | Don't copy blockchain for coinbase_tx_sum | Howard Chu | 1 | -2/+2 |
2017-05-30 | Merge pull request #1982 | Riccardo Spagni | 1 | -3/+71 |
2017-05-25 | Move txpool to the database | moneromooo-monero | 1 | -3/+71 |
2017-04-24 | Merge pull request #1968 | Riccardo Spagni | 1 | -1/+3 |
2017-04-19 | Add expected total reward to RPC "getblocktemplate". | assylias | 1 | -2/+2 |
2017-04-12 | Fix block_longhash_worker thread | hyc | 1 | -1/+3 |
2017-03-24 | Fixed typo in v5 hard fork finalized date | Derek Zhang | 1 | -1/+1 |
2017-03-24 | blockchain: offset v5 addition date on testnet | moneromooo-monero | 1 | -1/+1 |
2017-03-20 | blockchain: lower the relay fee by 2% | moneromooo-monero | 1 | -1/+1 |
2017-03-15 | Add intervening v5 fork for increased min block size | moneromooo-monero | 1 | -14/+19 |
2017-03-05 | blockchain: don't try to load an empty block hash set | moneromooo-monero | 1 | -1/+1 |
2017-03-03 | core: quantize per kB fee to 8 decimals | moneromooo-monero | 1 | -1/+19 |
2017-02-23 | core: protect precomputed block hashes with SHA256 | moneromooo-monero | 1 | -1/+28 |
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 #1727 | Riccardo Spagni | 1 | -22/+69 |
2017-02-21 | Merge pull request #1724 | Riccardo Spagni | 1 | -1/+1 |
2017-02-18 | Add a few read txns to streamline | Howard Chu | 1 | -0/+4 |
2017-02-13 | blockchain_db: add "raw" blobdata getters for block and transaction | moneromooo-monero | 1 | -22/+69 |
2017-02-13 | blockchain_db: do not throw on expected partial results getting keys | moneromooo-monero | 1 | -1/+1 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -6/+5 |
2017-01-22 | Replace BOOST_REVERSE_FOREACH with ranged for | Miguel Herranz | 1 | -1/+2 |
2017-01-22 | rpc: fix orphan_status when getting blocks | moneromooo-monero | 1 | -1/+5 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 1 | -128/+132 |
2017-01-15 | Merge pull request #1577 | Riccardo Spagni | 1 | -0/+8 |
2017-01-15 | Merge pull request #1576 | Riccardo Spagni | 1 | -6/+3 |
2017-01-15 | Merge pull request #1571 | Riccardo Spagni | 1 | -8/+8 |
2017-01-15 | Merge pull request #1565 | Riccardo Spagni | 1 | -0/+2 |
2017-01-15 | Merge pull request #1506 | Riccardo Spagni | 1 | -2/+12 |
2017-01-14 | Must wait for previous batch to finish before starting new one | Howard Chu | 1 | -1/+6 |
2017-01-14 | Use batch transactions when syncing | Howard Chu | 1 | -2/+7 |
2017-01-14 | core: check block version for alt chains too | moneromooo-monero | 1 | -0/+8 |
2017-01-14 | rct: split rct checks between semantics and other | moneromooo-monero | 1 | -6/+3 |
2017-01-14 | fix do_not_relay not preventing relaying on a timer | moneromooo-monero | 1 | -8/+8 |