| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Add intervening v5 fork for increased min block size | moneromooo-monero | 2017-03-15 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | Minimum mixin 4 and enforced ringct is moved from v5 to v6. v5 is now used for an increased minimum block size (from 60000 to 300000) to cater for larger typical/minimum transaction size. The fee algorithm is also changed to decrease the base per kB fee, and add a cheap tier for those transactions which we do not care if they get delayed (or even included in a block). | |||||
| * | | core: quantize per kB fee to 8 decimals | moneromooo-monero | 2017-03-03 | 1 | -0/+1 | |
| | | | ||||||
| * | | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 1 | -1/+1 | |
| |/ | ||||||
| * | Update and use blockchain data files defines | Miguel Herranz | 2017-01-28 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #1263 | Riccardo Spagni | 2016-11-11 | 1 | -0/+3 | |
| |\ | | | | | | | d61bd81 add lightweight block propagation ("fluffy blocks") (Dion Ahmetaj) | |||||
| | * | add lightweight block propagation ("fluffy blocks") | Dion Ahmetaj | 2016-11-09 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a new command to the P2P protocol definitions to allow querying for support flags. Implemented handling of new support flags command in net_node. Changed for_each callback template to include support flags. Updated print_connections command to show peer support flags. Added p2p constant for signaling fluffy block support. Added get_pool_transaction function to cryptnote_core. Added new commands to cryptonote protocol for relaying fluffy blocks. Implemented handling of fluffy block command in cryptonote protocol. Enabled fluffy block support in node initial configuration. Implemented get_testnet function in cryptonote_core. Made it so that fluffy blocks only run on testnet. | |||||
| * | | core: dynamic fee algorithm from ArticMine | moneromooo-monero | 2016-10-31 | 1 | -0/+4 | |
| |/ | | | | | | | | | | | | | | | The fee will vary based on the base reward and the current block size limit: fee = (R/R0) * (M0/M) * F0 R: base reward R0: reference base reward (10 monero) M: block size limit M0: minimum block size limit (60000) F0: 0.002 monero Starts applying at v4 | |||||
| * | Change default dust threshold to equal fee per kb | AwfulCrawler | 2016-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | Decrease minimum fee from 0.01/kB to 0.002/kB | moneromooo-monero | 2016-09-15 | 1 | -1/+2 | |
| | | | | | | The wallet will start using that fee about two weeks after hard fork 3, when most people will likely have updated their daemons. | |||||
| * | add rct to the protocol | moneromooo-monero | 2016-08-28 | 1 | -1/+1 | |
| | | | | | | It is not yet constrained to a fork, so don't use on the real network or you'll be orphaned or rejected. | |||||
| * | Fix V1/V2 use of hard fork related parameters | moneromooo-monero | 2016-01-29 | 1 | -3/+3 | |
| | | | | | | Some of it uses hardcoded height, which will need some thinking for next (voted upon) fork. | |||||
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 1 | -1/+1 | |
| | | ||||||
| * | Revert connection limit to more customary 8 | Javier Smooth | 2015-12-14 | 1 | -1/+1 | |
| | | ||||||
| * | Add IP blocking for misbehaving nodes (adapted from Boolberry) | Javier Smooth | 2015-11-23 | 1 | -0/+5 | |
| | | | | | With minor cleanup and fixes (spelling, indent) by moneromooo | |||||
| * | More changes for 2-min blocks | Javier Smooth | 2015-11-13 | 1 | -1/+2 | |
| | | | | | | | Use the correct block time for realtime fuzz on locktime Use the correct block time to calculate next_difficulty on alt chains (will not work as-is with voting) Lock unit tests to original block time for now | |||||
| * | Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block ↵ | Javier Smooth | 2015-11-13 | 1 | -3/+5 | |
| | | | | | version 2 | |||||
| * | Fix leak on real output when using a very recent output | moneromooo-monero | 2015-10-25 | 1 | -0/+1 | |
| | | | | | | | | | The wallet and the daemon applied different height considerations when selecting outputs to use. This can leak information on which input in a ring signature is the real one. Found and originally fixed by smooth on Aeon. | |||||
| * | from hard fork 2, claim a quantized reward in coinbase | moneromooo-monero | 2015-10-10 | 1 | -0/+1 | |
| | | | | | The small leftover is carried forward | |||||
| * | Integrated addresses (standard address plus payment id) | moneromooo-monero | 2015-06-12 | 1 | -0/+2 | |
| | | ||||||
| * | minimum subsidy for mining incentives, remove unused LEGACY_FEE define | smooth | 2015-03-04 | 1 | -3/+1 | |
| | | ||||||
| * | Merge pull request #206 | Riccardo Spagni | 2015-01-08 | 1 | -0/+2 | |
| |\ | | | | | | | | | | | 1b46226 std::atomic_flag has no copy/move constructor, can't have a vector (Thomas Winget) df53c0a small typo in previous commit (Thomas Winget) 4a53898 DNS seed timeout and fallback (Thomas Winget) | |||||
| | * | DNS seed timeout and fallback | Thomas Winget | 2014-12-15 | 1 | -0/+2 | |
| | | | ||||||
| * | | year updated in license | Riccardo Spagni | 2015-01-02 | 1 | -1/+1 | |
| |/ | ||||||
| * | Disable legacy fees for now | iamsmooth | 2014-11-11 | 1 | -1/+1 | |
| | | ||||||
| * | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ↵ | iamsmooth | 2014-11-09 | 1 | -2/+4 | |
| | | | | | denominations based on DEFAULT_DUST_THRESHOLD, document fee arg to create_transactions as unused, se DEFAULT_DUST_THRESHOLD for wallet dust collection instead of calcualted tx fee | |||||
| * | per kb fees | Thomas Winget | 2014-11-06 | 1 | -0/+1 | |
| | | ||||||
| * | Change testnet prefix | Zachary Michaels | 2014-09-15 | 1 | -2/+2 | |
| | | ||||||
| * | Separate testnet address prefix | Zachary Michaels | 2014-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | Add testnet genesis tx as output by CN reference | Zachary Michaels | 2014-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | Reorganize testnet constants | Zachary Michaels | 2014-09-15 | 1 | -20/+32 | |
| | | ||||||
| * | Add testnet constants | Zachary Michaels | 2014-09-15 | 1 | -0/+16 | |
| | | ||||||
| * | quick additional patch | fluffypony | 2014-08-23 | 1 | -2/+1 | |
| | | ||||||
| * | quick fee ramp to prevent spam attack | fluffypony | 2014-08-23 | 1 | -3/+4 | |
| | | ||||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 1 | -3/+29 | |
| | | ||||||
| * | set max block size for gbt | mydesktop | 2014-06-26 | 1 | -0/+1 | |
| | | ||||||
| * | proper tx_pool handling from CryptoZoidberg / BBR | fluffypony | 2014-06-15 | 1 | -0/+2 | |
| | | ||||||
| * | 0.8.8update | mydesktop | 2014-05-25 | 1 | -3/+3 | |
| | | ||||||
| * | mac osx building fixes | mydesktop | 2014-04-30 | 1 | -1/+1 | |
| | | ||||||
| * | voting stopped | thankful_for_today | 2014-04-30 | 1 | -1/+1 | |
| | | ||||||
| * | Changed block minor version | Henry Hartshorne | 2014-04-25 | 1 | -1/+1 | |
| | | ||||||
| * | Bitmonero release | thankful_for_today | 2014-04-18 | 1 | -9/+10 | |
| | | ||||||
| * | Improvements in JSON RPC | Antonio Juarez | 2014-04-07 | 1 | -1/+1 | |
| | | ||||||
| * | json rpc for wallet and bugfix | Antonio Juarez | 2014-04-02 | 1 | -16/+16 | |
| | | ||||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 1 | -0/+82 | |
