Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-24 | Merge pull request #5864 | luigi1111 | 8 | -66/+217 | |
32f725d Properly format multiline logs (moneromooo-monero) | |||||
2019-09-24 | Merge pull request #5848 | luigi1111 | 24 | -54/+1824 | |
functional_tests (moneromooo-monero) | |||||
2019-09-24 | Merge pull request #5831 | luigi1111 | 10 | -144/+220 | |
d066383 core: move hardforks into its own lib (moneromooo-monero) | |||||
2019-09-19 | core: move hardforks into its own lib | moneromooo-monero | 10 | -144/+220 | |
So it can be used by others without encumbrance | |||||
2019-09-17 | functional_tests: fix failure on windows removing files | moneromooo-monero | 1 | -0/+2 | |
2019-09-17 | fix wallet python test when run with ctest | moneromooo-monero | 2 | -1/+3 | |
2019-09-17 | functional_tests: python3 compatibility | moneromooo-monero | 7 | -15/+15 | |
and add missing tests | |||||
2019-09-17 | functional_tests: pop exactly what we need to test before testing | moneromooo-monero | 10 | -10/+20 | |
2019-09-17 | functional_tests: check for RPC methods which aren't exposed | moneromooo-monero | 4 | -0/+196 | |
2019-09-17 | functional_tests: add get_transaction_pool_stats | moneromooo-monero | 3 | -3/+92 | |
Also fix part of the RPC results being returned as binary. This makes the RPC backward incompatible. | |||||
2019-09-17 | functional_tests: add save_bc | moneromooo-monero | 2 | -0/+8 | |
2019-09-17 | functional_tests: add is_key_image_spent tests | moneromooo-monero | 2 | -1/+51 | |
2019-09-17 | functional_tests: add submitblock test | moneromooo-monero | 1 | -0/+28 | |
2019-09-17 | functional_tests: check transaction fee is around what we expect | moneromooo-monero | 1 | -2/+9 | |
2019-09-17 | functional_tests: add tx_notes tests | moneromooo-monero | 2 | -0/+41 | |
2019-09-17 | functional_tests: add wallet attributes test | moneromooo-monero | 2 | -0/+46 | |
2019-09-17 | functional_tests: add rescan_spent/rescan_blockchain tests | moneromooo-monero | 2 | -0/+60 | |
2019-09-17 | functional_tests: add monero: URI tests | moneromooo-monero | 3 | -1/+261 | |
2019-09-17 | wallet: add edit_address_book RPC | moneromooo-monero | 7 | -7/+241 | |
2019-09-17 | functional_tests: add address book tests | moneromooo-monero | 3 | -1/+274 | |
2019-09-17 | functional_tests: add wallet password change, store and tag tests | moneromooo-monero | 3 | -9/+249 | |
2019-09-17 | functional_tests: add spend proof tests | moneromooo-monero | 2 | -0/+60 | |
2019-09-17 | functional_tests: add test for mining via wallet | moneromooo-monero | 2 | -7/+44 | |
2019-09-17 | functional_tests: add multisig state tests | moneromooo-monero | 2 | -0/+80 | |
2019-09-17 | functional_tests: add get_transfers test | moneromooo-monero | 2 | -0/+34 | |
2019-09-17 | functional_tests: add missing sweep_dust parameters, and test it | moneromooo-monero | 2 | -1/+15 | |
though not a very good test, but we don't have dust handy | |||||
2019-09-17 | functional_tests: move extraneous stuff out of the framework | moneromooo-monero | 2 | -17/+16 | |
2019-09-16 | Properly format multiline logs | moneromooo-monero | 8 | -66/+217 | |
As a side effect, colouring on Windows should now work regardless of version | |||||
2019-09-14 | Merge pull request #5861 | luigi1111 | 1 | -0/+16 | |
f0356f7 wallet2: enable ignoring fractional outputs also when sweeping (stoffu) | |||||
2019-09-14 | Merge pull request #5818 | luigi1111 | 10 | -77/+550 | |
f91a06c Dropping cppzmq dependency; adding some zmq utils (vtnerd) | |||||
2019-09-14 | Merge pull request #5899 | luigi1111 | 2 | -4/+4 | |
7d3bba5 wallet2_api: add missing parameter (selsta) | |||||
2019-09-14 | Merge pull request #5898 | luigi1111 | 1 | -1/+1 | |
73f22c4 depends: fix MacOS build with Clang 3.7.1 (vtnerd) | |||||
2019-09-14 | Merge pull request #5897 | luigi1111 | 1 | -0/+3 | |
928a540 updating Readme.md TOC (HarryMacfinned) | |||||
2019-09-14 | Merge pull request #5874 | luigi1111 | 1 | -15/+13 | |
f380f69 simplewallet: warn if invalid default ring size is set and actually ignore the setting (stoffu) | |||||
2019-09-14 | Merge pull request #5872 | luigi1111 | 1 | -1/+2 | |
495a7e5 rpc: don't include an address in mining_status when not mining (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5871 | luigi1111 | 2 | -1/+12 | |
3407743 wallet_rpc_server: add locked field to get_transfers/get_{bulk_,}_payments (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5870 | luigi1111 | 1 | -0/+1 | |
83ca764 wallet_rpc_server: call deinit on exit (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5869 | luigi1111 | 1 | -0/+1 | |
6e46b06 cmake: ensure PYTHON_EXECUTABLE is set (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5868 | luigi1111 | 1 | -1/+1 | |
1f1fff2 daemon: print mining algorithm in mining_status even when not mining (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5866 | luigi1111 | 3 | -52/+49 | |
21f6c80 rpc: move a leftover light wallet RPC out of daemon RPC (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5865 | luigi1111 | 2 | -7/+8 | |
11f13da blockchain: fix logging bad number of blocks if first one fails (moneromooo-monero) 19bfe7e simplewallet: fix warnings about useless std::move (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5854 | luigi1111 | 1 | -4/+4 | |
2cb22d4 core: make the 'update probably needed soon' message less scary (moneromooo-monero) | |||||
2019-09-14 | Merge pull request #5823 | luigi1111 | 6 | -13/+70 | |
26072f1 blockchain: forbid v1 coinbase from v12 (moneromooo-monero) 555dc7c core: from v12, require consistent ring size for mixable txes (moneromooo-monero) d22dfb7 blockchain: reject rct signatures in coinbase txes from v12 (moneromooo-monero) | |||||
2019-09-10 | wallet2: enable ignoring fractional outputs also when sweeping | stoffu | 1 | -0/+16 | |
2019-09-09 | wallet2_api: add missing parameter | selsta | 2 | -4/+4 | |
2019-09-09 | updating Readme.md TOC | Harry MacFinned | 1 | -0/+3 | |
updating the TOC | |||||
2019-09-08 | Merge pull request #5876 | luigi1111 | 1 | -6/+12 | |
a5c7eeb unit_tests: fix build with CLANG 8 and boost 1.69 (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5858 | luigi1111 | 1 | -1/+1 | |
5f4bd92 Fix Travis build on Windows + Mac (hyperreality) | |||||
2019-09-08 | Merge pull request #5857 | luigi1111 | 2 | -2/+4 | |
e907305 ITS#9068 fix backslash escaping (hyc) | |||||
2019-09-08 | Merge pull request #5856 | luigi1111 | 1 | -1/+1 | |
f56e160 unit_tests: Fix uninitialized values (liptakmatyas) | |||||
2019-09-08 | Merge pull request #5855 | luigi1111 | 7 | -63/+94 | |
2ec455d wallet: fix mismatch between two concepts of 'balance' (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5851 | luigi1111 | 1 | -4/+3 | |
cbdd76d readme: remove snap monero package and add debian (erciccione) | |||||
2019-09-08 | Merge pull request #5850 | luigi1111 | 1 | -3/+1 | |
c4da1a2 wallet2: fix unset_ring tx retrieval checks (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5849 | luigi1111 | 3 | -7/+22 | |
b51f4cd daemon: add pruned and publicrpc flags to print_pl (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5847 | luigi1111 | 1 | -1/+1 | |
894cc81 wallet2: fix cold signing losing tx keys (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5843 | luigi1111 | 2 | -3/+176 | |
9f68669 blockchain_blackball: add --historical-stat which prints historical stats of spent ratio (stoffu) 2425f27blockchain_blackball: use is_output_spent instead of ringdb.blackballed for spentness test (stoffu) 50813c1 ringdb: fix bug in blackballing (stoffu) | |||||
2019-09-08 | Merge pull request #5842 | luigi1111 | 1 | -1/+16 | |
87d2f06 simplewallet: moan harder about untrusted nodes (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5841 | luigi1111 | 1 | -1/+10 | |
cae488d p2p: reject incoming connections to self (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5840 | luigi1111 | 5 | -0/+64 | |
063eebb daemon: implement 'set_bootstrap_daemon' command (xiphon) | |||||
2019-09-08 | Merge pull request #5839 | luigi1111 | 2 | -17/+26 | |
e353e3d p2p: sanitize peer lists (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5838 | luigi1111 | 1 | -1/+1 | |
2e26536 p2p: move log away from global (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5835 | luigi1111 | 1 | -1/+1 | |
26f7a26 device: fix ledger requesting secret keys export twice (xiphon) | |||||
2019-09-08 | Merge pull request #5833 | luigi1111 | 1 | -0/+1 | |
289d215 rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used' (xiphon) | |||||
2019-09-08 | Merge pull request #5830 | luigi1111 | 1 | -1/+1 | |
5a4c6cc daemon: fix merge error removing the 'never seen before' timestamp check (moneromooo-monero) | |||||
2019-09-08 | Merge pull request #5544 | luigi1111 | 15 | -43/+175 | |
d046ca1 difficulty: fix check_hash on big endian (moneromooo-monero) bdda084 epee: fix local/loopback checks on big endian (moneromooo-monero) 32c3834 storages: fix writing varints on big endian (moneromooo-monero) 516f7b9 storages: fix 'portable' storage on big endian (moneromooo-monero) 0e2fda5 unit_tests: fix levin unit test on big endian (moneromooo-monero) 4672b5c db_lmdb: print percentages as percentages, not ratios (moneromooo-monero) 54fd97a slow-hash: fix CNv2+ on big endian (moneromooo-monero) c1fa4a7 boost: fix little/big endian compatibility (moneromooo-monero) bc1144e Fix IP address serialization on big endian (moneromooo-monero) | |||||
2019-09-08 | depends: fix MacOS build with Clang 3.7.1 | Lee Clagett | 1 | -1/+1 | |
2019-09-05 | wallet: fix mismatch between two concepts of "balance" | moneromooo-monero | 7 | -63/+94 | |
One considers the blockchain, while the other considers the blockchain and some recent actions, such as a recently created transaction which spend some outputs, but isn't yet mined. Typically, the "balance" command wants the latter, to reflect the recent action, but things like proving ownership wants the former. This fixes a crash in get_reserve_proof, where a preliminary check and the main code used two concepts of "balance". | |||||
2019-09-05 | wallet_rpc_server: add locked field to get_transfers/get_{bulk_,}_payments | moneromooo-monero | 2 | -1/+12 | |
Much easier to work with than the raw unlock_time field | |||||
2019-09-04 | Fix IP address serialization on big endian | moneromooo-monero | 2 | -1/+17 | |
IP addresses are stored in network byte order even on little endian hosts | |||||
2019-09-04 | boost: fix little/big endian compatibility | moneromooo-monero | 2 | -2/+4 | |
When no little/big endian flag is given to the writer, it stores data in host endianness. When loading, if no flag is set, it also assumes host endianness. This works as long as the loading and writing are done on machines with the same endianness. We change this to default to little endian when saving. This will cause the loader to see the little endian flag, and swap endianness when loading on a big endian machine. Similarly, writing on a big endian machine will swap on save, and a little endian machine will load little endian data. | |||||
2019-09-04 | slow-hash: fix CNv2+ on big endian | moneromooo-monero | 1 | -3/+3 | |
2019-09-04 | db_lmdb: print percentages as percentages, not ratios | moneromooo-monero | 1 | -1/+1 | |
2019-09-04 | unit_tests: fix levin unit test on big endian | moneromooo-monero | 1 | -23/+23 | |
2019-09-04 | storages: fix "portable" storage on big endian | moneromooo-monero | 4 | -3/+99 | |
2019-09-04 | storages: fix writing varints on big endian | moneromooo-monero | 1 | -1/+1 | |
2019-09-04 | epee: fix local/loopback checks on big endian | moneromooo-monero | 1 | -0/+7 | |
IPv4 addresses are kept in network byte order in memory | |||||
2019-09-04 | difficulty: fix check_hash on big endian | moneromooo-monero | 3 | -9/+20 | |
2019-09-04 | Merge pull request #5824 | luigi1111 | 1 | -1/+1 | |
2a41dc0 epee: fix connections not being properly closed in some instances (moneromooo-monero) | |||||
2019-09-04 | Merge pull request #5822 | luigi1111 | 1 | -0/+2 | |
839fc62 reject setting lookahead major or minor to 0 (moneromoo-monero) | |||||
2019-09-04 | Merge pull request #5819 | luigi1111 | 1 | -1/+2 | |
07cb087 blockchain: Fix alt chain generated coins overflow (iamamyth) | |||||
2019-09-04 | Merge pull request #5814 | luigi1111 | 1 | -91/+0 | |
bdcdb0e Remove unused code under WINDWOS_PLATFORM guard (tomsmeding) a84aa04 syncobj.h no longer defines shared_guard, so remove those define's (tomsmeding) | |||||
2019-09-04 | Merge pull request #5806 | luigi1111 | 1 | -3/+3 | |
69465e3 cryptonote_protocol: fix '--no-sync', ignore new blocks and txes (xiphon) | |||||
2019-09-04 | Merge pull request #5799 | luigi1111 | 5 | -35/+246 | |
082730b daemon: automatic public nodes discovering and bootstrap daemon switching (xiphon) | |||||
2019-09-04 | Merge pull request #5796 | luigi1111 | 1 | -3/+3 | |
e3cff3d Gitian build script fixes for MacOS (jonathancross) | |||||
2019-09-04 | Merge pull request #5764 | luigi1111 | 3 | -4/+4 | |
f26e663 Gitian build (mac, linux): gzip => bzip2 (jonathancross) | |||||
2019-09-04 | Merge pull request #5536 | luigi1111 | 10 | -149/+577 | |
1a367d6 simplewallet: lock console on inactivity (moneromooo-monero) | |||||
2019-08-30 | unit_tests: fix build with CLANG 8 and boost 1.69 | moneromooo-monero | 1 | -6/+12 | |
2019-08-29 | Merge pull request #5793 | luigi1111 | 35 | -279/+3577 | |
bdfc63a Add ref-counted buffer byte_slice. Currently used for sending TCP data. (vtnerd) 3b24b1d Added support for 'noise' over I1P/Tor to mask Tx transmission. (vtnerd) | |||||
2019-08-29 | simplewallet: warn if invalid default ring size is set and actually ignore ↵ | stoffu | 1 | -15/+13 | |
the setting | |||||
2019-08-28 | simplewallet: lock console on inactivity | moneromooo-monero | 10 | -149/+577 | |
2019-08-28 | rpc: don't include an address in mining_status when not mining | moneromooo-monero | 1 | -1/+2 | |
Best case is an address mined previously and it'll get returned, worst case it was never initialized in the first place | |||||
2019-08-28 | wallet_rpc_server: call deinit on exit | moneromooo-monero | 1 | -0/+1 | |
2019-08-28 | cmake: ensure PYTHON_EXECUTABLE is set | moneromooo-monero | 1 | -0/+1 | |
2019-08-28 | daemon: print mining algorithm in mining_status even when not mining | moneromooo-monero | 1 | -1/+1 | |
2019-08-28 | rpc: move a leftover light wallet RPC out of daemon RPC | moneromooo-monero | 3 | -52/+49 | |
2019-08-28 | simplewallet: fix warnings about useless std::move | moneromooo-monero | 1 | -5/+5 | |
2019-08-28 | blockchain: fix logging bad number of blocks if first one fails | moneromooo-monero | 1 | -2/+3 | |
2019-08-28 | Merge pull request #5707 | luigi1111 | 7 | -102/+76 | |
3a0451a MLSAG speedup and additional checks (SarangNoether) | |||||
2019-08-27 | Merge pull request #5844 | luigi1111 | 1 | -1/+1 | |
a7d1577 build: fix depends Travis ncurses build, don't wipe CONFIG_SHELL (xiphon) | |||||
2019-08-27 | MLSAG speedup and additional checks | Sarang Noether | 7 | -102/+76 | |
2019-08-27 | Merge pull request #5820 | luigi1111 | 2 | -2/+2 | |
ac0a229 Fix Android build in Docker (hyperreality) | |||||
2019-08-27 | Merge pull request #5794 | luigi1111 | 1 | -15/+15 | |
a63e212 Docker updated dependencies cmake boost sodium cppzmq udev protobuf zmq (homdx) | |||||
2019-08-27 | Merge pull request #5729 | luigi1111 | 2 | -2/+4 | |
7c894fc device_ledger: add paranoid buffer overflow check (moneromooo-monero) f07524b device_ledger: fix uninitialized additional_key (moneromooo-monero) | |||||
2019-08-27 | Merge pull request #5609 | luigi1111 | 5 | -2/+41 | |
1dc3b1a wallet: add --extra-entropy command line flag (moneromooo-monero) | |||||
2019-08-27 | Merge pull request #5559 | luigi1111 | 7 | -2/+16 | |
33e91e1 wallet, rpc: add a release field to get_version (moneromooo-monero) | |||||
2019-08-27 | Merge pull request #5416 | luigi1111 | 4 | -37/+170 | |
63186a0 Wallet: Option to export data to ASCII (tmoravec) | |||||
2019-08-27 | daemon: automatic public nodes discovering and bootstrap daemon switching | xiphon | 5 | -35/+246 | |
2019-08-27 | unit_tests: Fix uninitialized values | Matyas Liptak | 1 | -1/+1 | |
- Initialize the `hash` in the `get_block_hash()` function of the `output_distribution` unit test explicitly, to silence `valgrind` warnings. | |||||
2019-08-27 | Fix Travis build on Windows + Mac | hyperreality | 1 | -1/+1 | |
Following 13c0b8c, the unwind package is being attempted to be built on Windows and Mac when it should only be built on Linux. | |||||
2019-08-26 | wallet, rpc: add a release field to get_version | moneromooo-monero | 7 | -2/+16 | |
It does not leak much since you can make a fair guess by RPC version already, and some people want to avoid non release clients when using third parties' nodes (because they'd never lie about it) | |||||
2019-08-26 | ITS#9068 fix backslash escaping | Howard Chu | 2 | -2/+4 | |
mdb_load wasn't properly inserting escaped backslashes into the data. mdb_dump wasn't escaping backslashes when generating printable output. | |||||
2019-08-26 | device_ledger: fix uninitialized additional_key | moneromooo-monero | 1 | -1/+1 | |
Coverity 200185 | |||||
2019-08-26 | device_ledger: add paranoid buffer overflow check | moneromooo-monero | 1 | -1/+3 | |
Coverity 200183 | |||||
2019-08-26 | core: make the "update probably needed soon" message less scary | moneromooo-monero | 1 | -4/+4 | |
2019-08-25 | readme: remove snap monero package and add debian | erciccione | 1 | -4/+3 | |
2019-08-24 | wallet2: fix unset_ring tx retrieval checks | moneromooo-monero | 1 | -3/+1 | |
2019-08-24 | simplewallet: moan harder about untrusted nodes | moneromooo-monero | 1 | -1/+16 | |
2019-08-23 | daemon: add pruned and publicrpc flags to print_pl | moneromooo-monero | 3 | -7/+22 | |
2019-08-23 | wallet2: fix cold signing losing tx keys | moneromooo-monero | 1 | -1/+1 | |
2019-08-23 | daemon: implement 'set_bootstrap_daemon' command | xiphon | 5 | -0/+64 | |
2019-08-23 | syncobj.h no longer defines shared_guard, so remove those define's | Tom Smeding | 1 | -3/+0 | |
The removed preprocessor macro's refer to types that are not defined in the file anymore; the only other place where shared_guard is defined is in winobj.h, which also defines the same macro's. Therefore, this change is safe. (Side note is that these macro's weren't used at all anyway, but that is orthogonal to the issue.) | |||||
2019-08-23 | build: fix depends Travis ncurses build, don't wipe CONFIG_SHELL | xiphon | 1 | -1/+1 | |
2019-08-22 | p2p: reject incoming connections to self | moneromooo-monero | 1 | -1/+10 | |
2019-08-22 | Wallet: Option to export data to ASCII | Tadeas Moravec | 4 | -37/+170 | |
New CLI wallet variable: export-format with options "binary" (the default), or "ascii". "Binary" behaves as before, "ascii" forces the wallet to convert data to ASCII using base64. Reading files from the disk tries to auto detect what format has been used (using a magic string added when exporting the data). Implements https://github.com/monero-project/monero/issues/2859 | |||||
2019-08-22 | ringdb: fix bug in blackballing | stoffu | 1 | -1/+1 | |
2019-08-22 | blockchain_blackball: use is_output_spent instead of ringdb.blackballed for ↵ | stoffu | 1 | -1/+11 | |
spentness test | |||||
2019-08-22 | blockchain_blackball: add --historical-stat which prints historical stats of ↵ | stoffu | 1 | -2/+165 | |
spent ratio | |||||
2019-08-22 | wallet: add --extra-entropy command line flag | moneromooo-monero | 5 | -2/+41 | |
It lets the user add custom entropy to the PRNG. It does this by hashing the new data and xoring the resulting hash with the PRNG state. | |||||
2019-08-21 | Merge pull request #5827 | luigi1111 | 2 | -2/+2 | |
30779de fix feature not introduced until boost 1.66 (jtgrassie) | |||||
2019-08-21 | Merge pull request #5817 | luigi1111 | 1 | -1/+1 | |
50ec40e Increase max_dbs from 20 to 32 (hyc) | |||||
2019-08-21 | Merge pull request #5815 | luigi1111 | 1 | -1/+1 | |
adc16d2 Fix check for disconnecting peers when syncing (jagerman) | |||||
2019-08-21 | Merge pull request #5808 | luigi1111 | 1 | -4/+14 | |
5a91b83 simplewallet: add a few missing settings help text (stoffu) ae7bf37 simplewallet: fix arg indexing bug in set_device_name (stoffu) | |||||
2019-08-21 | Merge pull request #5807 | luigi1111 | 1 | -2/+0 | |
4b1df4e Fix for biased signature nonce (SarangNoether) | |||||
2019-08-21 | Merge pull request #5800 | luigi1111 | 1 | -1/+2 | |
6ca033d hid_error() could return a null, which causes the program to crash with (TheQuantumPhysicist) | |||||
2019-08-21 | Merge pull request #5788 | luigi1111 | 40 | -6133/+211985 | |
de5038f unpushed languages from pootle (synced) (Monero-Weblate) | |||||
2019-08-21 | Merge pull request #5778 | luigi1111 | 3 | -35/+41 | |
8703aa5 MMS: Use chans instead of normal addresses for auto-config (rbrunner7) | |||||
2019-08-21 | Merge pull request #5777 | luigi1111 | 1 | -0/+2 | |
757b789 Define _WANT_SEMUN for FreeBSD to ensure union semun is defined (odonnellnoel) | |||||
2019-08-21 | Merge pull request #5775 | luigi1111 | 1 | -1/+4 | |
95bebb1 Add nbproject directory to .gitignore (odonnellnoel) | |||||
2019-08-21 | Merge pull request #5757 | luigi1111 | 2 | -1/+15 | |
a12ca68 translations: add a ready file to control which translations to build (moneromooo-monero) | |||||
2019-08-21 | Merge pull request #5755 | luigi1111 | 1 | -2/+2 | |
7a3e458 improve tx_sanity_check clarification (vicsn) | |||||
2019-08-21 | Merge pull request #5735 | luigi1111 | 2 | -15/+26 | |
32b0560 easylogging++: weed out most calls to allowed without locking (moneromooo-monero) | |||||
2019-08-21 | Merge pull request #5750 | luigi1111 | 4 | -6/+21 | |
884df82 wallet: provide original address for outgoing transfers (xiphon) | |||||
2019-08-21 | Merge pull request #5749 | luigi1111 | 2 | -2/+8 | |
45c28d8 build: fix OSX static libusb check and link against static libobjc (xiphon) | |||||
2019-08-21 | Merge pull request #5748 | luigi1111 | 4 | -7/+8 | |
b350726 boost: update obsolete usage of endian API (moneromooo-monero) | |||||
2019-08-21 | Merge pull request #5743 | luigi1111 | 2 | -0/+10 | |
65f29a8 simplewallet: add restore_height command (tobtoht) | |||||
2019-08-21 | Merge pull request #5742 | luigi1111 | 1 | -1/+1 | |
0d916a6 Fix incorrectly named binding for MMS send_signer_config command (tobtoht) | |||||
2019-08-21 | Merge pull request #5740 | luigi1111 | 1 | -1/+1 | |
256d286 Minor formatting fix in help set command (tobtoht) | |||||
2019-08-21 | Merge pull request #5731 | luigi1111 | 1 | -3/+3 | |
c393e82 CryptonightR_JIT: fix return value on error (selene-kovri) | |||||
2019-08-21 | Merge pull request #5722 | luigi1111 | 3 | -13/+32 | |
8be5fea simplewallet: optional all flag to export_outputs/export_key_images (moneromooo-monero) | |||||
2019-08-21 | Merge pull request #5702 | luigi1111 | 7 | -1/+20 | |
13c0b8c Add depends riscv 64 bit support (TheCharlatan) | |||||
2019-08-21 | Merge pull request #5511 | luigi1111 | 1 | -0/+59 | |
914b106 wallet_rpc_server: use original addresses in destinations in get_transfers (moneromooo-monero) da694d4 functional_tests: add tests for pending/out transfer addresses (moneromooo-monero) | |||||
2019-08-21 | p2p: sanitize peer lists | moneromooo-monero | 2 | -17/+26 | |
Also remove the delta time fixup, since we now ignore those as they're attacker controlled | |||||
2019-08-21 | p2p: move log away from global | moneromooo-monero | 1 | -1/+1 | |
It was here while debugging, and I forgot to move it away | |||||
2019-08-20 | MMS: Use chans instead of normal addresses for auto-config | rbrunner7 | 3 | -35/+41 | |
2019-08-20 | device: fix ledger requesting secret keys export twice | xiphon | 1 | -1/+1 | |
2019-08-20 | rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used' | xiphon | 1 | -0/+1 | |
2019-08-20 | Add depends riscv 64 bit support | TheCharlatan | 7 | -1/+20 | |
2019-08-20 | daemon: fix merge error removing the "never seen before" timestamp check | moneromooo-monero | 1 | -1/+1 | |
2019-08-20 | Merge pull request #5696 | luigi1111 | 5 | -14/+30 | |
fd60d05 daemon: fix print_pl only printing public zone peers (moneromooo-monero) | |||||
2019-08-20 | fix feature not introduced until boost 1.66 | Jethro Grassie | 2 | -2/+2 | |
2019-08-19 | daemon: fix print_pl only printing public zone peers | moneromooo-monero | 5 | -14/+30 | |
2019-08-19 | Merge pull request #5636 | luigi1111 | 1 | -1/+3 | |
b712ae0 rpc: work around a GCC 7.4.0 (at least) bug (moneromooo-monero) | |||||
2019-08-19 | Merge pull request #5773 | luigi1111 | 2 | -95/+5 | |
441f318 fix building on OpenBSD, simplify Readme section (mrme0w/The-King-of-Toasters) | |||||
2019-08-19 | Merge pull request #5728 | luigi1111 | 2 | -1/+27 | |
6560bfa rpc: get_block_template add optional extra_nonce (jtgrassie) | |||||
2019-08-19 | Merge pull request #5727 | luigi1111 | 5 | -7/+7 | |
7b9a420 Replace std::random_shuffle with std::shuffle (tomsmeding) | |||||
2019-08-19 | Merge pull request #5725 | luigi1111 | 1 | -1/+1 | |
dc8b7a8 zmq: MacPorts latest fix (jtgrassie) | |||||
2019-08-19 | Merge pull request #5723 | luigi1111 | 1 | -0/+6 | |
a2484a1 README: add coredumpctl info from iDunk (moneromooo-monero) | |||||
2019-08-19 | Merge pull request #5721 | luigi1111 | 2 | -43/+12 | |
c164f90 Remove unnecessary m_check_txin_table, fix const correctness (omartijn) | |||||
2019-08-19 | Merge pull request #5720 | luigi1111 | 1 | -1/+1 | |
bcd2da7 miner: fix --bg-mining-enable description (moneromooo-monero) | |||||
2019-08-19 | Merge pull request #5718 | luigi1111 | 2 | -3/+6 | |
c8709fe wallet: do not print log settings when unset (moneromooo-monero) 7b18e83 unit_tests: check return values on test data parsing (moneromooo-monero) | |||||
2019-08-19 | Merge pull request #5706 | luigi1111 | 3 | -3/+25 | |
9a5933f Gitian: Add version string to output tar archives (TheCharlatan) | |||||
2019-08-19 | Merge pull request #5705 | luigi1111 | 1 | -4/+4 | |
59eecc7 Update icu4c to latest support version (TheCharlatan) | |||||
2019-08-19 | Merge pull request #5701 | luigi1111 | 1 | -0/+18 | |
962dd93 README: add beginnings of 'Known Issues' (anonimal) b2813ab README: add blockchain-based issue to 'Known Issues' (anonimal) | |||||
2019-08-19 | epee: fix connections not being properly closed in some instances | moneromooo-monero | 1 | -1/+1 | |
Fixed by Fixed by crCr62U0 | |||||
2019-08-19 | blockchain: reject rct signatures in coinbase txes from v12 | moneromooo-monero | 2 | -0/+8 | |
2019-08-19 | core: from v12, require consistent ring size for mixable txes | moneromooo-monero | 2 | -8/+24 | |
We're supposed to have a fixed ring size now Already checked by MLSAG verification, but here seems more intuitive | |||||
2019-08-19 | blockchain: forbid v1 coinbase from v12 | moneromooo-monero | 6 | -5/+38 | |
2019-08-19 | reject setting lookahead major or minor to 0 | moneromooo-monero | 1 | -0/+2 | |
2019-08-19 | easylogging++: weed out most calls to allowed without locking | moneromooo-monero | 2 | -15/+26 | |
2019-08-18 | Fix Android build in Docker | hyperreality | 2 | -2/+2 | |
Fixes issue with libtinfo5 being required by iconv1.15 but not installed by default in latest Debian stable. Tested with a fresh build of the Android image. | |||||
2019-08-18 | blockchain: Fix alt chain generated coins overflow | iamamyth | 1 | -1/+2 | |
Apply the overflow logic used for computing already_generated_coins in the main chain to alternative chains. | |||||
2019-08-18 | Increase max_dbs from 20 to 32 | Howard Chu | 1 | -1/+1 | |
We've added a lot of new indices recently, and 20 isn't enough for them plus new DBs opened during format migrations. | |||||
2019-08-17 | Merge pull request #5685 | luigi1111 | 1 | -1/+3 | |
a604241 simplewallet: don't ask about mining when running a command line (moneromooo-monero) | |||||
2019-08-17 | Merge pull request #5518 | luigi1111 | 3 | -48/+79 | |
def703a wallet_api: add multi destination tx support (selsta) | |||||
2019-08-17 | Merge pull request #5504 | luigi1111 | 4 | -24/+81 | |
eeca5ca epee: support unicode in parsed strings (moneromooo-monero) 3e11bb5 functional_tests: test creating wallets with local language names (moneromooo-monero) | |||||
2019-08-17 | Merge pull request #5490 | luigi1111 | 2 | -0/+23 | |
1a93aa4 functional_tests: add get_fee_estimate to blockchain test (moneromooo-monero) | |||||
2019-08-16 | Fix check for disconnecting peers when syncing | Jason Rhinelander | 1 | -1/+1 | |
The check added here (in #5732/#5733) is supposed to disconnect behind peers when the current node is syncing, but actually disconnects behind peers always. We are syncing when `target > our_height`, but the check here triggers when `target > remote_height`, which is basically always true when the preceding `m_core.have_block(hshd.top_id)` check is true. | |||||
2019-08-16 | functional_tests: test creating wallets with local language names | moneromooo-monero | 1 | -2/+3 | |
2019-08-16 | epee: support unicode in parsed strings | moneromooo-monero | 3 | -22/+78 | |
2019-08-16 | wallet_api: add multi destination tx support | selsta | 3 | -48/+79 | |
2019-08-15 | Merge pull request #5756 | luigi1111 | 1 | -38/+78 | |
28c3e73 gitian build README improvements (jonathancross) | |||||
2019-08-15 | Merge pull request #5691 | luigi1111 | 1 | -2/+2 | |
1a6af80 distinguish "build status" from "build" (ghost) | |||||
2019-08-15 | Merge pull request #5689 | luigi1111 | 1 | -1/+1 | |
1db5357 rpc headers fix (malbit) | |||||
2019-08-15 | Merge pull request #5682 | luigi1111 | 1 | -0/+3 | |
3768db2 p2p: add a reference to Cao, Tong et al. for the last_seen changes (moneromooo-monero) | |||||
2019-08-15 | Merge pull request #5679 | luigi1111 | 1 | -2/+1 | |
7fb4edc cmake: fix tests generator (ston1th) | |||||
2019-08-15 | Merge pull request #5677 | luigi1111 | 1 | -1/+1 | |
a5127cc tests: functional: fix python syntax (radfish) | |||||
2019-08-15 | Merge pull request #5674 | luigi1111 | 2 | -2/+27 | |
fcbf7b3 p2p: propagate out peers limit to payload handler (moneromooo-monero) 098aadf p2p: close the right number of connections on setting max in/out peers (moneromooo-monero) | |||||
2019-08-15 | Merge pull request #5673 | luigi1111 | 1 | -8/+17 | |
097cca5 wallet_api: catch getTxKey exception (ph4r05) | |||||
2019-08-15 | Merge pull request #5672 | luigi1111 | 1 | -0/+1 | |
b2bfcab wallet2: fix change subaddress mixup when sending pre rct outputs (moneromooo-monero) | |||||
2019-08-15 | Merge pull request #5662 | luigi1111 | 1 | -3/+11 | |
64fb0f8 device: tx_key caching fixed, store recovered txkey (ph4r05) |