Age | Commit message (Expand) | Author | Files | Lines |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 2 | -4/+0 |
2018-11-05 | cryptonote_core: avoid gratuitous recalculations in check_block_rate() | xiphon | 1 | -1/+2 |
2018-11-01 | cryptonote_core: fix build error gcc 5.4.0 'sign-compare' | xiphon | 1 | -1/+1 |
2018-10-27 | core: fix unmixable special case allowing ring size below 11 | moneromooo-monero | 1 | -1/+1 |
2018-10-23 | Fix prune using receive time as tx_weight | doy-lee | 1 | -3/+3 |
2018-10-22 | blocks: use auto-generated .c files instead of 'LD -r -b binary' | xiphon | 5 | -27/+34 |
2018-10-21 | core: fix handle_incoming_tx* comment about return value | moneromooo-monero | 1 | -2/+2 |
2018-10-19 | blockchain: move two new verification errors to the verify category | moneromooo-monero | 1 | -2/+2 |
2018-10-18 | tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_pool | stoffu | 1 | -1/+1 |
2018-10-17 | core: don't verify range proofs multiple times | moneromooo-monero | 1 | -1/+6 |
2018-10-15 | tx_pool: store hex string instead of raw binary to tx_blob of get_transaction... | stoffu | 1 | -1/+1 |
2018-10-08 | Revert "Merge pull request #4472" | Riccardo Spagni | 5 | -34/+27 |
2018-10-08 | blockchain: add check test options are given for fakechain mode | moneromooo-monero | 1 | -0/+3 |
2018-10-08 | tx_pool: avoid parsing a whole tx if only the prefix is needed | moneromooo-monero | 2 | -32/+32 |
2018-10-07 | cryptonote: sort tx_extra fields | moneromooo-monero | 1 | -0/+6 |
2018-10-04 | blocks: use auto-generated .c files instead of 'LD -r -b binary' | xiphon | 5 | -27/+34 |
2018-09-30 | build: fix gcc false positive 'stringop-overflow' warning | xiphon | 1 | -1/+1 |
2018-09-29 | Merge pull request #4333 | Riccardo Spagni | 3 | -0/+33 |
2018-09-29 | daemon: silence daemon update warnings on testnet | iDunk5400 | 1 | -2/+2 |
2018-09-25 | tx_pool: fix tx removal at startup keeping references | moneromooo-monero | 1 | -0/+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-20 | cryptonote_core: warn when the block rate deviates from expectations | moneromooo-monero | 4 | -0/+69 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 4 | -328/+0 |
2018-09-14 | rpc: add a "is an update available" flag in get_info | moneromooo-monero | 2 | -1/+18 |
2018-09-13 | tx_pool: make the max tx size a consensus rule from v8 | moneromooo-monero | 1 | -1/+1 |
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 | 8 | -327/+356 |
2018-09-11 | require canonical multi output bulletproof layout | moneromooo-monero | 1 | -0/+29 |
2018-09-11 | Bulletproof aggregated verification and tests | moneromooo-monero | 4 | -51/+149 |
2018-09-11 | bulletproofs: add aggregated verification | moneromooo-monero | 2 | -2/+2 |
2018-09-11 | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 3 | -8/+24 |
2018-09-02 | blockchain: add mainnet v8 height targetting 18 october | moneromooo-monero | 1 | -0/+6 |
2018-08-19 | tx_pool: fix infinite loop when failing to find a meta record | moneromooo-monero | 1 | -7/+1 |
2018-08-16 | Do memwipe for critical secret keys copied to rct::key | stoffu | 1 | -0/+3 |
2018-08-16 | core: cache block template where possible | moneromooo-monero | 4 | -2/+94 |
2018-08-12 | core: sync database based on bytes added, not blocks added | moneromooo-monero | 3 | -14/+35 |
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 | 4 | -4/+87 |
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 | 2 | -8/+8 |
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 | 4 | -10/+19 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 6 | -76/+108 |
2018-06-26 | alt_chain_info can now give more info about a particular alt chain | moneromooo-monero | 2 | -6/+7 |
2018-06-24 | tx_pool: cache check_tx_inputs results | moneromooo-monero | 2 | -6/+35 |
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-05 | tx_pool: initialize bitflags padding since it gets written to storage | moneromooo-monero | 1 | -0/+2 |
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-02 | tx_pool: hold off parsing a tx blob till we actually need it | moneromooo-monero | 2 | -12/+35 |
2018-06-01 | blockchain: return error when requesting non existent output | moneromooo-monero | 1 | -6/+13 |
2018-05-28 | core: fix automatic safe db sync mode switching | moneromooo-monero | 1 | -5/+6 |
2018-05-28 | tx_pool: remove old comment from fill_block_template() | stoffu | 1 | -4/+0 |
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 4 | -12/+18 |
2018-05-23 | update checkpoints | Riccardo Spagni | 1 | -1/+1 |
2018-05-21 | speed up get_output_distribution (and precalc common case) | moneromooo-monero | 4 | -22/+8 |
2018-05-20 | core: remove threadpool dependency from header | moneromooo-monero | 2 | -6/+3 |
2018-05-20 | Fix output shuffling for multisig | stoffu | 2 | -9/+11 |
2018-05-18 | core: lock incoming tx lock when checking the txpool and chain | moneromooo-monero | 1 | -0/+1 |
2018-05-13 | Use median timestamp if current time renders a block invalid. | Thaer Khawaja | 2 | -6/+15 |
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-07 | cryptonote: make sure outPk setup always happens | moneromooo-monero | 1 | -33/+0 |
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 | 2 | -3/+4 |
2018-04-22 | Only log an error if fork version is higher AND is not known. | Thaer Khawaja | 2 | -0/+12 |
2018-04-11 | tx_pool: fix loading with colliding key images | moneromooo-monero | 1 | -17/+26 |
2018-03-31 | cryptonote_tx_util: make destinations properly shuffled | stoffu | 1 | -2/+3 |
2018-03-30 | blockchain: add scope guard to waiter for threaded txv1 verification | stoffu | 1 | -0/+1 |
2018-03-27 | fix lambda compile error on openbsd | moneromooo-monero | 1 | -1/+1 |
2018-03-24 | update block hashes for checkpoints.dat | Riccardo Spagni | 1 | -1/+1 |
2018-03-21 | core: add get_earliest_ideal_height_for_version() | stoffu | 3 | -0/+19 |
2018-03-19 | blockchain: cache difficulty for next block | moneromooo-monero | 2 | -3/+22 |
2018-03-18 | core: fix use of uninitialised data | moneromooo-monero | 1 | -1/+2 |
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 | 4 | -2/+78 |
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 | 3 | -6/+6 |
2018-03-14 | Remove the `Blockchain::get_all_known_block_ids` function. | Jean Pierre Dudey | 2 | -28/+0 |
2018-03-14 | keypair::generate: always require hw::device to avoid possible mistake | stoffu | 1 | -1/+1 |
2018-03-14 | device: untangle cyclic depenency | stoffu | 1 | -10/+9 |
2018-03-12 | Ledger HW Bug fixes | Cédric | 1 | -1/+1 |
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 | 4 | -46/+79 |
2018-03-05 | Use `genesis_tx` parameter in `generate_genesis_block`. #3261 | Jean Pierre Dudey | 1 | -10/+1 |
2018-03-04 | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 2 | -16/+24 |
2018-03-02 | core: fix sending to the source address with a short payment id | moneromooo-monero | 1 | -0/+2 |
2018-02-23 | blockchain: fix random sync failures | moneromooo-monero | 1 | -1/+4 |
2018-02-18 | cryptonote_core: change wording of fork warning message | moneromooo-monero | 1 | -1/+1 |
2018-02-16 | options: add testnet option dependencies | whythat | 1 | -2/+6 |
2018-02-16 | options: remove testnet-* options | whythat | 2 | -14/+10 |
2018-02-16 | txpool: Don't bail out when blob_size == tx_size_limit | Leon Klingele | 1 | -2/+2 |
2018-02-16 | core: add --no-fluffy-blocks, and enable fluffy blocks by default | moneromooo-monero | 1 | -2/+10 |
2018-02-14 | Use `genesis_tx` parameter in `generate_genesis_block`. | Jean Pierre Dudey | 1 | -10/+1 |
2018-02-10 | blockchain: don't try to use hash check array after it's freed | moneromooo-monero | 1 | -0/+4 |
2018-02-07 | tx_pool: add a max pool size, settable with --max-txpool-size | moneromooo-monero | 3 | -5/+113 |
2018-02-02 | blockchain: sanity check number of precomputed hash of hash blocks | moneromooo-monero | 1 | -1/+6 |
2018-02-01 | txpool: Properly bail out when outputs_amount == inputs_amount | Leon Klingele | 1 | -1/+8 |
2018-01-31 | blockchain: move bulletproofs to v8 | moneromooo-monero | 1 | -4/+5 |
2018-01-29 | cryptonote_tx_utils: fixed logic bug in get_destination_view_key_pub | stoffu | 2 | -10/+14 |
2018-01-26 | Update 2018 copyright | xmr-eric | 10 | -10/+10 |
2018-01-17 | rpc: expose recent median block size in getinfo | moneromooo-monero | 2 | -1/+16 |
2018-01-17 | cryptonote_core: add --disable-dns-checkpoints flag | moneromooo-monero | 1 | -0/+6 |
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 | 3 | -11/+34 |
2017-12-18 | cryptonote_core: remove unused functions with off by one bugs | moneromooo-monero | 4 | -105/+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 | 2 | -2/+3 |
2017-12-18 | check accessing an element past the end of a container | moneromooo-monero | 2 | -4/+12 |
2017-12-18 | fix a few leaks by throwing objects, not newed pointers to objects | moneromooo-monero | 1 | -1/+1 |
2017-12-17 | cryptonote_core: fix blockchain init call after prototype change | moneromooo-monero | 1 | -1/+1 |
2017-12-17 | make multisig work with subaddresses | moneromooo-monero | 2 | -14/+9 |
2017-12-17 | add multisig core test and factor multisig building blocks | moneromooo-monero | 2 | -15/+2 |
2017-12-17 | Add N/N multisig tx generation and signing | moneromooo-monero | 2 | -44/+107 |
2017-12-16 | cryptonote_core does not depend on p2p anymore | moneromooo-monero | 2 | -13/+6 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 3 | -1/+4 |
2017-12-15 | resumption support for updates using range requests | moneromooo-monero | 1 | -5/+35 |
2017-12-09 | core: fix input ordering from v7 | moneromooo-monero | 1 | -1/+1 |
2017-12-08 | add bulletproofs from v7 on testnet | moneromooo-monero | 2 | -9/+44 |
2017-12-08 | integrate bulletproofs into monero | moneromooo-monero | 2 | -4/+4 |
2017-11-30 | core: make --offline also disable DNS lookups | moneromooo-monero | 4 | -8/+35 |
2017-11-27 | Small cleanup of daemon synchronization output | xmr-eric | 1 | -2/+2 |
2017-11-26 | Added command descriptions | Cifrado | 1 | -0/+1 |
2017-11-24 | wallet: transfer RPC can now return tx metadata (pending_tx) | moneromooo-monero | 1 | -0/+14 |
2017-11-14 | rpc: remove obsolete busy core checks | moneromooo-monero | 1 | -10/+0 |
2017-11-14 | move cryptonote command line options to cryptonote_core | moneromooo-monero | 2 | -24/+96 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 4 | -2/+8 |
2017-11-14 | core: warn when free disk space is low | moneromooo-monero | 2 | -0/+34 |
2017-11-08 | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 6 | -46/+80 |
2017-11-06 | track double spending in the txpool | moneromooo-monero | 3 | -8/+62 |
2017-10-30 | blockchain: do not lock the blockchain lock for simple DB getters | moneromooo-monero | 1 | -7/+28 |
2017-10-19 | core: do not forbid txes without destination | moneromooo-monero | 1 | -6/+0 |
2017-10-19 | core: don't add empty additional pub keys field to extra | moneromooo-monero | 1 | -1/+1 |
2017-10-18 | subaddress: remove unneeded scalarmultBase | kenshi84 | 1 | -6/+11 |
2017-10-17 | core_tests: fix for subaddress patch | kenshi84 | 2 | -7/+7 |
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-10-11 | core: guard against a mined block not finding all txes in the pool | moneromooo-monero | 1 | -1/+9 |
2017-10-07 | Subaddresses | kenshi84 | 2 | -8/+115 |
2017-10-03 | construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to ... | stoffu | 2 | -4/+4 |
2017-09-29 | core: fix failure to sync when a tx is already in the pool | moneromooo-monero | 3 | -9/+28 |
2017-09-27 | core: remove out sorting from v7 rules | moneromooo-monero | 2 | -37/+4 |
2017-09-27 | core: fix logging the one time public key on error | moneromooo-monero | 1 | -1/+1 |
2017-09-27 | blockchain: fix off by one getting blocks | moneromooo-monero | 1 | -2/+2 |
2017-09-26 | core: undo output sorting | moneromooo-monero | 1 | -0/+2 |
2017-09-25 | core: fix creation of v1 txes | moneromooo-monero | 1 | -1/+2 |
2017-09-25 | checkpoints: add a token checkpoint on testnet (the genesis block) | moneromooo-monero | 1 | -1/+1 |
2017-09-25 | fix typo in basic and core CMakeLists.txt | moneromooo-monero | 1 | -1/+1 |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 3 | -3/+2 |
2017-09-25 | tx_pool: pre-init tvc.m_verifivation_failed before processing | moneromooo-monero | 1 | -3/+3 |
2017-09-25 | tx_pool: guard against failure getting tx hash | moneromooo-monero | 1 | -1/+2 |
2017-09-25 | core: check return value from parse_hexstr_to_binbuff | moneromooo-monero | 1 | -2/+3 |
2017-09-25 | get_blockchain_top now returns void | moneromooo-monero | 2 | -5/+2 |
2017-09-22 | Source updates are in a source subdirectory | moneromooo-monero | 1 | -1/+2 |
2017-09-21 | build: auto update version info without manually deleting version.h | stoffu | 1 | -0/+1 |
2017-09-20 | tx_pool: drop invalid txes from the pool on startup | moneromooo-monero | 1 | -3/+23 |
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 | 4 | -9/+133 |
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-17 | protocol: remove hop count on block propagation | moneromooo-monero | 1 | -1/+0 |
2017-09-16 | tx_pool: set the "invalid input" bit when check_tx_inputs fails | moneromooo-monero | 1 | -0/+1 |
2017-09-14 | Use a threadpool | Howard Chu | 3 | -97/+56 |
2017-09-14 | Remove 1.25x multiplier from tx_pool | Nano Akron | 1 | -1/+1 |
2017-09-13 | core: sort ins and outs key key image and public key, respectively | moneromooo-monero | 2 | -6/+32 |
2017-09-12 | core: guard against exceptions in tx verification worker threads | moneromooo-monero | 1 | -2/+18 |
2017-09-06 | update checkpoint hashes | Riccardo Spagni | 1 | -1/+1 |
2017-09-05 | json serialization for rpc-relevant monero types | Thomas Winget | 5 | -1/+112 |
2017-09-05 | Refactor some things into more composable (smaller) functions | Thomas Winget | 2 | -73/+179 |
2017-09-04 | tx_pool: catch exceptions in LockedTXN dtor | moneromooo-monero | 1 | -1/+1 |
2017-09-03 | Add a --fluffy-blocks option to relay blocks as fluffy blocks | moneromooo-monero | 2 | -0/+11 |
2017-08-31 | DRY refactoring | Thomas Winget | 2 | -1/+13 |
2017-08-29 | tx_pool: wrap tx meta updates in a LockedTXN | moneromooo-monero | 1 | -0/+3 |
2017-08-29 | Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks | moneromooo-monero | 2 | -5/+17 |
2017-08-29 | core: guard against exceptions in handle_incoming_{block,tx} | moneromooo-monero | 1 | -0/+8 |
2017-08-29 | move db specific options to BlockchainDB | moneromooo-monero | 1 | -6/+4 |
2017-08-26 | blockchain: cap memory size of retrieved blocks | moneromooo-monero | 1 | -2/+7 |
2017-08-26 | rpc: add a new RPC to get current txpool backlog (sizes and fees) | moneromooo-monero | 4 | -0/+31 |
2017-08-25 | txpool: update db tx metadata when it changes | moneromooo | 1 | -1/+15 |
2017-08-25 | txpool: add tx size median to the pool stats | moneromooo | 1 | -1/+5 |
2017-08-23 | tx_pool: fix crash in stats | Howard Chu | 1 | -1/+1 |
2017-08-22 | Cleanup test impact of adding safesyncmode() method | Howard Chu | 2 | -0/+12 |
2017-08-20 | Toggle SAFE syncmode on and off automatically | Howard Chu | 3 | -2/+30 |