aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_format_utils.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1193/+0
2017-02-02core: fix integrated addresses breaking with auto zero changemoneromooo-monero1-0/+2
2017-01-22Remove boost/foreach.cpp includesMiguel Herranz1-1/+0
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz1-16/+16
2017-01-16core: don't try to deserialize an empty extra to remove a fieldmoneromooo-monero1-0/+2
2017-01-16Change logging to easylogging++moneromooo-monero1-3/+6
2016-12-09Fix sending outputs from a tx with more than one pubkeymoneromooo-monero1-7/+11
2016-12-04Fix a few minor typosPierre Boyer1-1/+1
2016-11-15core: remove any tx pubkey from extra before adding onemoneromooo-monero1-0/+1
2016-11-01refresh speedupluigi11111-0/+7
2016-10-30core: fix removal of extra nonce using wrong typemoneromooo-monero1-1/+1
2016-10-08core: remove some unused codemoneromooo-monero1-3/+0
2016-09-27wallet: cold wallet transaction signingmoneromooo-monero1-5/+11
2016-09-26cryptonote_core: make extra field removal more genericmoneromooo-monero1-3/+3
2016-09-15compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE definedrckngOpossum1-1/+1
2016-09-14rct: rework serialization to avoid storing vector sizesmoneromooo-monero1-5/+29
2016-09-14core: cleanup some typecastingmoneromooo-monero1-4/+4
2016-08-28core: use full rct signatures if just one inputmoneromooo-monero1-1/+4
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero1-5/+16
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero1-4/+9
2016-08-28rct: rework v2 txes into prunable and non prunable datamoneromooo-monero1-6/+35
2016-08-28wallet: do not store signatures in the wallet cachemoneromooo-monero1-0/+5
2016-08-28rct: make the amount key derivable by a third party with the tx keymoneromooo-monero1-7/+3
2016-08-28core: always use the new simple rct variantmoneromooo-monero1-1/+1
2016-08-28port get_tx_key/check_tx_key to rctmoneromooo-monero1-4/+14
2016-08-28integrate simple rct apimoneromooo-monero1-29/+57
2016-08-28rct: add the tx prefix hash into the MLSAGmoneromooo-monero1-3/+4
2016-08-28add rct to the protocolmoneromooo-monero1-27/+116
2016-05-01core: move tx_extra parsing errors to log level 1moneromooo-monero1-4/+4
2016-04-02core: keep the acc loop for the genesis blockmoneromooo-monero1-1/+13
2016-04-01core: remove the block reward accumulation loopmoneromooo-monero1-5/+1
2016-03-25core: fix miner tx block reward with feesmoneromooo-monero1-8/+7
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-11-13Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v...Javier Smooth1-1/+1
2015-10-11from hard fork 2, all outputs must be decomposedmoneromooo-monero1-1/+1
2015-10-10from hard fork 2, claim a quantized reward in coinbasemoneromooo-monero1-1/+10
2015-10-10cryptonote_format_utils: add a function to tell if an amount is canonicalmoneromooo-monero1-0/+30
2015-08-24wallet: only return tx keys via RPC if requestedmoneromooo-monero1-1/+7
2015-08-24Merge pull request #383Riccardo Spagni1-1/+0
2015-08-23removed some gcc warnings. mainly unused variables.roman1-1/+0
2015-08-19make tx keys available to the usermoneromooo-monero1-1/+2
2015-08-09encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero1-14/+30
2015-08-09Encrypted payment IDsmoneromooo-monero1-4/+118
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-11-09Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth1-1/+1
2014-09-25Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni1-17/+0
2014-09-24low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni1-0/+17
2014-09-15Pass tx and nonce to genesis block constructorZachary Michaels1-12/+6
2014-09-15Reorganize testnet constantsZachary Michaels1-3/+2
2014-09-15Add testnet flagZachary Michaels1-0/+10
2014-09-06override for get_block_longhash for block 202612Thomas Winget1-0/+7
2014-09-06added double-check for 202612 block idThomas Winget1-1/+13
2014-09-06hex_to_pod needs the destination as an arg, as opposed to it returning the podThomas Winget1-1/+1
2014-09-06Override for block hashing for block 202612Thomas Winget1-0/+10
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-01C++ style castZachary Michaels1-1/+1
2014-05-250.8.8updatemydesktop1-2/+1
2014-05-07Update cryptonote_format_utils.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo1-2/+2
2014-05-03fix genesis block hash, checkpoint, days behindmydesktop1-2/+2
2014-05-03initial [broken] updatemydesktop1-57/+82
2014-04-25Changed block minor versionHenry Hartshorne1-2/+2
2014-04-18Bitmonero releasethankful_for_today1-3/+2
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-35/+33
2014-03-03moved all stuff to githubAntonio Juarez1-0/+710