Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-08-19 | DB cleanup | Howard Chu | 1 | -23/+7 |
2017-08-18 | core: add mainnet v6 fork height at 1400000 | moneromooo-monero | 1 | -0/+3 |
2017-08-17 | cryptonote_protocol: large block sync size before v4 | moneromooo-monero | 2 | -3/+11 |
2017-08-15 | protocol: pass blockchain cumulative difficulty when syncing | moneromooo-monero | 4 | -0/+23 |
2017-08-12 | core: add --db-salvage command line flag | moneromooo-monero | 1 | -0/+7 |
2017-08-10 | tests: fix tests build | moneromooo-monero | 2 | -0/+24 |
2017-08-09 | protocol: add checks for top block hard fork version | moneromooo-monero | 1 | -0/+9 |
2017-08-07 | change mixin to ring size in user visible places | moneromooo-monero | 2 | -7/+7 |
2017-08-07 | core: fix invalid memory access creating tx | moneromooo-monero | 1 | -1/+1 |
2017-08-07 | core: new API to disable DNS checkpoint lookups | moneromooo-monero | 2 | -1/+10 |
2017-08-07 | blockchain: add testnet v6 fork height at 971400 | moneromooo-monero | 1 | -0/+2 |
2017-08-07 | core: thread most of handle_incoming_tx | moneromooo-monero | 2 | -25/+104 |
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 | 2 | -14/+4 |
2017-08-01 | core: speed up output index unique set calculation | moneromooo-monero | 1 | -8/+8 |
2017-07-31 | some include cleanup | moneromooo-monero | 1 | -0/+1 |
2017-07-31 | core: add a message when loading checkpoints at init time | moneromooo-monero | 1 | -0/+2 |
2017-07-30 | tx_pool: remove obsolete unused m_config_folder field | moneromooo-monero | 1 | -1/+0 |
2017-07-30 | blockchain: skip checking tx semantics in embedded block hash range | moneromooo-monero | 3 | -1/+17 |
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 | 2 | -2/+4 |
2017-07-27 | blockchain: pass correct height to get_block_longhash | moneromooo-monero | 1 | -4/+2 |
2017-07-25 | core: randomly shuffle outputs | moneromooo-monero | 1 | -1/+1 |
2017-07-24 | blockchain: one off warning when seeing a block with unknown version | moneromooo-monero | 1 | -0/+14 |
2017-07-22 | core: forbid duplicate ring members from v6 | moneromooo-monero | 2 | -0/+31 |
2017-07-02 | tx_pool: initialize padding in txpool meta structure | moneromooo-monero | 1 | -0/+2 |
2017-07-02 | cryptonote_core: initialize checkpoint flag | moneromooo-monero | 1 | -0/+1 |
2017-06-23 | Fix mismatch of parameter name between header file and implementation for set... | Julien Klepatch | 1 | -3/+2 |
2017-06-11 | blockchain_db: add a txpool tx getter which returns existence | moneromooo-monero | 3 | -2/+7 |
2017-06-04 | Add histogram to poolstats | Howard Chu | 1 | -1/+47 |
2017-06-01 | Speedup print_pool_stats | Howard Chu | 4 | -0/+45 |
2017-06-01 | Don't copy blockchain for coinbase_tx_sum | Howard Chu | 3 | -7/+12 |
2017-05-31 | tx_pool: add missing blockchain lock in add_tx | moneromooo-monero | 1 | -0/+5 |
2017-05-25 | Move txpool to the database | moneromooo-monero | 6 | -278/+484 |
2017-05-23 | changed crypto to cncrypto so it generated libcncrypto | Gentian | 1 | -1/+1 |
2017-05-10 | Update sync time copy | xmr-eric | 1 | -1/+1 |
2017-04-19 | Add expected total reward to RPC "getblocktemplate". | assylias | 6 | -8/+11 |
2017-04-12 | Fix block_longhash_worker thread | hyc | 1 | -1/+3 |
2017-04-04 | tx_pool: add blob size and fee/byte when logging a new tx | moneromooo-monero | 1 | -1/+1 |
2017-03-25 | core: avoid possible reordering bugs wth tx/bloch hash cache | moneromooo-monero | 1 | -3/+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-23 | tx_pool: ensure txes loaded from poolstate.bin have their txid cached | moneromooo-monero | 1 | -5/+6 |
2017-03-23 | tx_pool: remove transactions if they're in the blockchain | moneromooo-monero | 1 | -1/+9 |
2017-03-23 | core, wallet: faster tx pool scanning | moneromooo-monero | 4 | -1/+28 |
2017-03-23 | core: cache tx and block hashes in the respective classes | moneromooo-monero | 1 | -0/+6 |
2017-03-21 | tx_pool: silence use of uninitialized warning | moneromooo-monero | 1 | -1/+1 |
2017-03-20 | blockchain: lower the relay fee by 2% | moneromooo-monero | 1 | -1/+1 |
2017-03-20 | tx_pool: use new filling algorithm from v5 only | moneromooo-monero | 1 | -20/+30 |
2017-03-19 | core: call {prepare|cleanup}_handle_incoming_blocks when adding a mined block | moneromooo-monero | 1 | -0/+17 |
2017-03-18 | Removed boost/asio.hpp include from epee/string_tools.h | Lee Clagett | 1 | -0/+1 |
2017-03-15 | Add intervening v5 fork for increased min block size | moneromooo-monero | 3 | -29/+28 |
2017-03-12 | core: don't try to re-relay an empty set of pool transactions | moneromooo-monero | 1 | -1/+1 |
2017-03-10 | fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB... | kenshi84 | 4 | -685/+1 |
2017-03-05 | blockchain: don't try to load an empty block hash set | moneromooo-monero | 1 | -1/+1 |
2017-03-05 | core: print the "new update found" message in cyan, for visibility | moneromooo-monero | 1 | -2/+2 |
2017-03-05 | core: make update download cancellable | moneromooo-monero | 2 | -17/+55 |
2017-03-03 | core: quantize per kB fee to 8 decimals | moneromooo-monero | 1 | -1/+19 |
2017-03-03 | tx_pool: log separately "not ready" and "double spend" cases | moneromooo-monero | 1 | -2/+8 |
2017-03-03 | Fix #1824 don't end batch that we didn't start | Howard Chu | 1 | -2/+3 |
2017-02-25 | core: move hardfork back to cryptonote_core | moneromooo-monero | 4 | -1/+684 |
2017-02-23 | core: protect precomputed block hashes with SHA256 | moneromooo-monero | 1 | -1/+28 |
2017-02-23 | core: bound the amount of entries in bad tx semantics cache | moneromooo-monero | 2 | -6/+16 |
2017-02-23 | core: remove a couple unused/obsolete bits | moneromooo-monero | 1 | -3/+0 |
2017-02-22 | updates: remove testnet case | moneromooo-monero | 1 | -1/+1 |
2017-02-22 | updates: we now have a user URL, and an automatic one | moneromooo-monero | 1 | -1/+2 |
2017-02-22 | updates: s/monerod/monero/ for the main download | moneromooo-monero | 1 | -2/+2 |
2017-02-21 | core: do not download an update we already downloaded | moneromooo-monero | 1 | -14/+23 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 10 | -10/+10 |
2017-02-21 | Fix core_tests breaking on startup | moneromooo-monero | 1 | -0/+2 |
2017-02-21 | core: add p2p bind port options from net_node | moneromooo-monero | 1 | -0/+4 |
2017-02-20 | core: updates can now be downloaded (and SHA256 hash checked) | moneromooo-monero | 1 | -0/+30 |
2017-02-20 | core: test key images against validity domain | moneromooo-monero | 2 | -0/+28 |
2017-02-20 | Optionally query moneropulse DNS records to check for updates | moneromooo-monero | 2 | -0/+64 |
2017-02-20 | core: display any fork warning at startup too | moneromooo-monero | 1 | -1/+1 |
2017-02-20 | tx_pool: revert template filling changes | moneromooo-monero | 1 | -0/+16 |
2017-02-18 | Get rid of directory lock | Howard Chu | 2 | -58/+0 |
2017-02-18 | Add a few read txns to streamline | Howard Chu | 1 | -0/+4 |
2017-02-14 | core: add a missing newline on a string to be logged | moneromooo-monero | 1 | -1/+1 |
2017-02-13 | blockchain_db: add "raw" blobdata getters for block and transaction | moneromooo-monero | 4 | -41/+119 |
2017-02-13 | blockchain_db: do not throw on expected partial results getting keys | moneromooo-monero | 1 | -1/+1 |
2017-02-12 | tx_pool: add a debug message when adding a tx to the pool | moneromooo-monero | 1 | -0/+1 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 30 | -5388/+616 |
2017-02-05 | bugfix: infinite recursion in get_account_address_from_str_or_url | kenshi84 | 1 | -1/+1 |
2017-02-02 | core: fix integrated addresses breaking with auto zero change | moneromooo-monero | 1 | -0/+2 |
2017-01-28 | Separate data per P2P port | Miguel Herranz | 1 | -1/+11 |
2017-01-28 | core: set missing verifivation_failed flag when rejecting a tx | moneromooo-monero | 1 | -0/+1 |
2017-01-25 | Blockfill - Sort tx pool correctly | Alexis Enston | 1 | -2/+2 |
2017-01-25 | Blockfill - Take TX fees into account properly | Alexis Enston | 1 | -1/+1 |
2017-01-25 | Consider empty block when filling with TXs | Alexis Enston | 1 | -1/+5 |
2017-01-24 | moved get_account_address_from_str_or_url from libcommon to libcryptonote_core | kenshi84 | 2 | -1/+43 |