summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6843luigi11112020-09-254-2/+3
|\ | | | | | | c02d24f build: prepare v0.17.0.1 (selsta)
| * build: prepare v0.17.0.1selsta2020-09-254-2/+3
| |
* | Merge pull request #6842luigi11112020-09-252-0/+8
|\ \ | | | | | | | | | 9e6187a fix a couple bugs found by OSS-fuzz (moneromooo-monero)
| * | fix a couple bugs found by OSS-fuzzmoneromooo-monero2020-09-242-0/+8
| |/ | | | | | | | | - index out of bounds when importing outputs - accessing invalid CLSAG data
* / daemon: Windows - fix FAT32 warning, trailing backslash is requiredxiphon2020-09-201-1/+1
|/
* Merge pull request #6819v0.17.0.0luigi11112020-09-151-1/+1
|\ | | | | | | c3f354e simplewallet fix wrong persistent-rpc-client-id name in help (moneromooo-monero)
| * simplewallet fix wrong persistent-rpc-client-id name in helpmoneromooo-monero2020-09-141-1/+1
| |
* | Merge pull request #6816luigi11112020-09-151-2/+0
|\ \ | | | | | | | | | 929ea98 Remove unused macros from cryptonote_config.h (TheCharlatan)
| * | Remove unused macros from cryptonote_config.hTheCharlatan2020-09-141-2/+0
| | |
* | | Merge pull request #6793luigi11112020-09-151-1/+1
|\ \ \ | | | | | | | | | | | | de9a9fb update error message 'No unlocked balance in the specified account' (woodser)
| * | | update error message "No unlocked balance in the specified account"woodser2020-09-011-1/+1
| | | |
* | | | wallet2: adapt to deterministic unlock timeTheCharlatan2020-09-1510-23/+57
| | | |
* | | | blockchain: deterministic UNIX time unlock checksmoneromooo-monero2020-09-153-28/+65
| | | | | | | | | | | | | | | | Based on a patch by TheCharlatan <seb.kung@gmail.com>
* | | | Merge pull request #6815luigi11112020-09-142-4/+9
|\ \ \ \ | | | | | | | | | | | | | | | ef4325f wallet2: fix tx sanity check triggering on pre-rct outputs (monermooo-monero)
| * | | | wallet2: fix tx sanity check triggering on pre-rct outputsmoneromooo-monero2020-09-122-4/+9
| | |_|/ | |/| |
* | | | Merge pull request #6813luigi11112020-09-141-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | a3844e2 Fix typo in command line argument description (reinaldoacosta)
| * | | | Fix typo in command line argument descriptionReinaldulin2020-09-091-1/+1
| | | | |
* | | | | build: prepare v0.17selsta2020-09-144-3/+4
|/ / / /
* | | | Merge pull request #6805luigi11112020-09-071-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | fc2cb22 blockchain: fix pow skipping for old blocks without precalc hash (moneromooo-monero)
| * | | | blockchain: fix pow skipping for old blocks without precalc hashmoneromooo-monero2020-09-071-1/+1
| |/ / /
* | | | Merge pull request #6804luigi11112020-09-071-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | 5498142 rpc: assume randomx from v13 onwards (moneromooo-monero)
| * | | | rpc: assume randomx from v13 onwardsmoneromooo-monero2020-09-071-2/+2
| |/ / /
* | | | Merge pull request #6800luigi11112020-09-071-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | 036da6d Let stagenet hardfork happen before mainnet. (normoes)
| * | | | Let stagenet hardfork happen before mainnet.Norman Moeschter2020-09-041-2/+2
| | | | |
* | | | | Merge pull request #6798luigi11112020-09-072-13/+18
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | 4e44306 enable CLSAG support for Trezor client (ph4r05)
| * | | | enable CLSAG support for Trezor clientDusan Klinec2020-09-042-13/+18
| | |/ / | |/| |
* | | | Merge pull request #6111Riccardo Spagni2020-09-0610-52/+167
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | d20ff4f64 functional_tests: add a large (many randomx epochs) p2p reorg test (moneromooo-monero) 6a0b3b1f8 functional_tests: add randomx tests (moneromooo-monero) 9d42649d5 core: fix mining from a block that's not the current top (moneromooo-monero)
| * | | functional_tests: add a large (many randomx epochs) p2p reorg testmoneromooo-monero2020-08-271-4/+35
| | | |
| * | | functional_tests: add randomx testsmoneromooo-monero2020-08-271-4/+46
| | | |
| * | | core: fix mining from a block that's not the current topmoneromooo-monero2020-08-279-44/+86
| | | |
* | | | Merge pull request #6794luigi11112020-09-031-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | b09cc3d hardforks: add v13/v14 for testnet (moneromooo-monero)
| * | | | hardforks: add v13/v14 for testnetmoneromooo-monero2020-09-021-0/+2
| | |/ / | |/| |
* | | | Merge pull request #6757luigi11112020-09-037-40/+52
|\ \ \ \ | |/ / / |/| | | | | | | 6a37da8 threadpool: guard against exceptions in jobs, and armour plating (moneromooo-monero)
| * | | threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2020-09-017-40/+52
| | | | | | | | | | | | | | | | | | | | Those would, if uncaught, exit run and leave the waiter to wait indefinitely for the number of active jobs to reach 0
* | | | Merge pull request #6789luigi11112020-08-311-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | bdcf587 net: fix get_tcp_endpoint, boost address_v4 ip in host byte order (xiphon)
| * | | | net: fix get_tcp_endpoint, boost address_v4 ip in host byte orderxiphon2020-08-291-1/+1
| | | | |
* | | | | Merge pull request #6786luigi11112020-08-312-7/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 975ae22 Fix send scalar z in plaintext (grydz) 333ae55 Update minimal Ledger Monero app version (grydz) 0a3c5a6 Update protocol version with Ledger's HW (grydz)
| * | | | | Fix send scalar z in plaintextFrançois Colas2020-08-281-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The scalar z has not been generated on the HW thus it can't be sent encrypted. The value is derived from the exported private view key.
| * | | | | Update minimal Ledger Monero app versionFrançois Colas2020-08-281-2/+2
| | | | | |
| * | | | | Update protocol version with Ledger's HWFrançois Colas2020-08-281-1/+1
| | | | | |
* | | | | | Merge pull request #6770luigi11112020-08-311-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | bdc6b10 Fix ZMQ pruned bulletproof transactions (vtnerd)
| * | | | | | Fix ZMQ pruned bulletproof transactionsLee Clagett2020-08-191-1/+5
| | | | | | |
* | | | | | | Bind signature to full address and signing modeSarang Noether2020-08-2811-51/+45
| | | | | | |
* | | | | | | wallet: allow signing a message with spend or view keymoneromooo-monero2020-08-2813-35/+164
| |_|/ / / / |/| | | | |
* | | | | | ringct: fix CLSAG serialization after boost/epee changesmoneromooo-monero2020-08-282-1/+2
| |/ / / / |/| | | | | | | | | | | | | | also fix a an assert message refering t MLSAG
* | | | | draft support of clsagcslashm2020-08-272-0/+157
| | | | |
* | | | | CLSAG device supportSarang Noether2020-08-275-21/+47
| | | | |
* | | | | CLSAG optimizationsSarang Noether2020-08-272-132/+139
| | | | |
* | | | | Integrate CLSAGs into moneromoneromooo-monero2020-08-2716-108/+425
| | | | | | | | | | | | | | | | | | | | They are allowed from v12, and MLSAGs are rejected from v13.
* | | | | CLSAG signaturesSarang Noether2020-08-278-0/+382
| |_|/ / |/| | |