aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21add a sanity check to RPC input data sizemoneromooo-monero1-0/+1
2022-02-24multisig key exchange update and refactorkoe1-0/+4
2020-12-29rpc: limit the number of txes for get_blocks.binmoneromooo-monero1-1/+2
2020-12-20Optional DNS based blocklistmoneromooo-monero1-0/+2
2020-12-10Merge pull request #7118Alexander Blair1-0/+1
2020-12-10protocol: add a sanity check to the number of block hashes sentmoneromooo-monero1-0/+1
2020-12-05p2p: drop peers that spam peer listsmoneromooo-monero1-0/+1
2020-10-21Change Dandelion++ fluff probability to 20%, and embargo timeout to 39sLee Clagett1-2/+2
2020-10-18bump default number of connections from 8 to 12moneromooo-monero1-1/+1
2020-09-15Merge pull request #6816luigi11111-2/+0
2020-09-15blockchain: deterministic UNIX time unlock checksmoneromooo-monero1-0/+1
2020-09-14Remove unused macros from cryptonote_config.hTheCharlatan1-2/+0
2020-08-28Bind signature to full address and signing modeSarang Noether1-1/+1
2020-08-28wallet: allow signing a message with spend or view keymoneromooo-monero1-0/+1
2020-08-27Integrate CLSAGs into moneromoneromooo-monero1-0/+1
2020-08-27CLSAG signaturesSarang Noether1-0/+3
2020-08-27Merge pull request #6760Alexander Blair1-0/+1
2020-08-21enforce claiming maximum coinbase amountmoneromooo-monero1-0/+1
2020-08-16Merge pull request #6329Alexander Blair1-0/+1
2020-08-09Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc...Sarang Noether1-0/+1
2020-08-09Merge pull request #6354Alexander Blair1-0/+5
2020-05-15Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett1-0/+5
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett1-1/+6
2020-04-01Hash domain separationSarang Noether1-0/+11
2020-03-20p2p: remove old debug commandsAaron Hook1-3/+0
2019-11-04Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett1-0/+3
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-0/+3
2019-10-11blockchain: use effective median block weight for penalty from v12moneromooo-monero1-0/+1
2019-10-08Merge pull request #5915luigi11111-1/+1
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-1/+1
2019-09-25RandomX integrationHoward Chu1-0/+1
2019-09-17blockchain: enforce 10 block age for spending outputsmoneromooo-monero1-0/+1
2019-09-14Merge pull request #5823luigi11111-0/+3
2019-08-19blockchain: reject rct signatures in coinbase txes from v12moneromooo-monero1-0/+1
2019-08-19core: from v12, require consistent ring size for mixable txesmoneromooo-monero1-0/+1
2019-08-19blockchain: forbid v1 coinbase from v12moneromooo-monero1-0/+1
2019-08-15Merge pull request #5649luigi11111-0/+2
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett1-0/+10
2019-06-16Bans for RPC connectionsHoward Chu1-0/+2
2019-04-23consensus: from v12, enforce >= 2 outputsmoneromooo-monero1-0/+1
2019-04-05cryptonote: rework block blob size sanity checkmoneromooo-monero1-2/+2
2019-03-19Merge pull request #5199Riccardo Spagni1-0/+1
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-04Merge pull request #5091Riccardo Spagni1-1/+1
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero1-0/+3
2019-02-26cryptonote_protocol_handler: search for syncing peers in "cruise mode"moneromooo-monero1-0/+1
2019-01-30i2p: initial supportJethro Grassie1-1/+1
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett1-0/+1
2019-01-28Merge pull request #5052Riccardo Spagni1-0/+1
2019-01-22add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero1-0/+1
2019-01-22Pruningmoneromooo-monero1-0/+5
2018-10-31Expose limit-rate defaults from command line helpRaskaRuby1-0/+2
2018-10-22blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon1-0/+1
2018-10-08Revert "Merge pull request #4472"Riccardo Spagni1-1/+0
2018-10-04blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon1-0/+1
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-1/+5
2018-09-11Add a define for the max number of bulletproof multi-outputsmoneromooo-monero1-0/+2
2018-06-11cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu1-0/+56
2018-03-18core: fix use of uninitialised datamoneromooo-monero1-1/+2
2018-03-07Bump min ring size from 5 to 7 from v7moneromooo-monero1-0/+1
2018-03-05Stagenetstoffu1-0/+26
2018-03-05Use `genesis_tx` parameter in `generate_genesis_block`. #3261Jean Pierre Dudey1-1/+1
2018-02-07tx_pool: add a max pool size, settable with --max-txpool-sizemoneromooo-monero1-0/+1
2018-02-01txpool: increase unmined tx expiry to three daysmoneromooo-monero1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-10-16subaddress: change prefix so that it starts with 8kenshi841-1/+1
2017-10-15Merge pull request #2469Riccardo Spagni1-0/+3
2017-10-07Subaddresseskenshi841-0/+2
2017-09-25Merge pull request #2458Riccardo Spagni1-1/+0
2017-09-18precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero1-0/+3
2017-09-17protocol: remove hop count on block propagationmoneromooo-monero1-1/+0
2017-09-05json serialization for rpc-relevant monero typesThomas Winget1-0/+2
2017-08-17cryptonote_protocol: large block sync size before v4moneromooo-monero1-0/+1
2017-08-08Change default block sync size from 200 to 20moneromooo-monero1-1/+1
2017-05-05Merge pull request #1701Riccardo Spagni1-0/+1
2017-03-15Add intervening v5 fork for increased min block sizemoneromooo-monero1-0/+5
2017-03-03core: quantize per kB fee to 8 decimalsmoneromooo-monero1-0/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-10Add anchor connectionsMiguel Herranz1-0/+1
2017-01-28Update and use blockchain data files definesMiguel Herranz1-2/+2
2016-11-11Merge pull request #1263Riccardo Spagni1-0/+3
2016-11-09add lightweight block propagation ("fluffy blocks")Dion Ahmetaj1-0/+3
2016-10-31core: dynamic fee algorithm from ArticMinemoneromooo-monero1-0/+4
2016-10-12Change default dust threshold to equal fee per kbAwfulCrawler1-1/+1
2016-09-15Decrease minimum fee from 0.01/kB to 0.002/kBmoneromooo-monero1-1/+2
2016-08-28add rct to the protocolmoneromooo-monero1-1/+1
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-3/+3
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-14Revert connection limit to more customary 8Javier Smooth1-1/+1
2015-11-23Add IP blocking for misbehaving nodes (adapted from Boolberry)Javier Smooth1-0/+5
2015-11-13More changes for 2-min blocksJavier Smooth1-1/+2
2015-11-13Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v...Javier Smooth1-3/+5
2015-10-25Fix leak on real output when using a very recent outputmoneromooo-monero1-0/+1
2015-10-10from hard fork 2, claim a quantized reward in coinbasemoneromooo-monero1-0/+1
2015-06-12Integrated addresses (standard address plus payment id)moneromooo-monero1-0/+2
2015-03-04minimum subsidy for mining incentives, remove unused LEGACY_FEE definesmooth1-3/+1
2015-01-08Merge pull request #206Riccardo Spagni1-0/+2
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-12-15DNS seed timeout and fallbackThomas Winget1-0/+2
2014-11-11Disable legacy fees for nowiamsmooth1-1/+1
2014-11-09Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth1-2/+4
2014-11-06per kb feesThomas Winget1-0/+1
2014-09-15Change testnet prefixZachary Michaels1-2/+2
2014-09-15Separate testnet address prefixZachary Michaels1-1/+1
2014-09-15Add testnet genesis tx as output by CN referenceZachary Michaels1-1/+1
2014-09-15Reorganize testnet constantsZachary Michaels1-20/+32
2014-09-15Add testnet constantsZachary Michaels1-0/+16
2014-08-23quick additional patchfluffypony1-2/+1
2014-08-23quick fee ramp to prevent spam attackfluffypony1-3/+4
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-06-26set max block size for gbtmydesktop1-0/+1
2014-06-15proper tx_pool handling from CryptoZoidberg / BBRfluffypony1-0/+2
2014-05-250.8.8updatemydesktop1-3/+3
2014-04-30mac osx building fixesmydesktop1-1/+1
2014-04-30voting stoppedthankful_for_today1-1/+1
2014-04-25Changed block minor versionHenry Hartshorne1-1/+1
2014-04-18Bitmonero releasethankful_for_today1-9/+10
2014-04-07Improvements in JSON RPCAntonio Juarez1-1/+1
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-16/+16
2014-03-03moved all stuff to githubAntonio Juarez1-0/+82