Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-18 | check return value for generate_key_derivation and derive_public_key | moneromooo-monero | 1 | -4/+8 | |
2017-12-17 | make multisig work with subaddresses | moneromooo-monero | 1 | -4/+49 | |
Thanks to kenshi84 for help getting this work | |||||
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -0/+2 | |
2017-11-27 | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 1 | -2/+3 | |
2017-11-22 | cryptonote: do not overwrite const data | moneromooo-monero | 1 | -2/+2 | |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 1 | -0/+2 | |
It's nasty, and actually breaks on Solaris, where if.h fails to build due to: struct map *if_memmap; | |||||
2017-10-15 | refactor cryptonote_basic::add_tx_pub_key_to_extra | Jaquee | 1 | -3/+13 | |
2017-10-07 | Subaddresses | kenshi84 | 1 | -13/+125 | |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 1 | -1/+1 | |
2017-09-12 | wallet: add encrypted seed functionality | moneromooo-monero | 1 | -0/+17 | |
This uses luigi1111's CN_Add method. See https://xmr.llcoins.net for details. | |||||
2017-04-03 | core: fix blob size cache, and reenable hash and blob size caches | moneromooo-monero | 1 | -6/+0 | |
2017-03-26 | core: disable tx/block hash cache | moneromooo-monero | 1 | -0/+6 | |
Looks like it doesn't work on win64 | |||||
2017-03-25 | core: avoid possible reordering bugs wth tx/bloch hash cache | moneromooo-monero | 1 | -15/+11 | |
2017-03-23 | core: cache tx and block hashes in the respective classes | moneromooo-monero | 1 | -2/+77 | |
An idea from smooth | |||||
2017-03-05 | format_utils: fix typo in assert message | lethos3 | 1 | -2/+2 | |
Fix two small typos as mentioned by reddit user nthterm. | |||||
2017-03-03 | Merge pull request #1826 | Riccardo Spagni | 1 | -8/+56 | |
2c468dd4 allow user I/O in millinero, micronero, nanonero, piconero (moneromooo-monero) | |||||
2017-03-02 | allow user I/O in millinero, micronero, nanonero, piconero | moneromooo-monero | 1 | -8/+56 | |
2017-02-27 | core: add functions to serialize base tx info | moneromooo-monero | 1 | -0/+10 | |
That is, information without signatures (for v1) nor range proofs and MGs (for v2) | |||||
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -0/+743 | |