Age | Commit message (Expand) | Author | Files | Lines |
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-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-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 |
2017-01-23 | Update log messages to reflect fact we no longer need to type `exit` to save ... | NanoAkron | 1 | -5/+4 |
2017-01-22 | Remove boost/foreach.cpp includes | Miguel Herranz | 5 | -5/+0 |
2017-01-22 | Replace BOOST_REVERSE_FOREACH with ranged for | Miguel Herranz | 1 | -1/+2 |
2017-01-22 | Replace BOOST_FOREACH with C++11 ranged for | Miguel Herranz | 4 | -26/+26 |
2017-01-22 | core: cache tx hashes of failing semantics txes | moneromooo-monero | 2 | -0/+10 |
2017-01-22 | rpc: fix orphan_status when getting blocks | moneromooo-monero | 4 | -5/+10 |
2017-01-21 | core: early out in handle_incoming_tx if already in pool or blockchain | moneromooo-monero | 1 | -0/+12 |
2017-01-16 | core: don't try to deserialize an empty extra to remove a field | moneromooo-monero | 1 | -0/+2 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 11 | -178/+210 |
2017-01-14 | Must wait for previous batch to finish before starting new one | Howard Chu | 1 | -1/+6 |
2017-01-14 | Tweak default db-sync-mode to fast:async:1 | Howard Chu | 1 | -4/+7 |
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 | 3 | -0/+36 |
2017-01-14 | rct: split rct checks between semantics and other | moneromooo-monero | 2 | -6/+47 |
2017-01-14 | fix do_not_relay not preventing relaying on a timer | moneromooo-monero | 5 | -27/+40 |
2017-01-13 | account: fix build error involving std::max and different types | moneromooo-monero | 1 | -2/+6 |
2017-01-13 | core: ensure block size limit is set from the start | moneromooo-monero | 1 | -0/+2 |
2017-01-13 | Prioritize older transactions in the mempool | Miguel Herranz | 2 | -21/+26 |
2017-01-12 | initialize timestamp to 0 and check for mktime() error | Chris Vickio | 1 | -4/+4 |
2017-01-12 | Add start_time to get_info methods and show uptime | Miguel Herranz | 2 | -0/+15 |
2017-01-10 | fix time stats mixin | luigi1111 | 1 | -3/+6 |
2017-01-10 | Remove db-auto-remove-logs | Miguel Herranz | 1 | -3/+0 |
2017-01-10 | Remove berkeley from db_type initialization | Miguel Herranz | 1 | -12/+0 |
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 | 3 | -17/+33 |
2017-01-02 | portable serializer: make signerd/unsigned tx portable, ignore archive versio... | kenshi84 | 1 | -11/+22 |
2016-12-25 | core: invalidate difficulty cache when resetting blockchain | moneromooo-monero | 1 | -0/+1 |
2016-12-24 | tx_pool: fix uninitialized "last failed" fields | moneromooo-monero | 1 | -0/+2 |
2016-12-21 | add tx hash to time stats | luigi1111 | 1 | -2/+5 |
2016-12-21 | core: fix recalculation of emission/fees | moneromooo-monero | 1 | -7/+4 |
2016-12-20 | also use portable serializer for boost_serialization_helper.h and net_node.in... | kenshi84 | 3 | -5/+0 |
2016-12-17 | rpc: new function and RPC to get alternative chain info | moneromooo-monero | 2 | -0/+39 |
2016-12-16 | added experimental boost::archive::portable_binary_{i|o}archive | kenshi84 | 1 | -2/+6 |
2016-12-13 | blockchain: fix reorganizations past a hard fork boundary | moneromooo-monero | 1 | -0/+3 |
2016-12-13 | update checkpoints | Riccardo Spagni | 1 | -0/+3 |
2016-12-09 | Fix sending outputs from a tx with more than one pubkey | moneromooo-monero | 2 | -10/+14 |
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 | ringct: switch to Borromean signatures | Shen Noether | 1 | -4/+4 |
2016-12-04 | Fix a few minor typos | Pierre Boyer | 4 | -7/+7 |
2016-12-04 | Fix delayed exit when syncing | moneromooo-monero | 3 | -2/+26 |
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-27 | change 'invalid address format' loglevel | Jaquee | 1 | -1/+1 |
2016-11-22 | Add a get_outs (fully text based) version of get_outs.bin | moneromooo-monero | 4 | -4/+4 |
2016-11-16 | wallet2: try all tx keys when scanning a new transaction | moneromooo-monero | 1 | -2/+2 |
2016-11-15 | core: remove any tx pubkey from extra before adding one | moneromooo-monero | 1 | -0/+1 |
2016-11-09 | add lightweight block propagation ("fluffy blocks") | Dion Ahmetaj | 2 | -0/+19 |
2016-11-01 | refresh speedup | luigi1111 | 2 | -0/+8 |
2016-10-31 | rpc: add a dynamic fee estimation RPC call | moneromooo-monero | 2 | -0/+44 |
2016-10-31 | core: dynamic fee algorithm from ArticMine | moneromooo-monero | 3 | -5/+80 |
2016-10-30 | core: fix removal of extra nonce using wrong type | moneromooo-monero | 1 | -1/+1 |
2016-10-23 | daemon: report transaction relay status in print_pool* commands | moneromooo-monero | 1 | -0/+2 |
2016-10-23 | core: notify the txpool when transactions are relayed | moneromooo-monero | 2 | -0/+19 |
2016-10-22 | tx_pool: set relayed flag on relay | moneromooo-monero | 1 | -0/+3 |
2016-10-15 | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 2 | -3/+4 |
2016-10-14 | patched parameter type bug that was causing failure on 32 bit | Dion Ahmetaj | 2 | -2/+2 |
2016-10-10 | print_coinbase_tx_sum now breaks output into fee and emission components | Dion Ahmetaj | 2 | -6/+20 |
2016-10-10 | changed params from start/end index to height/count | Dion Ahmetaj | 2 | -4/+4 |
2016-10-10 | attempted to remove whitespace spam | Dion Ahmetaj | 1 | -1/+1 |
2016-10-10 | Add performance timers for ringct tx verification | moneromooo-monero | 2 | -0/+5 |
2016-10-10 | added print_coinbase_tx_sum option | Dion Ahmetaj | 2 | -1/+22 |
2016-10-08 | core: remove some unused code | moneromooo-monero | 1 | -3/+0 |
2016-10-04 | Brackets to prevent premature return | NanoAkron | 1 | -0/+2 |
2016-10-04 | Brackets to ensure doesn't function prematurely return | NanoAkron | 1 | -0/+2 |
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 | 4 | -17/+28 |
2016-10-03 | Removed all code related to fast_exit | NanoAkron | 2 | -36/+1 |
2016-10-02 | Added messages at log level 2 to reflect deactivation procedure | NanoAkron | 1 | -0/+4 |
2016-09-27 | wallet: cold wallet transaction signing | moneromooo-monero | 2 | -5/+26 |
2016-09-26 | cryptonote_core: make extra field removal more generic | moneromooo-monero | 2 | -4/+4 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -2/+2 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -2/+2 |
2016-09-25 | Revert "Fix fake 'network synchronized, begin using' messages" | moneromooo-monero | 1 | -4/+1 |
2016-09-24 | core: make the sync chunk block count overridable | moneromooo-monero | 2 | -0/+14 |
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-18 | add checkpoints | Riccardo Spagni | 1 | -0/+2 |
2016-09-18 | miner: do not try to save config if the path isn't set | moneromooo-monero | 1 | -1/+2 |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -3/+3 |
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 | 3 | -2/+8 |
2016-09-14 | rct: rework serialization to avoid storing vector sizes | moneromooo-monero | 3 | -22/+56 |
2016-09-14 | core: cleanup some typecasting | moneromooo-monero | 1 | -4/+4 |
2016-09-03 | fix nigglies, as pointed out by moneromooo-monero | Riccardo Spagni | 1 | -1/+1 |
2016-09-03 | fix remaining bitmonero and simplewallet bits | Riccardo Spagni | 1 | -2/+2 |
2016-08-31 | core: faster find_blockchain_supplement | moneromooo-monero | 1 | -6/+2 |
2016-08-31 | Remove blocks_per_sync limits | Howard Chu | 2 | -6/+5 |
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 | core: use full rct signatures if just one input | moneromooo-monero | 1 | -1/+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 | 2 | -16/+19 |
2016-08-28 | New "Halfway RingCT" outputs for coinbase transactions | moneromooo-monero | 5 | -19/+34 |
2016-08-28 | rct amount key modified as per luigi1111's recommendations | moneromooo-monero | 2 | -5/+10 |
2016-08-28 | rct: rework v2 txes into prunable and non prunable data | moneromooo-monero | 4 | -20/+69 |
2016-08-28 | rct: rework the verification preparation process | moneromooo-monero | 3 | -133/+114 |
2016-08-28 | rct: change the simple flag to a type | moneromooo-monero | 3 | -11/+22 |
2016-08-28 | rct: avoid the need for the last II element | Shen Noether | 2 | -18/+9 |
2016-08-28 | wallet: do not store signatures in the wallet cache | moneromooo-monero | 4 | -1/+17 |
2016-08-28 | core: add some locking around pool use | moneromooo-monero | 2 | -1/+4 |
2016-08-28 | rct: do not serialize senderPk - it is not used anymore | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | tx_pool: log why a transaction was rejected for version checks | moneromooo-monero | 1 | -0/+3 |
2016-08-28 | change fork settings to allow pre-rct txes for one more fork cycle | moneromooo-monero | 2 | -3/+8 |
2016-08-28 | rct: make the amount key derivable by a third party with the tx key | moneromooo-monero | 1 | -7/+3 |
2016-08-28 | rct: do not serialize public keys in outPk | moneromooo-monero | 3 | -13/+53 |
2016-08-28 | core: always use the new simple rct variant | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | port get_tx_key/check_tx_key to rct | moneromooo-monero | 2 | -5/+15 |
2016-08-28 | integrate simple rct api | moneromooo-monero | 4 | -102/+229 |
2016-08-28 | ringct: "simple" ringct variant | Shen Noether | 1 | -0/+13 |
2016-08-28 | mixable transactions must be rct for v3 | moneromooo-monero | 2 | -6/+29 |
2016-08-28 | Condition v2 txes on v3 hard fork | moneromooo-monero | 2 | -1/+12 |
2016-08-28 | move the rct commitments to the output_amounts database | moneromooo-monero | 1 | -23/+2 |
2016-08-28 | rct: add the tx prefix hash into the MLSAG | moneromooo-monero | 1 | -3/+4 |
2016-08-28 | ringct: do not serialize what can be reconstructed | moneromooo-monero | 2 | -24/+81 |
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 | 8 | -149/+451 |
2016-08-28 | make rct tx serialization work | moneromooo-monero | 1 | -0/+56 |