Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |