Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-24 | Merge pull request #8044 | luigi1111 | 1 | -1/+6 | |
a02b342 Avoid unnecessary 'Invalid hashing blob' error message (rbrunner7) | |||||
2022-01-24 | Merge pull request #8041 | luigi1111 | 3 | -5/+5 | |
361f621 Fix typos (Dimitris Apostolou) | |||||
2021-12-15 | Merge pull request #8103 | luigi1111 | 1 | -9/+5 | |
e9156d7 functional_tests: update uri test with external pid (selsta) | |||||
2021-12-14 | functional_tests: update uri test with external pid | selsta | 1 | -9/+5 | |
2021-11-30 | Merge pull request #8097 | luigi1111 | 2 | -5/+7 | |
6e6ad80 Fix Android OpenSSL build (Howard Chu) | |||||
2021-11-30 | Merge pull request #8067 | luigi1111 | 1 | -6/+2 | |
53be72c make_uri disallows standalone payment ids (woodser) | |||||
2021-11-30 | Merge pull request #8066 | luigi1111 | 1 | -1/+1 | |
7bc261b cmake: find readline on macOS ARM (selsta) | |||||
2021-11-30 | Merge pull request #8057 | luigi1111 | 1 | -4/+4 | |
1efe624 device_ledger: fix incorrect macro (selsta) | |||||
2021-11-30 | Merge pull request #8054 | luigi1111 | 1 | -1/+1 | |
a491175 cmake: fix incorrect else syntax (selsta) | |||||
2021-11-30 | Merge pull request #8027 | luigi1111 | 1 | -4/+1 | |
94dc19a cmake: remove including non-existent directory (selsta) | |||||
2021-11-30 | Merge pull request #7943 | luigi1111 | 1 | -2/+2 | |
3a90be4 rpc: don't set error code as status string (selsta) | |||||
2021-11-30 | `make_uri` disallows standalone payment ids | woodser | 1 | -6/+2 | |
2021-11-30 | Fix Android OpenSSL build | Howard Chu | 2 | -5/+7 | |
depends didn't have target-specific overrides for _build_env so ANDROID_NDK_HOME wasn't being set at build time. This fix supersedes the manual edit of Configuration/15-android.conf. Resolves #8095 | |||||
2021-11-29 | Merge pull request #7910 | luigi1111 | 3 | -0/+220 | |
4571d36 Add simple script for running gitian-build (Howard Chu) | |||||
2021-11-26 | Merge pull request #8083 | luigi1111 | 1 | -0/+15 | |
e8e507f rpc: fix DoS vector in get_output_distribution (moneromooo-monero) | |||||
2021-11-26 | Merge pull request #8071 | luigi1111 | 1 | -0/+0 | |
22b891c Update RandomX (Jethro Grassie) | |||||
2021-11-26 | Merge pull request #8070 | luigi1111 | 6 | -5/+87 | |
a4ebec9 Add python method (Howard Chu) 0221b01 Add calcpow RPC (Howard Chu) | |||||
2021-11-26 | Merge pull request #8065 | luigi1111 | 1 | -1/+1 | |
82828bf cryptonote_core: fix unused lambda warning (selsta) | |||||
2021-11-26 | Merge pull request #8055 | luigi1111 | 2 | -2/+28 | |
a30928f depends: bump hidapi to 0.11.0 (selsta) | |||||
2021-11-21 | Add python method | Howard Chu | 1 | -0/+14 | |
2021-11-20 | Add calcpow RPC | Howard Chu | 5 | -5/+73 | |
Calculate PoW hash for a block candidate | |||||
2021-11-20 | Update RandomX | Jethro Grassie | 1 | -0/+0 | |
2021-11-17 | cmake: find readline on macOS ARM | selsta | 1 | -1/+1 | |
2021-11-16 | cryptonote_core: fix unused lambda warning | selsta | 1 | -1/+1 | |
2021-11-12 | device_ledger: fix incorrect macro | selsta | 1 | -4/+4 | |
The current code does work by accident, but it might break if someone uses ASSERT_SW in a different place, or if variables get renamed. | |||||
2021-11-09 | Merge pull request #8048 | luigi1111 | 1 | -0/+0 | |
e0a5dce Update RandomX to v1.1.10 (tevador) | |||||
2021-11-09 | Merge pull request #8038 | luigi1111 | 1 | -7/+3 | |
fbe8358 device: fix ledger error strings, add human friendly messages (selsta) | |||||
2021-11-09 | Merge pull request #8031 | luigi1111 | 1 | -16/+54 | |
187633c slow_hash: don't blow out Mac stack on ARM64 (Howard Chu) | |||||
2021-11-09 | Merge pull request #7169 | luigi1111 | 3 | -50/+74 | |
bbe3b27 tx_pool: full tx revalidation on fork boundaries (moneromooo-monero) | |||||
2021-11-10 | depends: bump hidapi to 0.11.0 | selsta | 2 | -2/+28 | |
2021-11-10 | cmake: fix incorrect else syntax | selsta | 1 | -1/+1 | |
2021-11-08 | Update RandomX to v1.1.10 | tevador | 1 | -0/+0 | |
2021-11-05 | Avoid unnecessary 'Invalid hashing blob' error message | rbrunner7 | 1 | -1/+6 | |
2021-11-04 | Merge pull request #8021 | luigi1111 | 2 | -3/+65 | |
8f21001 depends: openssl 1.1.1k -> 1.1.1l (selsta) | |||||
2021-11-03 | Fix typos | Dimitris Apostolou | 3 | -5/+5 | |
2021-11-03 | device: fix ledger error strings, add human friendly messages | selsta | 1 | -7/+3 | |
2021-11-01 | tx_pool: full tx revalidation on fork boundaries | moneromooo-monero | 3 | -50/+74 | |
avoids mining txes after a fork that are invalid by this fork's rules, but were valid by the previous fork rules at the time they were verified and added to the txpool. | |||||
2021-11-01 | Merge pull request #8029 | luigi1111 | 1 | -1/+1 | |
548cfc8 crypto: fix typo in ifdef (selsta) | |||||
2021-11-01 | Merge pull request #8020 | luigi1111 | 2 | -1/+6 | |
47e7a43 wallet_api: enable set_strict_default_file_permissions (tobtoht) | |||||
2021-11-01 | Merge pull request #8017 | luigi1111 | 1 | -2/+0 | |
a15466d wallet2: remove 2 unused variables (selsta) | |||||
2021-11-01 | Merge pull request #8016 | luigi1111 | 1 | -14/+9 | |
b0ec9f8 epee: avoid ADL selecting C++14 std::quoted (selsta) | |||||
2021-11-01 | Merge pull request #8013 | luigi1111 | 2 | -23/+4 | |
2cad563 wallet2: fix key encryption when changing ask-password from 0/1 to 2 (moneromooo-monero) | |||||
2021-10-30 | slow_hash: don't blow out Mac stack on ARM64 | Howard Chu | 1 | -16/+54 | |
2021-10-29 | crypto: fix typo in ifdef | selsta | 1 | -1/+1 | |
2021-10-28 | cmake: remove including non-existent directory | selsta | 1 | -4/+1 | |
2021-10-25 | Merge pull request #8019 | luigi1111 | 3 | -0/+3 | |
e106bdc epee: add missing header (selsta) | |||||
2021-10-25 | Merge pull request #8018 | luigi1111 | 1 | -0/+1 | |
1f81f5f protocol: fix spurious rejection of downloaded blocks (moneromooo-monero) | |||||
2021-10-25 | Merge pull request #8011 | luigi1111 | 1 | -2/+2 | |
9c61110 cmake: use CMAKE_CURRENT_LIST_DIR for git version (selsta) | |||||
2021-10-25 | Merge pull request #8006 | luigi1111 | 6 | -11/+11 | |
69c09ad Add README to release archives (Howard Chu) 4881154 README v12 fork occurred on 2019-11-30 as expected (Howard Chu) | |||||
2021-10-25 | Merge pull request #8004 | luigi1111 | 1 | -8/+6 | |
ace4669 simplewallet: fix incoming_transfers index error (selsta) | |||||
2021-10-25 | Merge pull request #8003 | luigi1111 | 1 | -1/+9 | |
75d05b9 download: fix leak (moneromooo-monero) | |||||
2021-10-25 | Merge pull request #8002 | luigi1111 | 5 | -91/+28 | |
49441d4 depends: update zeromq package to 4.3.4 (selsta) | |||||
2021-10-25 | Merge pull request #7995 | luigi1111 | 1 | -2/+3 | |
797ca97 socks: ignore any exceptions in shutdown/close (selsta) | |||||
2021-10-24 | rpc: fix DoS vector in get_output_distribution | moneromooo-monero | 1 | -0/+15 | |
This will prevent people spending old pre-rct outputs using a stranger's node, which may be a good thing | |||||
2021-10-22 | depends: openssl 1.1.1k -> 1.1.1l | selsta | 2 | -3/+65 | |
2021-10-22 | socks: ignore any exceptions in shutdown/close | selsta | 1 | -2/+3 | |
2021-10-22 | wallet_api: enable set_strict_default_file_permissions | tobtoht | 2 | -1/+6 | |
2021-10-22 | epee: add missing header | selsta | 3 | -0/+3 | |
2021-10-21 | protocol: fix spurious rejection of downloaded blocks | moneromooo-monero | 1 | -0/+1 | |
when kicking a peer for inactivity, clear the set of requested blocks, or next time we requests blocks from it, we'll probably reject the incoming blocks due to missing the previous requested blocks | |||||
2021-10-20 | wallet2: remove 2 unused variables | selsta | 1 | -2/+0 | |
2021-10-20 | epee: avoid ADL selecting C++14 std::quoted | selsta | 1 | -14/+9 | |
2021-10-19 | wallet2: fix key encryption when changing ask-password from 0/1 to 2 | moneromooo-monero | 2 | -23/+4 | |
we reuse the wallet_keys_unlocker object, which does the right thing in conjunction with other users of decrypt/encrypt (ie, refresh). | |||||
2021-10-19 | cmake: use CMAKE_CURRENT_LIST_DIR for git version | selsta | 1 | -2/+2 | |
2021-10-17 | Merge pull request #8001 | luigi1111 | 1 | -35/+105 | |
9973edd ARMv8: detect AES support dynamically (Howard Chu) | |||||
2021-10-17 | Merge pull request #7994 | luigi1111 | 1 | -1/+1 | |
84c5257 Decrease the 'recent spend window' in gamma re-select to 15 blocks (j-berman) | |||||
2021-10-17 | Merge pull request #7971 | luigi1111 | 3 | -3/+3 | |
b00e21d cmake: set cpp14 standard (selsta) | |||||
2021-10-17 | Merge pull request #7876 | luigi1111 | 1 | -2/+0 | |
5e63f6c Ledger: member 'mode' was shadowing that of base class (mj-xmr) | |||||
2021-10-17 | Merge pull request #7869 | luigi1111 | 1 | -2/+2 | |
ad9fde4 UB: virtual methods in destructor at Trezor (mj-xmr) | |||||
2021-10-17 | Merge pull request #7867 | luigi1111 | 1 | -1/+1 | |
eed7e79 UB: Not calling virtual method in destructor of WalletImpl (mj-xmr) | |||||
2021-10-17 | Merge pull request #7859 | luigi1111 | 1 | -5/+5 | |
514f8fa LMDB: protection against UB, by not calling virtual methods from destructor (mj-xmr) | |||||
2021-10-17 | Merge pull request #7808 | luigi1111 | 4 | -10/+85 | |
7caab8d utils/health: separate Clang Tidy tests for C & C++ (mj-xmr) | |||||
2021-10-17 | Merge pull request #7804 | luigi1111 | 1 | -1/+1 | |
852f319 Doxygen: Exclude build directories (mj-xmr) | |||||
2021-10-17 | Merge pull request #7799 | luigi1111 | 1 | -7/+1 | |
76542ea Fix precision of average_output_time (j-berman) | |||||
2021-10-14 | Add README to release archives | Howard Chu | 5 | -9/+9 | |
Also add docs/ANONYMITY_NETWORKS.md Even though there is no "docs" dir in the archive... | |||||
2021-10-14 | README v12 fork occurred on 2019-11-30 as expected | Howard Chu | 1 | -2/+2 | |
Not just an estimated date. Also fix whitespace alignment. Note for future: always use backslash-asterisk if adding this notation, otherwise it screws up rendering on some MD formatters | |||||
2021-10-11 | Merge pull request #7989 | luigi1111 | 1 | -5/+0 | |
9cd7aa6 cmake: don't optimize debug build (selsta) | |||||
2021-10-11 | Merge pull request #7975 | luigi1111 | 1 | -0/+2 | |
48a0997 blockchain: fix pedantic assert (selsta) | |||||
2021-10-11 | Merge pull request #7972 | luigi1111 | 1 | -1/+1 | |
bc167a1 cmake: fix copy/paste typo (selsta) | |||||
2021-10-11 | Merge pull request #7960 | luigi1111 | 1 | -2/+14 | |
2e8936f rpc: Fix get_transactions failing when not found (Nathan Dorfman) | |||||
2021-10-11 | Merge pull request #7958 | luigi1111 | 2 | -3/+13 | |
5f54dea LMDB: fix deadlock in resized detection (Howard Chu) | |||||
2021-10-11 | Merge pull request #7954 | luigi1111 | 1 | -1/+8 | |
313edb2 Doc: building gtest on Debian and Ubuntu (ralphmapper) | |||||
2021-10-11 | Merge pull request #7912 | luigi1111 | 6 | -22/+11 | |
ae41178 gitian: cleanup more unused packages (Howard Chu) 4ea7832 gitian: omit ccache from gitian builds (Howard Chu) | |||||
2021-10-11 | Merge pull request #7874 | luigi1111 | 6 | -52/+390 | |
9154883 node_server: fix race condition (anon) 8922f96 node_server: add race condition demo (anon) | |||||
2021-10-11 | Merge pull request #7793 | luigi1111 | 6 | -11/+103 | |
13a8a57 trezor: try empty passphrase first (Dusan Klinec) | |||||
2021-10-11 | blockchain: fix pedantic assert | selsta | 1 | -0/+2 | |
2021-10-10 | simplewallet: fix incoming_transfers index error | selsta | 1 | -8/+6 | |
2021-10-10 | download: fix leak | moneromooo-monero | 1 | -1/+9 | |
A shared_ptr as by value capture will keep the object alive | |||||
2021-10-10 | ARMv8: detect AES support dynamically | Howard Chu | 1 | -35/+105 | |
2021-10-10 | depends: update zeromq package to 4.3.4 | selsta | 5 | -91/+28 | |
2021-10-07 | Ledger: member 'mode' was shadowing that of base class | mj-xmr | 1 | -2/+0 | |
2021-10-05 | Merge pull request #7984 | luigi1111 | 1 | -1/+1 | |
1346516 workflows: add missing dependency, fix mac build (selsta) | |||||
2021-10-04 | Decrease the "recent spend window" in gamma re-select to 15 blocks | j-berman | 1 | -1/+1 | |
- combined with patching integer truncation (#7798), this gets the algorithm marginally closer to mirroring empirically observed output ages - 50 was originally chosen assuming integer truncation would remain in the client for that client release version. But patching integer truncation causes the client to select more outputs in the 10-100 block range, and therefore the benefit of choosing a larger recent spend window of 50 has less merit - 15 seems well-suited to cover the somewhat sizable observable gap in the early window of blocks | |||||
2021-10-04 | cmake: don't optimize debug build | selsta | 1 | -5/+0 | |
2021-09-30 | workflows: add missing dependency, fix mac build | selsta | 1 | -1/+1 | |
2021-09-27 | gitian: cleanup more unused packages | Howard Chu | 5 | -19/+3 | |
These appear to be leftovers inherited from Bitcoin's builder | |||||
2021-09-27 | gitian: omit ccache from gitian builds | Howard Chu | 6 | -3/+8 | |
It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run. | |||||
2021-09-25 | cmake: fix copy/paste typo | selsta | 1 | -1/+1 | |
2021-09-25 | cmake: set cpp14 standard | selsta | 3 | -3/+3 | |
It's 2021, we can easily switch to C++14 without any troubles. | |||||
2021-09-23 | Merge pull request #7945 | luigi1111 | 4 | -13/+27 | |
4afd9a7 cmake: set required C/C++ standard to 11 (selsta) | |||||
2021-09-23 | Merge pull request #7942 | luigi1111 | 2 | -18/+2 | |
5617a29 unbound: remove leftovers (selsta) | |||||
2021-09-23 | Merge pull request #7934 | luigi1111 | 1 | -162/+15 | |
a95e6e0 Dockerfile: use depends (selsta) | |||||
2021-09-23 | Merge pull request #7933 | luigi1111 | 2 | -8/+8 | |
43a7279 depends: update unwind, fix build with ubuntu 21.04 (selsta) | |||||
2021-09-23 | Merge pull request #7930 | luigi1111 | 1 | -3/+4 | |
807cbcd easylogging++: fix missing logs (moneromooo-monero) | |||||
2021-09-23 | Merge pull request #7928 | luigi1111 | 2 | -18/+23 | |
e7e28bc CI: ccache common settings variable and apt settings tidying (mj-xmr) | |||||
2021-09-23 | Merge pull request #7925 | luigi1111 | 1 | -5/+2 | |
ce38f23 update readme research section contacts (Gingeropolous) | |||||
2021-09-23 | Merge pull request #7923 | luigi1111 | 1 | -2/+4 | |
5eaedb5 unit_tests: fix use after free in serialization test (moneromooo-monero) | |||||
2021-09-23 | Merge pull request #7917 | luigi1111 | 1 | -0/+1 | |
167cbdf CMake: Add missing SANITIZE option (mj-xmr) | |||||
2021-09-23 | Merge pull request #7911 | luigi1111 | 1 | -2/+2 | |
acef6c9 Fix parallel make of OpenSSL (Howard Chu) | |||||
2021-09-23 | Merge pull request #7891 | luigi1111 | 20 | -24/+403 | |
dfee15e RPC and ZeroMQ APIs to support p2pool (SChernykh) | |||||
2021-09-23 | Merge pull request #7890 | luigi1111 | 2 | -0/+12 | |
2a8a511 Quicker resource cleanup on p2p socks timeout (Lee *!* Clagett) | |||||
2021-09-23 | Merge pull request #7886 | luigi1111 | 1 | -0/+3 | |
1b7a708 Mac: UT node server fix IP localhost by aliasing (mj-xmr) | |||||
2021-09-23 | easylogging++: fix missing logs | moneromooo-monero | 1 | -3/+4 | |
2021-09-22 | LMDB: fix deadlock in resized detection | Howard Chu | 2 | -3/+13 | |
2021-09-20 | rpc: Fix get_transactions failing when not found | Nathan Dorfman | 1 | -2/+14 | |
2021-09-20 | node_server: fix race condition | anon | 5 | -52/+130 | |
2021-09-20 | node_server: add race condition demo | anon | 1 | -0/+260 | |
2021-09-18 | Doc: building gtest on Debian and Ubuntu | ralphmapper | 1 | -1/+8 | |
2021-09-16 | cmake: set required C/C++ standard to 11 | selsta | 4 | -13/+27 | |
Co-authored-by: Jason Rhinelander <jason@imaginary.ca> | |||||
2021-09-15 | CI: ccache common settings variable and apt settings tidying | mj-xmr | 2 | -18/+23 | |
2021-09-15 | rpc: don't set error code as status string | selsta | 1 | -2/+2 | |
2021-09-15 | unbound: remove leftovers | selsta | 2 | -18/+2 | |
2021-09-12 | Mac: UT node server fix IP localhost by aliasing | mj-xmr | 1 | -0/+3 | |
2021-09-12 | Fix precision of average_output_time | j-berman | 1 | -7/+1 | |
The fix as suggested by <jberman> on IRC. Before the fix, it would truncate 1.9 to 1 skewing the output selection. | |||||
2021-09-12 | Dockerfile: use depends | selsta | 1 | -162/+15 | |
2021-09-11 | depends: update unwind, fix build with ubuntu 21.04 | selsta | 2 | -8/+8 | |
2021-09-11 | RPC and ZeroMQ APIs to support p2pool | SChernykh | 20 | -24/+403 | |
Adds the following: - "get_miner_data" to RPC API - "json-miner-data" to ZeroMQ subscriber contexts Both provide the necessary data to create a custom block template. They are used by p2pool. Data provided: - major fork version - current height - previous block id - RandomX seed hash - network difficulty - median block weight - coins mined by the network so far - mineable mempool transactions | |||||
2021-09-09 | Merge pull request #7899 | luigi1111 | 1 | -1/+1 | |
cd76eb7 wallet: fix unused lambda capture warning (selsta) | |||||
2021-09-09 | Merge pull request #7898 | luigi1111 | 1 | -1/+2 | |
f353c29 wallet_rpc_server: fix help text remaining bold (selsta) | |||||
2021-09-09 | Merge pull request #7884 | luigi1111 | 1 | -1/+1 | |
ec6b4cf support cors wildcard (woodser) | |||||
2021-09-09 | Merge pull request #7883 | luigi1111 | 1 | -1/+1 | |
d749e0d ringct: silence unused variable warning (selsta) | |||||
2021-09-09 | Merge pull request #7880 | luigi1111 | 1 | -1/+0 | |
573a025 core_tests: remove unused typedef, fix warning (selsta) | |||||
2021-09-09 | Merge pull request #7875 | luigi1111 | 1 | -1/+0 | |
15936bf Device: remove unused and incorrect non-default constructor (mj-xmr) | |||||
2021-09-09 | Merge pull request #7858 | luigi1111 | 1 | -1/+2 | |
426dbf4 fix median overflow bug (koe) | |||||
2021-09-09 | Merge pull request #7855 | luigi1111 | 1 | -10/+10 | |
ce0a2ce CI: use runner.os instead of OS labels (mj-xmr) | |||||
2021-09-09 | Merge pull request #7828 | luigi1111 | 2 | -0/+8 | |
b2c59af EasyLogging++: new anti-UB test and propagating exception (mj-xmr) | |||||
2021-09-09 | Merge pull request #7823 | luigi1111 | 4 | -4/+19 | |
24d3d65 monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir (Kermit Alexander II) | |||||
2021-09-09 | Merge pull request #7773 from selsta/unbound | luigi1111 | 12 | -40/+23 | |
external: remove unbound submodule | |||||
2021-09-09 | Merge pull request #7616 | luigi1111 | 12 | -11/+61 | |
4ced092 daemon: allow proxy configuration (anon, selsta, tobtoht) | |||||
2021-09-09 | Merge pull request #7342 | luigi1111 | 1 | -20/+34 | |
520ce1c Attempt to carve the fee from a partial payment early (lxop) | |||||
2021-09-08 | update readme research section contacts | Gingeropolous | 1 | -5/+2 | |
with edits from @UkoeHB from PR #7922 because I can't sqash because i use the github web gui like a plebe | |||||
2021-09-08 | UB: virtual methods in destructor at Trezor | mj-xmr | 1 | -2/+2 | |
2021-09-08 | LMDB: protection against UB, by not calling virtual methods from destructor | mj-xmr | 1 | -5/+5 | |
2021-09-08 | unit_tests: fix use after free in serialization test | moneromooo-monero | 1 | -2/+4 | |
2021-09-07 | UB: Not calling virtual method in destructor of WalletImpl | mj-xmr | 1 | -1/+1 | |
2021-09-04 | Add simple script for running gitian-build | Howard Chu | 3 | -0/+220 | |
This shell script creates a docker image for running the gitian-build.py script, to avoid version incompatibilities. The builds may be signed automatically after manually reviewing the build hashes. Only docker.io and apt-cacher-ng are required to be installed on the host. The MacOSX SDK should also be present in this directory if Mac builds are desired. A container named "gitrun" is used to launch the builds, and all output will reside in this container as well. | |||||
2021-09-03 | external: remove unbound submodule | selsta | 12 | -40/+23 | |
2021-09-02 | CMake: Add missing SANITIZE option | mj-xmr | 1 | -0/+1 | |
2021-08-31 | Fix parallel make of OpenSSL | Howard Chu | 1 | -2/+2 | |
2021-08-28 | wallet: fix unused lambda capture warning | selsta | 1 | -1/+1 | |
2021-08-26 | Merge pull request #7893 | luigi1111 | 1 | -4/+5 | |
e52802b Wallet2: fix optimize-coinbase for p2pool payouts (SChernykh) | |||||
2021-08-26 | Merge pull request #7850 | luigi1111 | 3 | -7/+7 | |
0ac9a04 epee: tidying post-incrementation -> pre-incrementation (mj-xmr) | |||||
2021-08-26 | Merge pull request #7847 | luigi1111 | 1 | -0/+2 | |
0a021c3 CMake: document -Werror for add_c_flag_if_supported() from #7718 (mj-xmr) | |||||
2021-08-27 | wallet_rpc_server: fix help text remaining bold | selsta | 1 | -1/+2 | |
2021-08-26 | Wallet2: fix optimize-coinbase for p2pool payouts | SChernykh | 1 | -4/+5 | |
RefreshOptimizeCoinbase was an optimization to speed up scanning of coinbase transactions before RingCT (tx version 2) where they split miner reward into multiple denominations, all to the same wallet. When RingCT was introduced, all coinbase transactions became 1 output only, so this optimization does nothing now. With p2pool, this optimization will skip scanning p2pool payouts because they use more than 1 output in coinbase transaction. Fix it by applying this optimization only to pre-RingCT transactions (version < 2). | |||||
2021-08-20 | Merge pull request #7881 | luigi1111 | 1 | -0/+2 | |
301355f epee: link with Boost_SYSTEM_LIBRARY (selsta) | |||||
2021-08-20 | Merge pull request #7878 | luigi1111 | 3 | -0/+7 | |
a9aaa47 wallet_api: add make_uri (tobtoht) | |||||
2021-08-20 | Merge pull request #7849 | luigi1111 | 1 | -1/+2 | |
6f15a0c Make sure node returns to wallet that real output is unlocked (j-berman) | |||||
2021-08-20 | Merge pull request #7845 | luigi1111 | 1 | -0/+6 | |
e1af8dc Protect client from divide by 0 caused by integer truncation (j-berman) | |||||
2021-08-20 | Merge pull request #7832 | luigi1111 | 1 | -2/+2 | |
d8e71c8 CMake: ccache fix for FreeBSD at 'depends' (mj-xmr) | |||||
2021-08-20 | Merge pull request #7821 | luigi1111 | 1 | -0/+31 | |
da2955f Apply gamma distr from chain tip when selecting decoys (j-berman) | |||||
2021-08-20 | Merge pull request #7780 | luigi1111 | 1 | -4/+18 | |
bb633d3 Workflows: depends cache (static) separated from ccache (volatile) (mj-xmr) | |||||
2021-08-20 | daemon: allow proxy configuration | anon | 12 | -11/+61 | |
Co-authored-by: selsta <selsta@sent.at> Co-authored-by: tobtoht <thotbot@protonmail.com> | |||||
2021-08-20 | support cors wildcard | woodser | 1 | -1/+1 | |
2021-08-20 | monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir | Kermit Alexander II | 4 | -4/+19 | |
2021-08-19 | Protect client from divide by 0 caused by integer truncation | j-berman | 1 | -0/+6 | |
2021-08-19 | Apply gamma distr from chain tip when selecting decoys | j-berman | 1 | -0/+31 | |
- matches the paper by Miller et al to apply the gamma from chain tip, rather than after unlock time - if the gamma produces an output more recent than the unlock time, the algo packs that output into one of the first 50 spendable blocks, respecting the block density factor | |||||
2021-08-19 | ringct: silence unused variable warning | selsta | 1 | -1/+1 | |
2021-08-19 | Device: remove unused and incorrect non-default constructor | mj-xmr | 1 | -1/+0 | |
2021-08-19 | epee: link with Boost_SYSTEM_LIBRARY | selsta | 1 | -0/+2 | |
2021-08-19 | core_tests: remove unused typedef, fix warning | selsta | 1 | -1/+0 | |
2021-08-19 | wallet_api: add make_uri | tobtoht | 3 | -0/+7 | |
2021-08-13 | fix median overflow bug | koe | 1 | -1/+2 | |
2021-08-12 | CI: use runner.os instead of OS labels | mj-xmr | 1 | -10/+10 | |
2021-08-11 | Merge pull request #7818 | luigi1111 | 2 | -8/+8 | |
9c8e3e8 unit_tests: fix broken tests (anon) | |||||
2021-08-11 | Merge pull request #7816 | luigi1111 | 1 | -17/+17 | |
29296d5 cmake: fix double build (selsta) | |||||
2021-08-11 | Merge pull request #7812 | luigi1111 | 1 | -1/+2 | |
bf96055 Make SSL key/cert storage backward-compatible (Nathan Dorfman) | |||||
2021-08-11 | Merge pull request #7811 | luigi1111 | 1 | -2/+6 | |
3d3a671 Daemon: Update average block size table (rbrunner7) | |||||
2021-08-11 | Merge pull request #7809 | luigi1111 | 5 | -15/+48 | |
7354ffb p2p: remove blocked addresses/hosts from peerlist (moneromooo-monero) | |||||
2021-08-11 | Merge pull request #7802 | luigi1111 | 3 | -0/+7 | |
a3d2b71 wallet_api: expose offline mode status (rating89us) | |||||
2021-08-11 | Merge pull request #7800 | luigi1111 | 1 | -6/+12 | |
b48074f Fixed json serialization of rct::RCTTypeNull (SChernykh) | |||||
2021-08-11 | Merge pull request #7795 | luigi1111 | 1 | -1/+1 | |
87a0928 rpc: source file extensions must be explicit (cmake warning) (selsta) | |||||
2021-08-11 | Merge pull request #7786 | luigi1111 | 1 | -3/+6 | |
9c6e094 fix #7784 - deinit wallet in wallet dtor (Dusan Klinec) | |||||
2021-08-11 | CMake: document -Werror for add_c_flag_if_supported() from #7718 | mj-xmr | 1 | -0/+2 | |
2021-08-11 | epee: tidying post-incrementation -> pre-incrementation | mj-xmr | 3 | -7/+7 | |
2021-08-11 | Make sure node returns to wallet that real output is unlocked | j-berman | 1 | -1/+2 | |
2021-08-05 | p2p: remove blocked addresses/hosts from peerlist | moneromooo-monero | 5 | -15/+48 | |
2021-08-04 | CMake: ccache fix for FreeBSD at 'depends' | mj-xmr | 1 | -2/+2 | |
2021-08-03 | EasyLogging++: new anti-UB test and propagating exception | mj-xmr | 2 | -0/+8 | |
2021-08-03 | trezor: try empty passphrase first | Dusan Klinec | 6 | -11/+103 | |
- Try empty passphrase first when opening a wallet, as all Trezors will have passphrase enabled by default by Trezor Suite by default. This feature enables easier access to all users using disabled passphrase (or empty passhprase) - If wallet address differs from device address with empty passphrase, another opening attempt is made, without passphrase suppression, so user can enter his passhprase if using some. In this scenario, nothing changes to user, wallet opening just consumes one more call to Trezor (get wallet address with empty passphrase) - also change how m_passphrase is used. Previous version did not work well with recent passphrase entry mechanism change (made in Trezor), thus this commit fixes the behaviour). | |||||
2021-08-02 | Merge pull request #7796 | luigi1111 | 1 | -8/+20 | |
0c6e1d3 wallet2: chunk get_outs.bin calls to avoid sanity limits (moneromooo-monero) | |||||
2021-08-02 | Merge pull request #7794 | luigi1111 | 1 | -1/+1 | |
4414ed4 cmake: test is a reserved keyword (selsta) | |||||
2021-08-02 | Merge pull request #7790 | luigi1111 | 1 | -1/+1 | |
bc8d764 wallet: rephrase error message on invalid device address (Dusan Klinec) | |||||
2021-08-02 | Merge pull request #7788 | luigi1111 | 1 | -2/+1 | |
f5eb2ce wallet2: Don't auto lock device on process parsed blocks (tobtoht) | |||||
2021-08-02 | Merge pull request #7787 | luigi1111 | 1 | -13/+9 | |
1b80347 CI: Ubuntu-Test reuses Ubuntu-Build cache and building static libs (mj-xmr) | |||||
2021-08-02 | Merge the coolest pull request #7777 | luigi1111 | 3 | -281/+0 | |
30c15a6 Remove obsolete android dockerfiles (malinero) | |||||
2021-08-02 | Merge pull request #7767 | luigi1111 | 2 | -10/+54 | |
5fa1c90 Fix describe_transfer for multiple txes in a txset (Alex Opie) | |||||
2021-08-02 | Merge pull request #7757 | luigi1111 | 1 | -3/+4 | |
d689b94 protocol: fix delayed 'you are now synchronized...' message (moneromooo-monero) | |||||
2021-08-02 | Merge pull request #7747 | luigi1111 | 1 | -8/+9 | |
8cf95c8 wallet2: refresh: check error and throw before potentially breaking out of loop (tobtoht) | |||||
2021-08-02 | Fix describe_transfer for multiple txes in a txset | Alex Opie | 2 | -10/+54 | |
This ensures each list of recipients is only the recipients for one transaction. It also adds a new field "summary" that describes the txset as a whole. Fixes #7344 | |||||
2021-07-31 | Merge pull request #7824 | luigi1111 | 1 | -1/+1 | |
90d6bed cmake: bodge cmake failure on OSS-Fuzz (moneromooo-monero) |