Age | Commit message (Expand) | Author | Files | Lines |
2017-07-02 | tx_pool: initialize padding in txpool meta structure | moneromooo-monero | 1 | -0/+2 |
2017-06-18 | Merge pull request #2082 | Riccardo Spagni | 1 | -2/+1 |
2017-06-11 | blockchain_db: add a txpool tx getter which returns existence | moneromooo-monero | 1 | -2/+1 |
2017-06-04 | Add histogram to poolstats | Howard Chu | 1 | -1/+47 |
2017-06-01 | Merge pull request #2062 | Riccardo Spagni | 1 | -0/+5 |
2017-06-01 | Speedup print_pool_stats | Howard Chu | 1 | -0/+25 |
2017-05-31 | tx_pool: add missing blockchain lock in add_tx | moneromooo-monero | 1 | -0/+5 |
2017-05-30 | Merge pull request #1982 | Riccardo Spagni | 1 | -219/+349 |
2017-05-25 | Move txpool to the database | moneromooo-monero | 1 | -219/+349 |
2017-04-19 | Add expected total reward to RPC "getblocktemplate". | assylias | 1 | -1/+2 |
2017-04-04 | tx_pool: add blob size and fee/byte when logging a new tx | moneromooo-monero | 1 | -1/+1 |
2017-03-23 | Merge pull request #1911 | Riccardo Spagni | 1 | -3/+19 |
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 | 1 | -0/+7 |
2017-03-21 | tx_pool: silence use of uninitialized warning | moneromooo-monero | 1 | -1/+1 |
2017-03-20 | tx_pool: use new filling algorithm from v5 only | moneromooo-monero | 1 | -20/+30 |
2017-03-15 | Add intervening v5 fork for increased min block size | moneromooo-monero | 1 | -14/+7 |
2017-03-03 | tx_pool: log separately "not ready" and "double spend" cases | moneromooo-monero | 1 | -2/+8 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2017-02-20 | tx_pool: revert template filling changes | moneromooo-monero | 1 | -0/+16 |
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 | 1 | -2/+2 |
2017-02-02 | Merge pull request #1631 | Riccardo Spagni | 1 | -4/+8 |
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-22 | Replace BOOST_FOREACH with C++11 ranged for | Miguel Herranz | 1 | -4/+4 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 1 | -0/+3 |
2017-01-15 | Merge pull request #1571 | Riccardo Spagni | 1 | -6/+10 |
2017-01-14 | fix do_not_relay not preventing relaying on a timer | moneromooo-monero | 1 | -6/+10 |
2017-01-13 | Prioritize older transactions in the mempool | Miguel Herranz | 1 | -15/+17 |
2017-01-08 | Merge pull request #1534 | Riccardo Spagni | 1 | -15/+30 |
2017-01-07 | tx_pool: better block template filling algorithm | moneromooo-monero | 1 | -15/+30 |
2016-12-24 | tx_pool: fix uninitialized "last failed" fields | moneromooo-monero | 1 | -0/+2 |
2016-12-04 | Fix a few minor typos | Pierre Boyer | 1 | -1/+1 |
2016-10-31 | core: dynamic fee algorithm from ArticMine | moneromooo-monero | 1 | -5/+1 |
2016-10-23 | daemon: report transaction relay status in print_pool* commands | moneromooo-monero | 1 | -0/+2 |
2016-10-22 | tx_pool: set relayed flag on relay | moneromooo-monero | 1 | -0/+3 |
2016-10-10 | Add performance timers for ringct tx verification | moneromooo-monero | 1 | -0/+2 |
2016-10-04 | Brackets to prevent premature return | NanoAkron | 1 | -0/+2 |
2016-10-03 | Moved logging to target functions rather than caller | NanoAkron | 1 | -4/+13 |
2016-08-28 | core: allow v1 txes after HF 5 when sweeping unmixable outputs | moneromooo-monero | 1 | -15/+0 |
2016-08-28 | rct: rework the verification preparation process | moneromooo-monero | 1 | -5/+5 |
2016-08-28 | core: add some locking around pool use | moneromooo-monero | 1 | -0/+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 | 1 | -2/+7 |
2016-08-28 | Condition v2 txes on v3 hard fork | moneromooo-monero | 1 | -1/+3 |
2016-08-28 | add rct to the protocol | moneromooo-monero | 1 | -16/+38 |
2016-08-28 | remove original Cryptonote blockchain_storage blockchain format | moneromooo-monero | 1 | -19/+0 |
2016-04-05 | tx_pool: ensure no txes that fail check_inputs get in the block template | moneromooo-monero | 1 | -1/+1 |
2016-04-02 | Merge pull request #767 | Riccardo Spagni | 1 | -3/+15 |
2016-03-30 | minor corrections/clarifications | Thomas Winget | 1 | -3/+5 |
2016-03-27 | Convey tx verification failure reasons to the RPC client | moneromooo-monero | 1 | -3/+15 |
2016-03-24 | Transaction pool documentation (and some cleanup) | Thomas Winget | 1 | -7/+23 |
2016-01-29 | tx_pool: do not accept txes not in a block if they timed out before | moneromooo-monero | 1 | -1/+10 |
2016-01-29 | tx_pool: fix use of invalidated iterator | moneromooo-monero | 1 | -1/+2 |
2016-01-29 | Fix V1/V2 use of hard fork related parameters | moneromooo-monero | 1 | -15/+35 |
2015-12-31 | core: do not use the persistent pool state for tests | moneromooo-monero | 1 | -0/+6 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-12-15 | Replace tabs with two spaces for consistency with rest of codebase | warptangent | 1 | -12/+12 |
2015-12-13 | tx_pool: fix "minumim" typo in message | moneromooo-monero | 1 | -1/+1 |
2015-11-21 | Relay transactions when they linger too long in the pool | moneromooo-monero | 1 | -4/+55 |
2015-10-11 | from hard fork 2, all outputs must be decomposed | moneromooo-monero | 1 | -0/+6 |
2015-07-15 | Removed on_idle() calls to Blockchain::store_blockchain() for lmdb. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -6/+6 |
2015-07-15 | Fixed binary size issue due to embedded checkpoint data. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -6/+6 |
2015-07-15 | ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -3/+10 |
2015-07-10 | Fix loop bug when calling core::get_block_template, causing calling thread to... | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -0/+9 |
2015-05-13 | Fixes changes to sort tx by fee per kb | Thomas Winget | 1 | -11/+27 |
2015-05-13 | resolved merge conflict in tx_pool.cpp | Riccardo Spagni | 1 | -12/+33 |
2015-04-30 | Sort txs by per-kb-fee for miners | Thomas Winget | 1 | -7/+28 |
2015-04-30 | When removing 'stuck' transactions, don't ignore the first tx in the pool | Thomas Winget | 1 | -5/+5 |
2015-04-23 | Keep memory pool consistent when stuck tx removed | warptangent | 1 | -0/+1 |
2015-04-23 | Add mempool output to daemon via command and RPC | warptangent | 1 | -0/+34 |
2015-02-02 | Add compile-time support for both db implementations: in-memory and LMDB | warptangent | 1 | -1/+12 |
2015-01-04 | Integrate BlockchainDB into cryptonote_core | Thomas Winget | 1 | -2/+2 |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 |
2014-11-11 | Disable legacy fees for now | iamsmooth | 1 | -1/+1 |
2014-11-09 | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ... | iamsmooth | 1 | -1/+1 |
2014-11-06 | per kb fees | Thomas Winget | 1 | -2/+5 |
2014-09-25 | Revert "low risk, potentially varint overflow bug patched thanks to BBR" | Riccardo Spagni | 1 | -4/+5 |
2014-09-24 | low risk, potentially varint overflow bug patched thanks to BBR | Riccardo Spagni | 1 | -5/+4 |
2014-09-09 | a few more error messages moved to log level 1 | fluffypony | 1 | -4/+4 |
2014-09-09 | moved non-critical warnings and errors to log level 1 | fluffypony | 1 | -6/+6 |
2014-08-01 | Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmp | Riccardo Spagni | 1 | -79/+65 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 |
2014-07-17 | Remove dead code | Zachary Michaels | 1 | -17/+0 |
2014-07-17 | Remove second tx size check | Zachary Michaels | 1 | -7/+0 |
2014-07-17 | Don't check max tx size when adding to block | Zachary Michaels | 1 | -8/+0 |
2014-07-17 | Don't check for min fee when adding tx to block | Zachary Michaels | 1 | -5/+0 |
2014-07-17 | Decrease max block size from 200% median to 130% | Zachary Michaels | 1 | -1/+3 |
2014-07-17 | Use print_money in log | Zachary Michaels | 1 | -1/+1 |
2014-07-17 | Minimum tx fee for entering pool | Zachary Michaels | 1 | -0/+8 |
2014-07-17 | Start fresh if tx_pool deserialize fails | Zachary Michaels | 1 | -2/+6 |
2014-07-17 | Add transaction size limit | Zachary Michaels | 1 | -0/+24 |
2014-07-17 | Use const where appropriate in tx_pool | Zachary Michaels | 1 | -38/+23 |
2014-06-26 | set max block size for gbt | mydesktop | 1 | -0/+8 |
2014-06-24 | fix function typo | monero-project | 1 | -1/+1 |
2014-06-24 | Fix copy/paste bug, thx Boolberry | monero-project | 1 | -3/+3 |
2014-06-15 | proper tx_pool handling from CryptoZoidberg / BBR | fluffypony | 1 | -0/+26 |
2014-05-28 | typo in tx_pool.cpp | monero-project | 1 | -1/+1 |
2014-05-27 | fix typing mismatch | mydesktop | 1 | -2/+9 |
2014-05-26 | dynamic tx size scaling for tx mempool | mydesktop | 1 | -0/+11 |
2014-05-26 | maximum block size 130% of median | mydesktop | 1 | -3/+14 |
2014-05-25 | temporary fix for block reward dos | mydesktop | 1 | -1/+23 |
2014-04-20 | mining bug fixed | thankful_for_today | 1 | -45/+12 |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -15/+47 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+410 |