Age | Commit message (Expand) | Author | Files | Lines |
2018-05-20 | Fix output shuffling for multisig | stoffu | 1 | -7/+9 |
2018-03-31 | cryptonote_tx_util: make destinations properly shuffled | stoffu | 1 | -2/+3 |
2018-03-14 | keypair::generate: always require hw::device to avoid possible mistake | stoffu | 1 | -1/+1 |
2018-03-14 | device: untangle cyclic depenency | stoffu | 1 | -10/+9 |
2018-03-12 | Ledger HW Bug fixes | Cédric | 1 | -1/+1 |
2018-03-05 | Merge pull request #3338 | Riccardo Spagni | 1 | -0/+2 |
2018-03-05 | Use `genesis_tx` parameter in `generate_genesis_block`. #3261 | Jean Pierre Dudey | 1 | -10/+1 |
2018-03-04 | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 1 | -16/+23 |
2018-03-02 | core: fix sending to the source address with a short payment id | moneromooo-monero | 1 | -0/+2 |
2018-01-29 | cryptonote_tx_utils: fixed logic bug in get_destination_view_key_pub | stoffu | 1 | -9/+13 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2017-12-18 | check accessing an element past the end of a container | moneromooo-monero | 1 | -0/+6 |
2017-12-17 | make multisig work with subaddresses | moneromooo-monero | 1 | -13/+4 |
2017-12-17 | add multisig core test and factor multisig building blocks | moneromooo-monero | 1 | -15/+1 |
2017-12-17 | Add N/N multisig tx generation and signing | moneromooo-monero | 1 | -42/+102 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -0/+1 |
2017-12-09 | core: fix input ordering from v7 | moneromooo-monero | 1 | -1/+1 |
2017-12-08 | integrate bulletproofs into monero | moneromooo-monero | 1 | -3/+3 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 1 | -0/+2 |
2017-11-14 | Merge pull request #2681 | Riccardo Spagni | 1 | -7/+1 |
2017-11-14 | Merge pull request #2675 | Riccardo Spagni | 1 | -6/+11 |
2017-10-19 | core: do not forbid txes without destination | moneromooo-monero | 1 | -6/+0 |
2017-10-19 | core: don't add empty additional pub keys field to extra | moneromooo-monero | 1 | -1/+1 |
2017-10-18 | subaddress: remove unneeded scalarmultBase | kenshi84 | 1 | -6/+11 |
2017-10-17 | core_tests: fix for subaddress patch | kenshi84 | 1 | -5/+5 |
2017-10-07 | Subaddresses | kenshi84 | 1 | -5/+98 |
2017-10-06 | Merge pull request #2540 | Riccardo Spagni | 1 | -1/+1 |
2017-10-06 | Merge pull request #2534 | Riccardo Spagni | 1 | -17/+4 |
2017-10-03 | construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to ... | stoffu | 1 | -2/+2 |
2017-09-27 | core: remove out sorting from v7 rules | moneromooo-monero | 1 | -17/+4 |
2017-09-27 | core: fix logging the one time public key on error | moneromooo-monero | 1 | -1/+1 |
2017-09-26 | Merge pull request #2533 | Riccardo Spagni | 1 | -0/+2 |
2017-09-26 | core: undo output sorting | moneromooo-monero | 1 | -0/+2 |
2017-09-25 | core: fix creation of v1 txes | moneromooo-monero | 1 | -1/+2 |
2017-09-25 | Merge pull request #2424 | Riccardo Spagni | 1 | -2/+3 |
2017-09-25 | core: check return value from parse_hexstr_to_binbuff | moneromooo-monero | 1 | -2/+3 |
2017-09-13 | core: sort ins and outs key key image and public key, respectively | moneromooo-monero | 1 | -5/+31 |
2017-08-07 | Merge pull request #2231 | Riccardo Spagni | 1 | -1/+1 |
2017-08-07 | change mixin to ring size in user visible places | moneromooo-monero | 1 | -1/+1 |
2017-08-07 | core: fix invalid memory access creating tx | moneromooo-monero | 1 | -1/+1 |
2017-07-25 | core: randomly shuffle outputs | moneromooo-monero | 1 | -1/+1 |
2017-03-25 | core: avoid possible reordering bugs wth tx/bloch hash cache | moneromooo-monero | 1 | -3/+3 |
2017-03-23 | core: cache tx and block hashes in the respective classes | moneromooo-monero | 1 | -0/+6 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2017-02-14 | core: add a missing newline on a string to be logged | moneromooo-monero | 1 | -1/+1 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -0/+493 |