Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-27 | core: fix mining from a block that's not the current top | moneromooo-monero | 10 | -47/+89 | |
2020-08-27 | Merge pull request #6771 | Alexander Blair | 2 | -8/+8 | |
7c7ccbd2a depends: fix broken links for ds_store / mac_alias (selsta) | |||||
2020-08-27 | Merge pull request #6767 | Alexander Blair | 2 | -0/+6 | |
07442a605 Fix build with Boost 1.74 (moneromooo-monero) | |||||
2020-08-27 | Merge pull request #6766 | Alexander Blair | 1 | -1/+2 | |
12ffc79b2 qrcodegen: fix compilation with old gcc, use modern cmake (selsta) | |||||
2020-08-27 | Merge pull request #6763 | Alexander Blair | 1 | -43/+56 | |
728ba38b1 rpc: always send raw txes through P2P (don't use bootstrap daemon) (xiphon) | |||||
2020-08-27 | Merge pull request #6762 | Alexander Blair | 1 | -3/+22 | |
3614f78d5 README: update list of third party monero packages (erciccione) | |||||
2020-08-27 | Merge pull request #6761 | Alexander Blair | 1 | -1/+1 | |
9f05df199 travis: j3 -> j2 on i686-w64-mingw32 (selsta) | |||||
2020-08-27 | Merge pull request #6760 | Alexander Blair | 5 | -2/+33 | |
844fb4e94 enforce claiming maximum coinbase amount (moneromooo-monero) | |||||
2020-08-27 | Merge pull request #6746 | Alexander Blair | 1 | -2/+2 | |
20f603c6b Fix broken multisig pubkey sorting (Jason Rhinelander) | |||||
2020-08-27 | Merge pull request #6753 | Alexander Blair | 1 | -2/+2 | |
4ff2074c7 cryptonote_protocol: don't synced pruned blocks before v11 (cohcho) | |||||
2020-08-27 | Merge pull request #6752 | Alexander Blair | 3 | -15/+43 | |
85899230d simplewallet: allow setting tx keys when sending to a subaddress (moneromooo-monero) e916201f1 wallet2: fix setting tx keys when another is already set (moneromooo-monero) | |||||
2020-08-27 | Merge pull request #6731 | Alexander Blair | 1 | -1/+1 | |
db5d6e460 wallet2: fix wrong name when checking RPC cost (moneromooo-monero) | |||||
2020-08-27 | Merge pull request #6690 | Alexander Blair | 34 | -391/+836 | |
7175dcb10 replace most boost serialization with existing monero serialization (moneromooo-monero) | |||||
2020-08-27 | Merge pull request #6660 | Alexander Blair | 2 | -8/+193 | |
839e1f4ba functional_tests: add p2p functional tests (moneromooo-monero) | |||||
2020-08-27 | Merge pull request #6613 | Alexander Blair | 11 | -92/+92 | |
55363c594 Avoid some temporary strings when reading off the database (moneromooo-monero) | |||||
2020-08-26 | functional_tests: add p2p functional tests | moneromooo-monero | 2 | -8/+193 | |
Tests tx/block propagation and reorgs | |||||
2020-08-26 | Merge pull request #6610 | Alexander Blair | 1 | -0/+11 | |
b6e904e54 README: mention pruning (moneromooo-monero) | |||||
2020-08-26 | Merge pull request #6607 | Alexander Blair | 1 | -4/+3 | |
eb1b321fe miner: increase min/max intervals to full extents (moneromooo-monero) | |||||
2020-08-21 | enforce claiming maximum coinbase amount | moneromooo-monero | 5 | -2/+33 | |
Claiming a slightly lesser amount does not yield the size gains that were seen pre rct, so this closes a fingerprinting vector | |||||
2020-08-20 | depends: fix broken links for ds_store / mac_alias | selsta | 2 | -8/+8 | |
2020-08-17 | Revert "Use domain-separated ChaCha20 for in-memory key encryption" | luigi1111 | 6 | -172/+50 | |
This reverts commit 921dd8dde5d381052d0aa2936304a3541a230c55. | |||||
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 34 | -391/+836 | |
This reduces the attack surface for data that can come from malicious sources (exported output and key images, multisig transactions...) since the monero serialization is already exposed to the outside, and the boost lib we were using had a few known crashers. For interoperability, a new load-deprecated-formats wallet setting is added (off by default). This allows loading boost format data if there is no alternative. It will likely go at some point, along with the ability to load those. Notably, the peer lists file still uses the boost serialization code, as the data it stores is define in epee, while the new serialization code is in monero, and migrating it was fairly hairy. Since this file is local and not obtained from anyone else, the marginal risk is minimal, but it could be migrated later if needed. Some tests and tools also do, this will stay as is for now. | |||||
2020-08-17 | Avoid some temporary strings when reading off the database | moneromooo-monero | 11 | -92/+92 | |
2020-08-16 | Merge pull request #6736 | Alexander Blair | 1 | -0/+7 | |
05ad4fa39 epee: further defending against exceptions in command handlers (moneromooo-monero) | |||||
2020-08-16 | Merge pull request #6733 | Alexander Blair | 1 | -11/+70 | |
4f01cf4b4 Tweak format, add option for difficulty (Howard Chu) 429d49512 Add options to print daily coin emission and fees (Howard Chu) d745d2433 Don't forget size of prunable txn part (Howard Chu) | |||||
2020-08-16 | Merge pull request #6727 | Alexander Blair | 4 | -15/+57 | |
13eee1d6a rpc: reject wrong sized txid (moneromooo-monero) 92e6b7df2 easylogging++: fix crash with reentrant logging (moneromooo-monero) 6dd95d530 epee: guard against exceptions in RPC handlers (moneromooo-monero) 90016ad74 blockchain: guard against exceptions in add_new_block/children (moneromooo-monero) | |||||
2020-08-16 | Merge pull request #6722 | Alexander Blair | 1 | -1/+2 | |
c1b03fb1a rpc: return empty txid get_outs rather than 00..00 when not requested (moneromooo-monero) | |||||
2020-08-16 | Merge pull request #6720 | Alexander Blair | 1 | -26/+0 | |
86abf558c epee: Remove unused functions in local_ip.h (Jean Pierre Dudey) | |||||
2020-08-16 | Merge pull request #6718 | Alexander Blair | 3 | -2/+23 | |
85efc88c1 Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with unit test (koe) | |||||
2020-08-16 | Merge pull request #6716 | Alexander Blair | 19 | -54/+212 | |
76c16822d wallet2_api: implement runtime proxy configuration (xiphon) | |||||
2020-08-16 | Merge pull request #6715 | Alexander Blair | 1 | -1/+4 | |
3d6bc0a68 wallet2: throw a error on wallet initialization failure (xiphon) | |||||
2020-08-16 | Merge pull request #6712 | Alexander Blair | 2 | -1/+9 | |
01cd3d934 For NetBSD, add instructions to README.md and define to ea_config.h (thomasvaughan) | |||||
2020-08-16 | Merge pull request #6703 | Alexander Blair | 1 | -1/+3 | |
8baa7bb23 daemon: don't print "(pruned)" for coinbase txes (moneromooo-monero) | |||||
2020-08-16 | Merge pull request #6698 | Alexander Blair | 1 | -0/+0 | |
a3933a2a5 Update RandomX to v1.1.8 (tevador) | |||||
2020-08-16 | Merge pull request #6691 | Alexander Blair | 2 | -2/+2 | |
6111689cf cmake: allow custom openssl path on macOS (selsta) | |||||
2020-08-16 | Merge pull request #6689 | Alexander Blair | 2 | -3/+5 | |
afd002c31 daemon: print sampling time in print_net_stats (moneromooo-monero) ec7bba079 util: fix kilo prefix typo (K instead of k) (moneromooo-monero) | |||||
2020-08-16 | Merge pull request #6679 | Alexander Blair | 1 | -0/+2 | |
2f1ad3b3d updates: mac gui .tar.bz2 -> .dmg (selsta) | |||||
2020-08-16 | Merge pull request #6677 | Alexander Blair | 1 | -0/+26 | |
f9e3fcdf3 add trezor support to sweep_single (Dusan Klinec) | |||||
2020-08-16 | Merge pull request #6662 | Alexander Blair | 1 | -1/+1 | |
e33428012 python-rpc: fix bad in_peers parameter (moneromooo-monero) | |||||
2020-08-16 | Merge pull request #6661 | Alexander Blair | 2 | -2/+2 | |
267ce5b71 avoid a couple needless copies (moneromooo-monero) | |||||
2020-08-16 | Merge pull request #6634 | Alexander Blair | 1 | -4/+6 | |
01c384c5d workflows: update msys2 setup action v0 -> v1 (selsta) | |||||
2020-08-16 | Merge pull request #6632 | Alexander Blair | 1 | -1/+1 | |
ef694d028 fix warning by removing std::move() on temporary http_client object (woodser) | |||||
2020-08-16 | Merge pull request #6618 | Alexander Blair | 1 | -3/+3 | |
2d5d74ff5 Mention correct libusb and libudev dependencies (MaxXor) | |||||
2020-08-16 | Merge pull request #6614 | Alexander Blair | 7 | -49/+135 | |
fb31167b1 Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command (rbrunner7) | |||||
2020-08-16 | Merge pull request #6603 | Alexander Blair | 5 | -6/+48 | |
4e2377995 Change ZMQ-JSON txextra to hex and remove unnecessary base fields (Lee Clagett) | |||||
2020-08-16 | Merge pull request #6601 | Alexander Blair | 10 | -32/+75 | |
98c151ecb Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ faster (Lee Clagett) 60627c9f2 Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster (Lee Clagett) fe96e66eb Fix pruned tx for ZMQ's GetBlocksFast (Lee Clagett) | |||||
2020-08-16 | Merge pull request #6593 | Alexander Blair | 2 | -0/+11 | |
6f5411d30 tests: fix missing error on missing python entry point (moneromooo-monero) c6dc2850c python-rpc: add missing sync_txpool python entry point (moneromooo-monero) | |||||
2020-08-16 | Merge pull request #6546 | Alexander Blair | 1 | -5/+17 | |
eda167585 wallet_rpc_server: use unlock_time in suggested confirmations calc (moneromooo-monero) | |||||
2020-08-16 | Merge pull request #6542 | Alexander Blair | 1 | -1/+0 | |
35665df20 protocol: don't drop a connection if we can't get a compatible chain (moneromooo-monero) | |||||
2020-08-16 | Merge pull request #6500 | Alexander Blair | 1 | -1/+1 | |
a07c8abcc Update expat.mk (ArqTras) | |||||
2020-08-16 | Merge pull request #6493 | Alexander Blair | 6 | -50/+172 | |
921dd8dde Use domain-separated ChaCha20 for in-memory key encryption (Sarang Noether) | |||||
2020-08-16 | Merge pull request #6337 | Alexander Blair | 13 | -5/+648 | |
a11ec4ac1 Support for supercop ASM in wallet, and benchmark for supercop (Lee Clagett) | |||||
2020-08-16 | README: update list of third party monero packages | erciccione | 1 | -3/+22 | |
Removed AUR package, since doesn't seem to exist anymore and added Debian package (the CCS-funded one) | |||||
2020-08-16 | Merge pull request #6329 | Alexander Blair | 7 | -31/+332 | |
6bfcd3101 Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. (Sarang Noether) | |||||
2020-08-16 | rpc: always send raw txes through P2P (don't use bootstrap daemon) | xiphon | 1 | -43/+56 | |
It turns out that some remote (bootstrap) nodes silently drop / don't broadcast client's transactions. | |||||
2020-08-16 | Fix build with Boost 1.74 | moneromooo-monero | 2 | -0/+6 | |
Thanks iDunk for testing | |||||
2020-08-16 | qrcodegen: fix compilation with old gcc, use modern cmake | selsta | 1 | -1/+2 | |
2020-08-15 | travis: j3 -> j2 on i686-w64-mingw32 | selsta | 1 | -1/+1 | |
2020-08-14 | Change ZMQ-JSON txextra to hex and remove unnecessary base fields | Lee Clagett | 5 | -6/+48 | |
2020-08-14 | Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ faster | Lee Clagett | 1 | -3/+19 | |
2020-08-14 | Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster | Lee Clagett | 6 | -11/+15 | |
2020-08-14 | Fix pruned tx for ZMQ's GetBlocksFast | Lee Clagett | 5 | -18/+41 | |
2020-08-10 | simplewallet: allow setting tx keys when sending to a subaddress | moneromooo-monero | 3 | -5/+33 | |
The tx key derivation is different then | |||||
2020-08-10 | cryptonote_protocol: don't synced pruned blocks before v11 | cohcho | 1 | -2/+2 | |
There are a few Borromean proofs txes in the v8 era, and these aren't supported by get_pruned_transaction_weight. Moreover, only only the most recent variant of bulletproofs is currently supported. | |||||
2020-08-09 | Use domain-separated ChaCha20 for in-memory key encryption | Sarang Noether | 6 | -50/+172 | |
2020-08-09 | Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that ↵ | Sarang Noether | 7 | -31/+332 | |
include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. | |||||
2020-08-09 | Merge pull request #6354 | Alexander Blair | 9 | -40/+368 | |
67ade8005 Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 (Lee Clagett) | |||||
2020-08-08 | wallet2: fix setting tx keys when another is already set | moneromooo-monero | 1 | -10/+10 | |
insert doesn't actually insert if another element with the same key is already in the map | |||||
2020-08-05 | Fix broken multisig pubkey sorting | Jason Rhinelander | 1 | -2/+2 | |
The sort predicate is a boolean ordered-before value, but these are returning the memcmp value directly, and thus returns true whenever the pubkeys aren't equal. This means: - it isn't actually sorting. - it can (and does) segfault for some inputs. | |||||
2020-08-05 | Merge pull request #6571 | Alexander Blair | 1 | -10/+0 | |
1d31e6c00 net_node: remove dead seed nodes (selsta) | |||||
2020-08-05 | Merge pull request #6418 | Alexander Blair | 26 | -127/+1860 | |
e5214a2ca Adding ZMQ/Pub support for txpool_add and chain_main events (Lee Clagett) | |||||
2020-08-03 | Tweak format, add option for difficulty | Howard Chu | 1 | -11/+36 | |
Set input, output, ringsize averages to 2 decimal places precision Add option to show min/max/av per-block difficulty | |||||
2020-08-02 | epee: further defending against exceptions in command handlers | moneromooo-monero | 1 | -0/+7 | |
2020-08-01 | Add options to print daily coin emission and fees | Howard Chu | 1 | -0/+32 | |
Closes #6735 | |||||
2020-08-01 | Don't forget size of prunable txn part | Howard Chu | 1 | -0/+2 | |
Fixes #6732 | |||||
2020-07-31 | wallet2: fix wrong name when checking RPC cost | moneromooo-monero | 1 | -1/+1 | |
2020-07-30 | rpc: reject wrong sized txid | moneromooo-monero | 1 | -6/+4 | |
Reporter requested credit to be given to Decred | |||||
2020-07-30 | easylogging++: fix crash with reentrant logging | moneromooo-monero | 1 | -0/+11 | |
2020-07-30 | epee: guard against exceptions in RPC handlers | moneromooo-monero | 1 | -9/+31 | |
2020-07-30 | blockchain: guard against exceptions in add_new_block/children | moneromooo-monero | 1 | -0/+11 | |
Reporter requested credit to be given to Decred | |||||
2020-07-25 | rpc: return empty txid get_outs rather than 00..00 when not requested | moneromooo-monero | 1 | -1/+2 | |
It's more obvious there's no txid, and it saves space | |||||
2020-07-24 | daemon: don't print "(pruned)" for coinbase txes | moneromooo-monero | 1 | -1/+3 | |
Pruned coinbase txes are the same as unpruned ones, so the prunable data is empty | |||||
2020-07-24 | Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command | rbrunner7 | 7 | -49/+135 | |
2020-07-23 | Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with ↵ | koe | 3 | -2/+23 | |
unit test | |||||
2020-07-22 | epee: Remove unused functions in local_ip.h | Jean Pierre Dudey | 1 | -26/+0 | |
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech> | |||||
2020-07-20 | wallet2_api: implement runtime proxy configuration | xiphon | 19 | -54/+212 | |
2020-07-20 | wallet2: throw a error on wallet initialization failure | xiphon | 1 | -1/+4 | |
2020-07-19 | For NetBSD, add instructions to README.md and define to ea_config.h | thomasvaughan | 2 | -1/+9 | |
2020-07-19 | Merge pull request #6586 | Alexander Blair | 1 | -1/+1 | |
40b73d2a6 cmake: insert CMAKE_CURRENT_SOURCE_DIR in CMAKE_MODULE_PATH (xiphon) | |||||
2020-07-19 | Merge pull request #6580 | Alexander Blair | 1 | -1/+1 | |
ed901798d version: update name (selsta) | |||||
2020-07-19 | Merge pull request #6578 | Alexander Blair | 1 | -0/+21 | |
a6803231e daemon: complain if data dir resides on FAT32 volume (Windows) (xiphon) | |||||
2020-07-19 | Merge pull request #6565 | Alexander Blair | 3 | -6/+6 | |
72cdfa4a2 fix a few typos in error messages (moneromooo-monero) | |||||
2020-07-19 | Merge pull request #6557 | Alexander Blair | 1 | -2/+2 | |
bd69e3b37 testdb: add override in a couple places where it's missing (moneromooo-monero) | |||||
2020-07-19 | Merge pull request #6538 | Alexander Blair | 1 | -10/+2 | |
7178bb5c8 keccak: remove aligned check (moneromooo-monero) | |||||
2020-07-19 | Merge pull request #6537 | Alexander Blair | 1 | -8/+8 | |
5e0ea6e95 simplewallet: add missing calls to on_command (moneromooo-monero) | |||||
2020-07-19 | Merge pull request #6536 | Alexander Blair | 2 | -0/+30 | |
bd9653663 db_lmdb: test for mmap support at init time (moneromooo-monero) | |||||
2020-07-19 | Merge pull request #6534 | Alexander Blair | 10 | -48/+280 | |
7bd66b01b daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation (stoffu) | |||||
2020-07-19 | Merge pull request #6529 | Alexander Blair | 1 | -2/+2 | |
153977aed libzmq should be libzmq4. (russoj88) | |||||
2020-07-19 | Merge pull request #6526 | Alexander Blair | 1 | -0/+1 | |
5d882f4f1 blockchain: fix theoretical race getting bulk timestamps (moneromooo-monero) | |||||
2020-07-19 | Merge pull request #6516 | Alexander Blair | 6 | -12/+0 | |
8656a8c9f remove double includes (sumogr) | |||||
2020-07-19 | Merge pull request #6512 | Alexander Blair | 568 | -568/+568 | |
5ef0607da Update copyright year to 2020 (SomaticFanatic) | |||||
2020-07-19 | Merge pull request #6509 | Alexander Blair | 1 | -0/+2 | |
71693f06 systemd: Make sure required folders exist (Age Bosma) | |||||
2020-07-19 | Merge pull request #6501 | Alexander Blair | 2 | -7/+15 | |
3843a6ab Made ccache optional (opt out) and tidied up the FindCcache.cmake (mj-xmr) | |||||
2020-07-19 | Merge pull request #6497 | Alexander Blair | 2 | -2/+2 | |
db8563cb performance_tests: some windows fixes (moneromooo-monero) | |||||
2020-07-19 | Merge pull request #6489 | Alexander Blair | 1 | -0/+31 | |
7765da6e Keys: Add key for rbrunner7 (rbrunner7) | |||||
2020-07-16 | Merge pull request #6488 | Alexander Blair | 7 | -0/+1491 | |
99684e3e simplewallet: add show_qr_code command (selsta) | |||||
2020-07-16 | Merge pull request #6476 | Alexander Blair | 1 | -18/+0 | |
6d41d9e8 contrib: remove codefresh pipeline (selsta) | |||||
2020-07-16 | Merge pull request #6475 | Alexander Blair | 5 | -97/+0 | |
91182330 snap: remove from repo (selsta) | |||||
2020-07-09 | Merge pull request #6670 | luigi1111 | 3 | -6/+14 | |
332d607 tx_pool: mine stem txes in fake chain mode (moneromooo-monero) | |||||
2020-07-09 | tx_pool: mine stem txes in fake chain mode | moneromooo-monero | 3 | -6/+14 | |
This fixes the functional tests, since txes would not be mined after being sent to the daemon (they'd be waiting for the dandelion timeout first) | |||||
2020-07-08 | Merge pull request #6650 | luigi1111 | 2 | -1/+17 | |
0fd6cce blockchain: fix timestamp/difficulty cache getting out of sync (moneromooo-monero) | |||||
2020-07-08 | blockchain: fix timestamp/difficulty cache getting out of sync | moneromooo-monero | 2 | -1/+17 | |
The cache is discarded when a block is popped, but then gets rebuilt when the difficulty for next block is requested. While this is all properly locked, it does not take into account the delay caused by a database transaction being only committed (and thus its effects made visible to other threads) later on, which means another thread could request difficulty between the pop and the commit, which would end up using stale database view to build the cache, but that cache would not be invalidated again when the transaction gets committed, which would cause the cache to not match the new database data. To fix this, we now keep track of when the cache is invalidated so we can invalidate it again upon database transaction commit to ensure it gets calculated again with fresh data next time it is nedeed. | |||||
2020-07-08 | Merge pull request #6675 | luigi1111 | 1 | -1/+1 | |
3721d56 epee: fix array underflow in unicode parsing (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6647 | luigi1111 | 1 | -1/+1 | |
4d8d121 Fix D++ block template check (vtnerd) | |||||
2020-07-08 | Merge pull request #6629 | luigi1111 | 1 | -0/+1 | |
795e186 blockchain: fix total_height in getblocks.bin response (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6627 | luigi1111 | 1 | -1/+1 | |
4df8f9c rpc: fix loading rpc payment data from file (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6611 | luigi1111 | 1 | -1/+1 | |
dc1a053 rpc: fix comparison of seconds vs microseconds (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6599 | luigi1111 | 2 | -1/+12 | |
6e4a55b rpc: fix relay_tx error return mixup (moneromooo-monero) 9b86e14 functional_tests: add simple relay_tx test (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6597 | luigi1111 | 1 | -2/+2 | |
ec46069 Fix incorrect lenght of command INS_PREFIX_HASH (grydz) | |||||
2020-07-08 | Merge pull request #6588 | luigi1111 | 1 | -2/+1 | |
bcef52d daemon: remove time based 'update needed' status string (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6587 | luigi1111 | 1 | -1/+1 | |
94befec fix typo in pick_preferred_rct_inputs (Parean) | |||||
2020-07-08 | Merge pull request #6584 | luigi1111 | 2 | -6/+6 | |
78d435a rpc: don't display invalid json errors on default log level (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6574 | luigi1111 | 2 | -0/+12 | |
7ebb351 rpc: lock access to the rpc payment object (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6568 | luigi1111 | 2 | -36/+0 | |
f037121 cryptonote_core: remove 'We are most likely forked' message (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6566 | luigi1111 | 1 | -2/+2 | |
567402c protocol: move the 'peer claims higher version' warning to debug (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6559 | luigi1111 | 2 | -1/+27 | |
15538f7 ByteSlice: Fix persisting ptr to std::moved SSO buffer (Doy-lee) | |||||
2020-07-08 | Merge pull request #6550 | luigi1111 | 0 | -0/+0 | |
ca60d60 easylogging++: sanitize log payload (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6544 | luigi1111 | 1 | -5/+72 | |
5741b4d blockchain: detect and log bad difficulty calculations (moneromooo-monero) | |||||
2020-07-08 | Merge pull request #6528 | luigi1111 | 5 | -5/+5 | |
b73f4e7 [master]: Update gitian yml files (iDunk5400) | |||||
2020-07-06 | version: update name | selsta | 1 | -1/+1 | |
2020-07-04 | Update RandomX to v1.1.8 | tevador | 1 | -0/+0 | |
2020-06-25 | cmake: allow custom openssl path on macOS | selsta | 2 | -2/+2 | |
2020-06-25 | daemon: print sampling time in print_net_stats | moneromooo-monero | 1 | -2/+4 | |
2020-06-25 | util: fix kilo prefix typo (K instead of k) | moneromooo-monero | 1 | -1/+1 | |
2020-06-22 | updates: mac gui .tar.bz2 -> .dmg | selsta | 1 | -0/+2 | |
2020-06-21 | add trezor support to sweep_single | Dusan Klinec | 1 | -0/+26 | |
2020-06-21 | epee: fix array underflow in unicode parsing | moneromooo-monero | 1 | -1/+1 | |
Reported by minerscan Also independently found by OSS-Fuzz just recently | |||||
2020-06-21 | simplewallet: add show_qr_code command | selsta | 7 | -0/+1491 | |
Thanks to iDunk for helping with Windows. | |||||
2020-06-19 | Merge pull request #6656 | luigi1111 | 9 | -19/+94 | |
bde7f1c fuzz_tests: fix init check in oss-fuzz mode (moneromooo-monero) c4b7420 Do not use PIE with OSS-Fuzz (moneromooo-monero) c4df8b1 fix leaks in fuzz tests (moneromooo-monero) 38ca1bb fuzz_tests: add a tx extra fuzz test (moneromooo-monero) | |||||
2020-06-17 | python-rpc: fix bad in_peers parameter | moneromooo-monero | 1 | -1/+1 | |
2020-06-15 | Merge pull request #6637 | luigi1111 | 5 | -11/+11 | |
58e1c8b repo: update donation fund address (selsta) | |||||
2020-06-14 | avoid a couple needless copies | moneromooo-monero | 2 | -2/+2 | |
2020-06-14 | fuzz_tests: fix init check in oss-fuzz mode | moneromooo-monero | 1 | -1/+1 | |
2020-06-14 | Do not use PIE with OSS-Fuzz | moneromooo-monero | 1 | -1/+1 | |
2020-06-14 | fix leaks in fuzz tests | moneromooo-monero | 4 | -17/+34 | |
2020-06-14 | fuzz_tests: add a tx extra fuzz test | moneromooo-monero | 4 | -0/+58 | |
2020-06-12 | Fix D++ block template check | Lee Clagett | 1 | -1/+1 | |
2020-06-09 | repo: update donation fund address | selsta | 5 | -11/+11 | |
2020-06-09 | daemon: guard against rare 'difficulty drift' bug with checkpoints and ↵ | stoffu | 10 | -48/+280 | |
recalculation On startup, it checks against the difficulty checkpoints, and if any mismatch is found, recalculates all the blocks with wrong difficulties. Additionally, once a week it recalculates difficulties of blocks after the last difficulty checkpoint. | |||||
2020-06-08 | Merge pull request #6576 | luigi1111 | 2 | -6/+46 | |
4d3c2d0 rpc: add a sanity limit to a few RPC in restricted mode (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6561 | luigi1111 | 1 | -1/+1 | |
c17fe81 wallet2: fix multisig data clearing stomping on a vector (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6556 | luigi1111 | 1 | -1/+1 | |
5ed37ba serialization: fix bad rapidjson api usage (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6553 | luigi1111 | 2 | -1/+22 | |
bb5c5df cryptonote_protocol: reject requests/notifications before handshake (moneromooo-monero) f1d0457 cryptonote_protocol: stricter limit to number of objects requested (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6549 | luigi1111 | 8 | -98/+337 | |
82d21f5 easylogging++: sanitize log payload (moneromooo-monero) 7d0b7e8 [master] MMS: New 'config_checksum' subcommand (rbrunner7) | |||||
2020-06-08 | Merge pull request #6539 | luigi1111 | 1 | -6/+6 | |
85164a8 epee: use memwipe rather than memset for md5 secrets (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6525 | luigi1111 | 5 | -7/+22 | |
86cf811 simplewallet: don't complain about incoming payment ids on change (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6522 | luigi1111 | 2 | -9/+48 | |
29e563b Fixed bugs for take_slice and byte_stream->byte_slice (vtnerd) | |||||
2020-06-08 | Merge pull request #6519 | luigi1111 | 1 | -1/+3 | |
ab44293 trezor: add new firmware version support (ph4r05) | |||||
2020-06-08 | Merge pull request #6514 | luigi1111 | 6 | -9/+11 | |
4baee20 build: prepare v0.16.0.0 release (selsta) | |||||
2020-06-07 | workflows: update msys2 setup action v0 -> v1 | selsta | 1 | -4/+6 | |
2020-06-06 | fix warning by removing std::move() on temporary http_client object | woodser | 1 | -1/+1 | |
2020-06-05 | blockchain: fix total_height in getblocks.bin response | moneromooo-monero | 1 | -0/+1 | |
2020-06-05 | rpc: fix loading rpc payment data from file | moneromooo-monero | 1 | -1/+1 | |
Got broken after making one of those micro optimizations requested on review.. | |||||
2020-06-02 | Mention correct libusb and libudev dependencies | MaxXor | 1 | -3/+3 | |
2020-06-01 | README: mention pruning | moneromooo-monero | 1 | -0/+11 | |
2020-06-01 | Merge pull request #6612 | luigi1111 | 13 | -31/+35 | |
7aeb503 Fix boost <1.60 compilation and fix boost 1.73+ warnings (vtnerd) | |||||
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 13 | -31/+35 | |
2020-05-31 | rpc: fix comparison of seconds vs microseconds | moneromooo-monero | 1 | -1/+1 | |
2020-05-31 | miner: increase min/max intervals to full extents | moneromooo-monero | 1 | -4/+3 | |
This prevents setting target to, eg, 65 being ignored and remove an unused constant | |||||
2020-05-28 | Merge pull request #6582 | luigi1111 | 1 | -3/+3 | |
2314dae workflows: fix windows build (selsta) | |||||
2020-05-28 | functional_tests: add simple relay_tx test | moneromooo-monero | 1 | -0/+11 | |
2020-05-28 | rpc: fix relay_tx error return mixup | moneromooo-monero | 1 | -1/+1 | |
2020-05-27 | Merge pull request #6535 | luigi1111 | 16 | -542/+238 | |
81773f5 fuzz_tests: refactor and add OSS-Fuzz compatibility (moneromooo-monero) cb4edc1 cmake: ASAN and PIE don't mix (moneromooo-monero) | |||||
2020-05-27 | Merge pull request #6531 | luigi1111 | 5 | -11/+11 | |
f35ced6 build: fix boost 1.73 compatibility (selsta) | |||||
2020-05-27 | Fix incorrect lenght of command INS_PREFIX_HASH | François Colas | 1 | -2/+2 | |
buffer_send[4] (LC) is an unsigned char, len should not exceed 254 (255 - 1 for the option). | |||||
2020-05-27 | tests: fix missing error on missing python entry point | moneromooo-monero | 1 | -0/+1 | |
2020-05-27 | python-rpc: add missing sync_txpool python entry point | moneromooo-monero | 1 | -0/+10 | |
2020-05-24 | daemon: remove time based "update needed" status string | moneromooo-monero | 1 | -2/+1 | |
2020-05-25 | fix typo in pick_preferred_rct_inputs | Denis Smirnov | 1 | -1/+1 | |
2020-05-24 | cmake: insert CMAKE_CURRENT_SOURCE_DIR in CMAKE_MODULE_PATH | xiphon | 1 | -1/+1 | |
2020-05-24 | [master] MMS: New 'config_checksum' subcommand | rbrunner7 | 4 | -27/+121 | |
2020-05-24 | easylogging++: sanitize log payload | moneromooo-monero | 4 | -71/+216 | |
Some of it might be coming from untrusted sources Reported by itsunixiknowthis | |||||
2020-05-23 | rpc: don't display invalid json errors on default log level | moneromooo-monero | 2 | -6/+6 | |
It's not something the user needs to know, and will display attacker controlled data | |||||
2020-05-23 | workflows: fix windows build | selsta | 1 | -3/+3 | |
2020-05-21 | daemon: complain if data dir resides on FAT32 volume (Windows) | xiphon | 1 | -0/+21 | |
2020-05-20 | rpc: add a sanity limit to a few RPC in restricted mode | moneromooo-monero | 2 | -6/+46 | |
2020-05-20 | ByteSlice: Fix persisting ptr to std::moved SSO buffer | Doyle | 2 | -1/+27 | |
The Bug: 1. Construct `byte_slice.portion_` with `epee::span(buffer)` which copies a pointer to the SSO buffer to `byte_slice.portion_` 2. It constructs `byte_slice.storage_` with `std::move(buffer)` (normally this swap pointers, but SSO means a memcpy and clear on the original SSO buffer) 3. `slice.data()` returns a pointer from `slice.portion_` that points to the original SSO cleared buffer, `slice.storage_` has the actual string. | |||||
2020-05-20 | net_node: remove dead seed nodes | selsta | 1 | -10/+0 | |
2020-05-19 | rpc: lock access to the rpc payment object | moneromooo-monero | 2 | -0/+12 | |
2020-05-19 | cryptonote_core: remove "We are most likely forked" message | moneromooo-monero | 2 | -36/+0 | |
It's time based and we don't have forks every 6 months anymore | |||||
2020-05-19 | protocol: move the "peer claims higher version" warning to debug | moneromooo-monero | 1 | -2/+2 | |
Because there's a neverending supply of cunts claiming a wrong version just to say "look at me" I guess | |||||
2020-05-19 | fix a few typos in error messages | moneromooo-monero | 3 | -6/+6 | |
Reported by adrelanos | |||||
2020-05-19 | wallet2: fix multisig data clearing stomping on a vector | moneromooo-monero | 1 | -1/+1 | |
2020-05-19 | cryptonote_protocol: stricter limit to number of objects requested | moneromooo-monero | 1 | -1/+2 | |
Reported by xnbya | |||||
2020-05-19 | cryptonote_protocol: reject requests/notifications before handshake | moneromooo-monero | 1 | -0/+20 | |
Reported by xnbya | |||||
2020-05-19 | easylogging++: sanitize log payload | moneromooo-monero | 4 | -71/+216 | |
Some of it might be coming from untrusted sources Reported by itsunixiknowthis | |||||
2020-05-18 | testdb: add override in a couple places where it's missing | moneromooo-monero | 1 | -2/+2 | |
2020-05-18 | serialization: fix bad rapidjson api usage | moneromooo-monero | 1 | -1/+1 | |
2020-05-17 | blockchain: detect and log bad difficulty calculations | moneromooo-monero | 1 | -5/+72 | |
2020-05-17 | wallet_rpc_server: use unlock_time in suggested confirmations calc | moneromooo-monero | 1 | -5/+17 | |