Age | Commit message (Expand) | Author | Files | Lines |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -1193/+0 |
2017-02-02 | core: fix integrated addresses breaking with auto zero change | moneromooo-monero | 1 | -0/+2 |
2017-01-22 | Remove boost/foreach.cpp includes | Miguel Herranz | 1 | -1/+0 |
2017-01-22 | Replace BOOST_FOREACH with C++11 ranged for | Miguel Herranz | 1 | -16/+16 |
2017-01-16 | core: don't try to deserialize an empty extra to remove a field | moneromooo-monero | 1 | -0/+2 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 1 | -3/+6 |
2016-12-09 | Fix sending outputs from a tx with more than one pubkey | moneromooo-monero | 1 | -7/+11 |
2016-12-04 | Fix a few minor typos | Pierre Boyer | 1 | -1/+1 |
2016-11-15 | core: remove any tx pubkey from extra before adding one | moneromooo-monero | 1 | -0/+1 |
2016-11-01 | refresh speedup | luigi1111 | 1 | -0/+7 |
2016-10-30 | core: fix removal of extra nonce using wrong type | moneromooo-monero | 1 | -1/+1 |
2016-10-08 | core: remove some unused code | moneromooo-monero | 1 | -3/+0 |
2016-09-27 | wallet: cold wallet transaction signing | moneromooo-monero | 1 | -5/+11 |
2016-09-26 | cryptonote_core: make extra field removal more generic | moneromooo-monero | 1 | -3/+3 |
2016-09-15 | compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined | rckngOpossum | 1 | -1/+1 |
2016-09-14 | rct: rework serialization to avoid storing vector sizes | moneromooo-monero | 1 | -5/+29 |
2016-09-14 | core: cleanup some typecasting | moneromooo-monero | 1 | -4/+4 |
2016-08-28 | core: use full rct signatures if just one input | moneromooo-monero | 1 | -1/+4 |
2016-08-28 | New "Halfway RingCT" outputs for coinbase transactions | moneromooo-monero | 1 | -5/+16 |
2016-08-28 | rct amount key modified as per luigi1111's recommendations | moneromooo-monero | 1 | -4/+9 |
2016-08-28 | rct: rework v2 txes into prunable and non prunable data | moneromooo-monero | 1 | -6/+35 |
2016-08-28 | wallet: do not store signatures in the wallet cache | moneromooo-monero | 1 | -0/+5 |
2016-08-28 | rct: make the amount key derivable by a third party with the tx key | moneromooo-monero | 1 | -7/+3 |
2016-08-28 | core: always use the new simple rct variant | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | port get_tx_key/check_tx_key to rct | moneromooo-monero | 1 | -4/+14 |
2016-08-28 | integrate simple rct api | moneromooo-monero | 1 | -29/+57 |
2016-08-28 | rct: add the tx prefix hash into the MLSAG | moneromooo-monero | 1 | -3/+4 |
2016-08-28 | add rct to the protocol | moneromooo-monero | 1 | -27/+116 |
2016-05-01 | core: move tx_extra parsing errors to log level 1 | moneromooo-monero | 1 | -4/+4 |
2016-04-02 | core: keep the acc loop for the genesis block | moneromooo-monero | 1 | -1/+13 |
2016-04-01 | core: remove the block reward accumulation loop | moneromooo-monero | 1 | -5/+1 |
2016-03-25 | core: fix miner tx block reward with fees | moneromooo-monero | 1 | -8/+7 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-11-13 | Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v... | Javier Smooth | 1 | -1/+1 |
2015-10-11 | from hard fork 2, all outputs must be decomposed | moneromooo-monero | 1 | -1/+1 |
2015-10-10 | from hard fork 2, claim a quantized reward in coinbase | moneromooo-monero | 1 | -1/+10 |
2015-10-10 | cryptonote_format_utils: add a function to tell if an amount is canonical | moneromooo-monero | 1 | -0/+30 |
2015-08-24 | wallet: only return tx keys via RPC if requested | moneromooo-monero | 1 | -1/+7 |
2015-08-24 | Merge pull request #383 | Riccardo Spagni | 1 | -1/+0 |
2015-08-23 | removed some gcc warnings. mainly unused variables. | roman | 1 | -1/+0 |
2015-08-19 | make tx keys available to the user | moneromooo-monero | 1 | -1/+2 |
2015-08-09 | encrypted payment ids are now 64 bit, instead of 256 bit | moneromooo-monero | 1 | -14/+30 |
2015-08-09 | Encrypted payment IDs | moneromooo-monero | 1 | -4/+118 |
2015-01-02 | year updated in license | Riccardo Spagni | 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-09-25 | Revert "low risk, potentially varint overflow bug patched thanks to BBR" | Riccardo Spagni | 1 | -17/+0 |
2014-09-24 | low risk, potentially varint overflow bug patched thanks to BBR | Riccardo Spagni | 1 | -0/+17 |
2014-09-15 | Pass tx and nonce to genesis block constructor | Zachary Michaels | 1 | -12/+6 |
2014-09-15 | Reorganize testnet constants | Zachary Michaels | 1 | -3/+2 |
2014-09-15 | Add testnet flag | Zachary Michaels | 1 | -0/+10 |
2014-09-06 | override for get_block_longhash for block 202612 | Thomas Winget | 1 | -0/+7 |
2014-09-06 | added double-check for 202612 block id | Thomas Winget | 1 | -1/+13 |
2014-09-06 | hex_to_pod needs the destination as an arg, as opposed to it returning the pod | Thomas Winget | 1 | -1/+1 |
2014-09-06 | Override for block hashing for block 202612 | Thomas Winget | 1 | -0/+10 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 |
2014-07-01 | C++ style cast | Zachary Michaels | 1 | -1/+1 |
2014-05-25 | 0.8.8update | mydesktop | 1 | -2/+1 |
2014-05-07 | Update cryptonote_format_utils.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -2/+2 |
2014-05-03 | fix genesis block hash, checkpoint, days behind | mydesktop | 1 | -2/+2 |
2014-05-03 | initial [broken] update | mydesktop | 1 | -57/+82 |
2014-04-25 | Changed block minor version | Henry Hartshorne | 1 | -2/+2 |
2014-04-18 | Bitmonero release | thankful_for_today | 1 | -3/+2 |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -35/+33 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+710 |