Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | blockchain: move two new verification errors to the verify category | moneromooo-monero | 1 | -2/+2 |
2018-10-08 | Revert "Merge pull request #4472" | Riccardo Spagni | 1 | -14/+15 |
2018-10-06 | Merge pull request #4472 | Riccardo Spagni | 1 | -15/+14 |
2018-10-02 | Merge pull request #4467 | Riccardo Spagni | 1 | -2/+2 |
2018-09-29 | add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc} | moneromooo-monero | 1 | -0/+5 |
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-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-16 | core: cache block template where possible | moneromooo-monero | 1 | -1/+43 |
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-21 | blockchain: some batch tx scanning speedup | moneromooo-monero | 1 | -15/+19 |
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-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-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-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-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 | 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-16 | blockchain: forbid bulletproof types before v8 | moneromooo-monero | 1 | -1/+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-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 | 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-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-26 | Update 2018 copyright | xmr-eric | 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 |
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-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-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 | remove reference to cryptonote::null_hash | Jaquee | 1 | -3/+3 |
2017-10-12 | blockchain: avoid exceptions in output verification | moneromooo-monero | 1 | -2/+12 |
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-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 | 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-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-07 | change mixin to ring size in user visible places | moneromooo-monero | 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-25 | Move txpool to the database | moneromooo-monero | 1 | -3/+71 |
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-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-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 |
2017-01-13 | core: ensure block size limit is set from the start | moneromooo-monero | 1 | -0/+2 |
2017-01-10 | fix time stats mixin | luigi1111 | 1 | -3/+6 |
2017-01-09 | wallet cli: print originating block heights of mixin keys when making transfer | kenshi84 | 1 | -1/+1 |
2017-01-07 | blockchain: allow marking "tx not found" without an exception | moneromooo-monero | 1 | -5/+5 |
2017-01-07 | tx_pool: better block template filling algorithm | moneromooo-monero | 1 | -1/+1 |
2016-12-25 | core: invalidate difficulty cache when resetting blockchain | moneromooo-monero | 1 | -0/+1 |
2016-12-21 | add tx hash to time stats | luigi1111 | 1 | -2/+5 |
2016-12-20 | also use portable serializer for boost_serialization_helper.h and net_node.in... | kenshi84 | 1 | -2/+0 |
2016-12-17 | rpc: new function and RPC to get alternative chain info | moneromooo-monero | 1 | -0/+32 |
2016-12-13 | blockchain: fix reorganizations past a hard fork boundary | moneromooo-monero | 1 | -0/+3 |
2016-12-08 | blockchain: fix setting non trovial alternate chain as invalid | moneromooo-monero | 1 | -4/+4 |
2016-12-06 | blockchain: bring the v4 fork height one block forward | luigi1111 | 1 | -3/+3 |
2016-12-04 | Fix a few minor typos | Pierre Boyer | 1 | -3/+3 |
2016-12-04 | Fix delayed exit when syncing | moneromooo-monero | 1 | -1/+20 |
2016-12-01 | blockchain: use high bound block reward on error where appropriate | moneromooo-monero | 1 | -1/+7 |
2016-11-28 | blockchain: reject invalid pubkeys from v4 | moneromooo-monero | 1 | -0/+13 |
2016-11-22 | Add a get_outs (fully text based) version of get_outs.bin | moneromooo-monero | 1 | -1/+1 |
2016-10-31 | rpc: add a dynamic fee estimation RPC call | moneromooo-monero | 1 | -0/+30 |
2016-10-31 | core: dynamic fee algorithm from ArticMine | moneromooo-monero | 1 | -0/+52 |
2016-10-15 | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 1 | -2/+2 |
2016-10-10 | Add performance timers for ringct tx verification | moneromooo-monero | 1 | -0/+3 |
2016-10-03 | blockchain: avoid using a reference to a temporary | moneromooo-monero | 1 | -1/+1 |
2016-10-03 | Moved logging to target functions rather than caller | NanoAkron | 1 | -6/+8 |
2016-09-24 | blockchain: do not reject chain histories matching only genesis | moneromooo-monero | 1 | -8/+0 |
2016-09-18 | fix v5 height | Riccardo Spagni | 1 | -1/+1 |
2016-09-18 | fix v5 fork date description | Riccardo Spagni | 1 | -1/+1 |
2016-09-18 | updated fork heights for v4 and v5 | Riccardo Spagni | 1 | -0/+7 |
2016-09-15 | compile errors fixed when PER_BLOCK_CHECKPOINT not defined | rckngOpossum | 1 | -1/+3 |
2016-09-15 | compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined | rckngOpossum | 1 | -1/+1 |
2016-08-31 | core: faster find_blockchain_supplement | moneromooo-monero | 1 | -6/+2 |
2016-08-31 | Remove blocks_per_sync limits | Howard Chu | 1 | -1/+1 |
2016-08-29 | core: allow empty global indices for txes with empty vout | moneromooo-monero | 1 | -1/+6 |
2016-08-28 | blockchain: testnet heights for v3, v4, and v5 | moneromooo-monero | 1 | -0/+4 |
2016-08-28 | wallet: transfer_selected_rct now also selects fake outs | moneromooo-monero | 1 | -2/+2 |
2016-08-28 | increase minimum mixin to 4 on hard fork 5 | moneromooo-monero | 1 | -2/+3 |
2016-08-28 | core: allow v1 txes after HF 5 when sweeping unmixable outputs | moneromooo-monero | 1 | -1/+19 |
2016-08-28 | New "Halfway RingCT" outputs for coinbase transactions | moneromooo-monero | 1 | -14/+10 |
2016-08-28 | rct: rework v2 txes into prunable and non prunable data | moneromooo-monero | 1 | -9/+15 |
2016-08-28 | rct: rework the verification preparation process | moneromooo-monero | 1 | -126/+96 |
2016-08-28 | rct: change the simple flag to a type | moneromooo-monero | 1 | -3/+9 |
2016-08-28 | rct: avoid the need for the last II element | Shen Noether | 1 | -8/+6 |
2016-08-28 | core: add some locking around pool use | moneromooo-monero | 1 | -1/+3 |
2016-08-28 | change fork settings to allow pre-rct txes for one more fork cycle | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | rct: do not serialize public keys in outPk | moneromooo-monero | 1 | -4/+31 |
2016-08-28 | integrate simple rct api | moneromooo-monero | 1 | -57/+155 |
2016-08-28 | mixable transactions must be rct for v3 | moneromooo-monero | 1 | -6/+28 |
2016-08-28 | move the rct commitments to the output_amounts database | moneromooo-monero | 1 | -23/+2 |
2016-08-28 | ringct: do not serialize what can be reconstructed | moneromooo-monero | 1 | -20/+67 |
2016-08-28 | Use the supplied hard fork version in validate_miner_transaction | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | add rct to the protocol | moneromooo-monero | 1 | -67/+212 |
2016-08-28 | core: new /getrandom_rctouts.bin binary RPC call | moneromooo-monero | 1 | -0/+98 |
2016-08-11 | Fake outs set is now decided by the wallet | moneromooo-monero | 1 | -0/+19 |
2016-08-01 | new unlocked parameter to output_histogram | moneromooo-monero | 1 | -2/+2 |
2016-04-28 | add a --max-concurrency flag | moneromooo-monero | 1 | -3/+3 |
2016-04-17 | blockchain: add missing overflow check for already generated coins | moneromooo-monero | 1 | -1/+5 |
2016-04-17 | blockchain: update cumulative block limit when popping a block | moneromooo-monero | 1 | -0/+1 |
2016-04-06 | blockchain: remove the tx validation result cache | moneromooo-monero | 1 | -18/+0 |
2016-04-05 | Schema update: tx_indices - improve further with less indirection | warptangent | 1 | -2/+3 |
2016-04-02 | Fix potential race with parallel processing of txes/signatures/blocks | moneromooo-monero | 1 | -0/+1 |
2016-03-27 | Convey tx verification failure reasons to the RPC client | moneromooo-monero | 1 | -5/+10 |
2016-03-26 | New RPC and daemon command to get output histogram | moneromooo-monero | 1 | -0/+5 |
2016-03-25 | blockchain: for v3, require miner tx to have well behaved outs | moneromooo-monero | 1 | -2/+11 |
2016-03-25 | Merge pull request #749 | Riccardo Spagni | 1 | -10/+39 |