Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-19 | replace erciccione's seednode with one on haveno's infrastructure | erciccione | 1 | -1/+1 | |
2022-03-18 | Merge pull request #8190 | luigi1111 | 30 | -945/+2219 | |
743dd0e multisig key exchange update and refactor (koe) | |||||
2022-03-18 | Merge pull request #8159 | luigi1111 | 2 | -5/+15 | |
fb018df Balance includes unconfirmed transfers to self (woodser) | |||||
2022-03-18 | Merge pull request #8154 | luigi1111 | 1 | -0/+8 | |
1dcca96 Balance includes unconfirmed payments (woodser) | |||||
2022-03-02 | Merge pull request #8163 | luigi1111 | 1 | -4/+5 | |
34c1561 wallet inits cache if file and blob missing (woodser) | |||||
2022-02-24 | multisig key exchange update and refactor | koe | 30 | -945/+2219 | |
2022-01-30 | Balance includes unconfirmed transfers to self | woodser | 2 | -5/+15 | |
2022-01-30 | wallet inits cache if file and blob missing | woodser | 1 | -4/+5 | |
2022-01-24 | Merge pull request #8131 | luigi1111 | 1 | -3/+3 | |
7483847 Update net_node.inl to to replace seed node (Gingeropolous) | |||||
2022-01-23 | Balance includes unconfirmed payments | woodser | 1 | -0/+8 | |
2022-01-04 | Update net_node.inl to to replace seed node | Gingeropolous | 1 | -3/+3 | |
update net_node.inl to replace old xmrchain.net seed node with new xmrchain.net server IP so the old one can retire and spend its final days drinking things out of coconuts | |||||
2021-11-30 | Merge pull request #8096v0.17.3.0 | luigi1111 | 2 | -5/+7 | |
7430b9e Fix Android OpenSSL build (Howard Chu) | |||||
2021-11-30 | Merge pull request #8094 | luigi1111 | 10 | -13/+13 | |
6b881af cmake: set 3.5 as minimum version (selsta) | |||||
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 | cmake: set 3.5 as minimum version | selsta | 10 | -13/+13 | |
2021-11-29 | Merge pull request #7977 | luigi1111 | 3 | -0/+220 | |
fc4e574 Add simple script for running gitian-build (Howard Chu) | |||||
2021-11-26 | Merge pull request #8085 | luigi1111 | 2 | -1/+1 | |
39bb22a blocks: update checkpoints.dat (selsta) | |||||
2021-11-26 | Merge pull request #8084 | luigi1111 | 1 | -0/+15 | |
a4954a9 rpc: fix DoS vector in get_output_distribution (moneromooo-monero) | |||||
2021-11-26 | Merge pull request #8075 | luigi1111 | 6 | -5/+87 | |
6f80a46 Add python method (Howard Chu) c09054b Add calcpow RPC (Howard Chu) | |||||
2021-11-26 | Merge pull request #8072 | luigi1111 | 1 | -0/+0 | |
7a21487 Update RandomX (Jethro Grassie) | |||||
2021-11-26 | Merge pull request #8056 | luigi1111 | 2 | -2/+28 | |
9d6ba37 hidapi: bump hidapi to 0.11.0 (selsta) | |||||
2021-11-26 | blocks: update checkpoints.dat | selsta | 2 | -1/+1 | |
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-09 | Merge pull request #8049 | luigi1111 | 1 | -0/+0 | |
782e8a3 Update RandomX to v1.1.10 (tevador) | |||||
2021-11-09 | Merge pull request #8039 | luigi1111 | 2 | -72/+46 | |
c942c2c device: fix ledger error strings, add human friendly messages (selsta) 99b97dc device: Ledger - update status codes (xiphon) | |||||
2021-11-09 | Merge pull request #8037 | luigi1111 | 2 | -3/+65 | |
df79eb1 depends: openssl 1.1.1k -> 1.1.1l (selsta) | |||||
2021-11-09 | Merge pull request #8032 | luigi1111 | 1 | -16/+54 | |
c9f73f1 slow_hash: don't blow out Mac stack on ARM64 (Howard Chu) | |||||
2021-11-09 | Merge pull request #8023 | luigi1111 | 7 | -10/+11 | |
3cb7fda build: prepare v0.17.3.0 (selsta) | |||||
2021-11-09 | Merge pull request #7997 | luigi1111 | 48 | -190/+323 | |
29c03e2 wallet_api: enable set_strict_default_file_permissions (tobtoht) 1c26d34 epee: add missing header (selsta) 1d451a6 depends: update zeromq package to 4.3.4 (selsta) 5180610 cmake: use CMAKE_CURRENT_LIST_DIR for git version (selsta) 5aae00a epee: avoid ADL selecting C++14 std::quoted (selsta) cf31136 cmake: set cpp14 standard (selsta) 945665f fix median overflow bug (koe) 908ecb3 LMDB: fix deadlock in resized detection (Howard Chu) a492c4e blockchain: fix pedantic assert (selsta) 1e663e8 Increase timeout for the mining test 4 times (to 240s) (mj-xmr) 4760f8b Wallet2: Update 'approximate_testnet_rolled_back_blocks' (rbrunner7) 76b6120 cmake: set required C/C++ standard to 11 (selsta) 3067987 Fix parallel make of OpenSSL (Howard Chu) 1219c74 add singapore.node.xmr.pm to seed nodes (lza_menace) 689dd52 net_node: add seed node (selsta) 95936a3 depends: update unwind, fix build with ubuntu 21.04 (selsta) e2c802f Only INFO log for short seed words with ALLOW_SHORT_WORDS active (rbrunner7) 14df8ad epee: don't log raw packet data (moneromooo-monero) 5fa7208 Mac: Enable on ARM, by not enforcing x86_64 (mj-xmr) fe6ab93 daemon: allow proxy configuration (anon) 52dcc03 bootstrap_daemon: proxy configuration support (xiphon) a6df656 wallet2: chunk get_outs.bin calls to avoid sanity limits (moneromooo-monero) | |||||
2021-11-10 | hidapi: bump hidapi to 0.11.0 | selsta | 2 | -2/+28 | |
2021-11-08 | Update RandomX to v1.1.10 | tevador | 1 | -0/+0 | |
2021-11-03 | device: fix ledger error strings, add human friendly messages | selsta | 1 | -7/+3 | |
2021-11-03 | device: Ledger - update status codes | xiphon | 2 | -65/+43 | |
2021-11-02 | depends: openssl 1.1.1k -> 1.1.1l | selsta | 2 | -3/+65 | |
2021-11-01 | Merge pull request #8030 | luigi1111 | 1 | -1/+1 | |
89a0b31 crypto: fix typo in ifdef (selsta) | |||||
2021-11-01 | Merge pull request #8014 | luigi1111 | 2 | -23/+4 | |
103c973 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 | build: prepare v0.17.3.0 | selsta | 7 | -10/+11 | |
2021-10-29 | crypto: fix typo in ifdef | selsta | 1 | -1/+1 | |
2021-10-25 | Merge pull request #8022 | luigi1111 | 1 | -0/+1 | |
6c084e1 protocol: fix spurious rejection of downloaded blocks (moneromooo-monero) | |||||
2021-10-25 | Merge pull request #8007 | luigi1111 | 6 | -12/+12 | |
8bc414b Add README to release archives (Howard Chu) 840cd25 README v12 fork occurred on 2019-11-30 as expected (Howard Chu) | |||||
2021-10-25 | Merge pull request #7996 | luigi1111 | 1 | -2/+3 | |
423b655 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-23 | 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-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 | depends: update zeromq package to 4.3.4 | selsta | 5 | -91/+28 | |
2021-10-21 | cmake: use CMAKE_CURRENT_LIST_DIR for git version | selsta | 1 | -2/+2 | |
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-18 | cmake: set cpp14 standard | selsta | 3 | -3/+3 | |
It's 2021, we can easily switch to C++14 without any troubles. | |||||
2021-10-17 | Merge pull request #8005 | luigi1111 | 1 | -35/+105 | |
3a3fbc3 ARMv8: detect AES support dynamically (Howard Chu) | |||||
2021-10-17 | Merge pull request #7993 | luigi1111 | 1 | -1/+1 | |
c599b56 Decrease the 'recent spend window' in gamma re-select to 15 blocks (j-berman) | |||||
2021-10-17 | Merge pull request #7870 | luigi1111 | 1 | -2/+2 | |
56589dd UB: virtual methods in destructor at Trezor (mj-xmr) | |||||
2021-10-17 | Merge pull request #7868 | luigi1111 | 1 | -1/+1 | |
36527c0 UB: virtual method in destructor of WalletImpl v0.17 (mj-xmr) | |||||
2021-10-17 | Merge pull request #7861 | luigi1111 | 1 | -5/+5 | |
cf65e5b LMDB: protection against UB, by not calling virtual methods from destructor - v0.17 (mj-xmr) | |||||
2021-10-17 | Merge pull request #7798 | luigi1111 | 1 | -7/+1 | |
3d9f348 Fix precision of average_output_time (j-berman) | |||||
2021-10-14 | Add README to release archives | Howard Chu | 5 | -9/+9 | |
Also add ANONYMITY_NETWORKS.md | |||||
2021-10-14 | README v12 fork occurred on 2019-11-30 as expected | Howard Chu | 1 | -3/+3 | |
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-14 | fix median overflow bug | koe | 1 | -1/+2 | |
2021-10-14 | LMDB: fix deadlock in resized detection | Howard Chu | 2 | -3/+13 | |
2021-10-14 | blockchain: fix pedantic assert | selsta | 1 | -0/+2 | |
2021-10-11 | ARMv8: detect AES support dynamically | Howard Chu | 1 | -35/+105 | |
2021-10-11 | Merge pull request #7978 | luigi1111 | 2 | -0/+12 | |
4d224de Quicker resource cleanup on p2p socks timeout (Lee *!* Clagett) | |||||
2021-10-11 | Merge pull request #7976 | luigi1111 | 6 | -22/+11 | |
f508612 gitian: cleanup more unused packages (Howard Chu) b8685bc gitian: omit ccache from gitian builds (Howard Chu) | |||||
2021-10-11 | Merge pull request #7959 | luigi1111 | 1 | -2/+14 | |
209c031 rpc: Fix get_transactions failing when not found (Nathan Dorfman) | |||||
2021-10-11 | Merge pull request #7873 | luigi1111 | 6 | -52/+389 | |
d4c7549 node_server: fix race condition (anon) 2909bd1 node_server: add race condition demo (anon) | |||||
2021-10-10 | Increase timeout for the mining test 4 times (to 240s) | mj-xmr | 1 | -1/+1 | |
2021-10-07 | Wallet2: Update 'approximate_testnet_rolled_back_blocks' | rbrunner7 | 1 | -1/+1 | |
2021-10-05 | Merge pull request #7985 | luigi1111 | 1 | -1/+1 | |
2481333 workflows: add missing dependency, fix mac build (selsta) | |||||
2021-10-06 | cmake: set required C/C++ standard to 11 | selsta | 4 | -13/+26 | |
Co-authored-by: Jason Rhinelander <jason@imaginary.ca> | |||||
2021-10-06 | Fix parallel make of OpenSSL | Howard Chu | 1 | -2/+2 | |
2021-10-06 | add singapore.node.xmr.pm to seed nodes | lza_menace | 1 | -1/+5 | |
2021-10-06 | net_node: add seed node | selsta | 1 | -0/+3 | |
2021-10-06 | depends: update unwind, fix build with ubuntu 21.04 | selsta | 2 | -8/+8 | |
2021-10-06 | Only INFO log for short seed words with ALLOW_SHORT_WORDS active | rbrunner7 | 1 | -1/+1 | |
2021-10-06 | epee: don't log raw packet data | moneromooo-monero | 1 | -4/+4 | |
2021-10-06 | Mac: Enable on ARM, by not enforcing x86_64 | mj-xmr | 1 | -1/+1 | |
2021-10-06 | daemon: allow proxy configuration | anon | 12 | -12/+62 | |
Co-authored-by: selsta <selsta@sent.at> Co-authored-by: tobtoht <thotbot@protonmail.com> | |||||
2021-10-06 | bootstrap_daemon: proxy configuration support | xiphon | 9 | -27/+125 | |
2021-10-06 | wallet2: chunk get_outs.bin calls to avoid sanity limits | moneromooo-monero | 1 | -8/+20 | |
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-09-30 | workflows: add missing dependency, fix mac build | selsta | 1 | -1/+1 | |
2021-09-27 | 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-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-27 | Quicker resource cleanup on p2p socks timeout | Lee *!* Clagett | 2 | -0/+12 | |
2021-09-23 | Merge pull request #7964 | luigi1111 | 20 | -24/+403 | |
d51e3f2 RPC and ZeroMQ APIs to support p2pool (SChernykh) | |||||
2021-09-23 | Merge pull request #7961 | luigi1111 | 1 | -2/+2 | |
24f3e4c simplewallet: don't truncate integ. address in export_transfers (selsta) | |||||
2021-09-23 | Merge pull request #7952 | luigi1111 | 1 | -1/+1 | |
8a7f692 support cors wildcard (woodser) | |||||
2021-09-23 | Merge pull request #7929 | luigi1111 | 1 | -3/+4 | |
f4a745d easylogging++: fix missing logs (moneromooo-monero) | |||||
2021-09-23 | easylogging++: fix missing logs | moneromooo-monero | 1 | -3/+4 | |
2021-09-21 | 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-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/+259 | |
2021-09-17 | support cors wildcard | woodser | 1 | -1/+1 | |
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-10 | simplewallet: don't truncate integ. address in export_transfers | selsta | 1 | -2/+2 | |
2021-09-09 | Merge pull request #7906 | luigi1111 | 3 | -2/+3 | |
58892be miniupnp: set submodule to upstream, disable install (selsta) | |||||
2021-09-09 | LMDB: protection against UB, by not calling virtual methods from destructor ↵ | mj-xmr | 1 | -5/+5 | |
- v0.17 | |||||
2021-09-08 | UB: virtual methods in destructor at Trezor | mj-xmr | 1 | -2/+2 | |
2021-09-08 | UB: virtual method in destructor of WalletImpl v0.17 | mj-xmr | 1 | -1/+1 | |
2021-08-29 | Merge pull request #7902v0.17.2.3 | luigi1111 | 1 | -0/+1 | |
0ae1cd2 v0.17: Fix Boost-1.77: Add missing algorithm header to i18n.cpp (mj-xmr) | |||||
2021-08-29 | Merge pull request #7888 | luigi1111 | 1 | -0/+33 | |
3c15eb8 python-rpc: add missing python api for new freeze/thaw/frozen RPC (moneromooo-monero) | |||||
2021-08-29 | miniupnp: set submodule to upstream, disable install | selsta | 3 | -2/+3 | |
2021-08-28 | v0.17: Fix Boost-1.77: Add missing algorithm header to i18n.cpp | mj-xmr | 1 | -0/+1 | |
2021-08-26 | Merge pull request #7894 | luigi1111 | 1 | -4/+5 | |
c0ce4d5 Wallet2: fix optimize-coinbase for p2pool payouts (SChernykh) | |||||
2021-08-26 | Merge pull request #7825 | luigi1111 | 22 | -59/+133 | |
ccfed60 cmake: test is a reserved keyword (selsta) f0fa959 cmake: fix ccache detection (anon) 8dbe2e5 Daemon: Update average block size table (rbrunner7) 94bad34 wallet2: Don't auto lock device on process parsed blocks (tobtoht) 3c23aca ledger: don't lock for software device (tobtoht) 49beb8d ledger: use software device if we have view key (tobtoht) d188b5f wallet_api: getPassword (tobtoht) a395f36 depends, docker: fix bintray links (selsta) 0fecd7e blocks: fix cmake syntax (selsta) 76824bf Stop adding more outputs than bulletproof allows (Alex Opie) 67ba733 unit_tests: fix wipeable_string parse_hexstr test with latest gtest (xiphon) 402ba04 cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB (selsta) 1565bcb epee: include public openssl header in cmake (selsta) 2e9af2a cmake: treat warnings as error in compiler flag tests (selsta) db564ef wallet_api: fix typo in exportKeyImages (selsta) 8507917 depends: add getmonero package mirror (selsta) 8716d2a cmake: fix non portable code (selsta) | |||||
2021-08-26 | Merge pull request #7822 | luigi1111 | 1 | -0/+31 | |
99bee1c Apply gamma distr from chain tip when selecting decoys (j-berman) | |||||
2021-08-26 | Merge pull request #7805 | luigi1111 | 5 | -7/+8 | |
1e037d3 build: prepare v0.17.2.3 (selsta) | |||||
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-24 | python-rpc: add missing python api for new freeze/thaw/frozen RPC | moneromooo-monero | 1 | -0/+33 | |
2021-08-20 | Merge pull request #7882 | luigi1111 | 1 | -0/+2 | |
e48fae3 epee: link with Boost_SYSTEM_LIBRARY (selsta) | |||||
2021-08-20 | Merge pull request #7879 | luigi1111 | 3 | -0/+7 | |
be6c61e wallet_api: add make_uri (tobtoht) | |||||
2021-08-20 | Merge pull request #7848 | luigi1111 | 1 | -1/+2 | |
adcf440 Make sure node returns to wallet that real output is unlocked (j-berman) | |||||
2021-08-20 | Merge pull request #7846 | luigi1111 | 1 | -0/+6 | |
2285c66 Protect client from divide by 0 caused by integer truncation (j-berman) | |||||
2021-08-20 | Merge pull request #7838 | luigi1111 | 3 | -1/+154 | |
6ec9fd6 support freeze, thaw, and frozen in wallet rpc (woodser) | |||||
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 | epee: link with Boost_SYSTEM_LIBRARY | selsta | 1 | -0/+2 | |
2021-08-19 | wallet_api: add make_uri | tobtoht | 3 | -0/+7 | |
2021-08-19 | build: prepare v0.17.2.3 | selsta | 5 | -7/+8 | |
2021-08-12 | support freeze, thaw, and frozen in wallet rpc | woodser | 3 | -1/+154 | |
2021-08-12 | cmake: test is a reserved keyword | selsta | 1 | -1/+1 | |
2021-08-12 | cmake: fix ccache detection | anon | 1 | -6/+13 | |
2021-08-12 | Daemon: Update average block size table | rbrunner7 | 1 | -2/+6 | |
2021-08-11 | Merge pull request #7839 | luigi1111 | 3 | -10/+40 | |
925c6b6 provide key images of spent outputs in wallet rpc (woodser) | |||||
2021-08-11 | Merge pull request #7817 | luigi1111 | 2 | -8/+8 | |
1510b1e unit_tests: fix broken tests (anon) | |||||
2021-08-11 | Merge pull request #7810 | luigi1111 | 5 | -15/+48 | |
8eb2b79 p2p: remove blocked addresses/hosts from peerlist (moneromooo-monero) | |||||
2021-08-11 | Merge pull request #7801 | luigi1111 | 1 | -6/+12 | |
07d82af Fixed json serialization of rct::RCTTypeNull (SChernykh) | |||||
2021-08-11 | Merge pull request #7792 | luigi1111 | 1 | -3/+6 | |
9b84043 fix #7784 - deinit wallet in wallet dtor (Dusan Klinec) | |||||
2021-08-11 | Make sure node returns to wallet that real output is unlocked | j-berman | 1 | -1/+2 | |
2021-08-07 | provide key images of spent outputs in wallet rpc | woodser | 3 | -10/+40 | |
2021-08-07 | wallet2: Don't auto lock device on process parsed blocks | tobtoht | 1 | -2/+1 | |
2021-08-07 | ledger: don't lock for software device | tobtoht | 1 | -3/+2 | |
2021-08-07 | ledger: use software device if we have view key | tobtoht | 2 | -6/+13 | |
2021-08-07 | wallet_api: getPassword | tobtoht | 3 | -0/+7 | |
2021-08-05 | p2p: remove blocked addresses/hosts from peerlist | moneromooo-monero | 5 | -15/+48 | |
2021-08-02 | Merge pull request #7791 | luigi1111 | 1 | -1/+1 | |
7e3f211 wallet: rephrase error message on invalid device address (Dusan Klinec) | |||||
2021-08-01 | depends, docker: fix bintray links | selsta | 4 | -4/+4 | |
2021-08-01 | blocks: fix cmake syntax | selsta | 1 | -1/+1 | |
2021-08-01 | Stop adding more outputs than bulletproof allows | Alex Opie | 1 | -7/+35 | |
If more outputs are requested, they are split across multiple transactions. #7322 | |||||
2021-08-01 | unit_tests: fix wipeable_string parse_hexstr test with latest gtest | xiphon | 1 | -9/+9 | |
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973196 | |||||
2021-08-01 | cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB | selsta | 1 | -1/+1 | |
2021-08-01 | epee: include public openssl header in cmake | selsta | 1 | -0/+6 | |
2021-08-01 | cmake: treat warnings as error in compiler flag tests | selsta | 1 | -4/+6 | |
2021-08-01 | wallet_api: fix typo in exportKeyImages | selsta | 1 | -1/+1 | |
2021-08-01 | depends: add getmonero package mirror | selsta | 5 | -5/+8 | |
2021-08-01 | cmake: fix non portable code | selsta | 1 | -9/+21 | |
2021-07-28 | Merge pull request #7815 | luigi1111 | 1 | -1/+3 | |
7128f73 cmake: don't forbid undefined symbols on openbsd (selsta) | |||||
2021-07-28 | unit_tests: fix broken tests | anon | 2 | -8/+8 | |
boosted_tcp_server: check condition before sleep too cryptonote_protocol_handler: each instance of BlockchainLMDB requires separate thread due to private thread local fields | |||||
2021-07-28 | cmake: don't forbid undefined symbols on openbsd | selsta | 1 | -1/+3 | |
2021-07-27 | Merge pull request #7789 | luigi1111 | 1 | -2/+2 | |
2161bd0 device: set correct ledger min version (selsta) | |||||
2021-07-27 | Merge pull request #7781 | luigi1111 | 1 | -1/+1 | |
4f7c38a device_trezor_base: fix typo (anon) | |||||
2021-07-27 | Merge pull request #7693 | luigi1111 | 7 | -18/+127 | |
ec6ff0d cmake: export all symbols (anon) ceb8e7c cmake: fix undefined symbols and multiple definitions (anon) 72af8a5 cmake: forbid undefined symbols (anon) | |||||
2021-07-18 | Fixed json serialization of rct::RCTTypeNull | SChernykh | 1 | -6/+12 | |
rct::RCTTypeNull doesn't have these fields (ecdhInfo, outPk, txnFee). | |||||
2021-07-14 | fix #7784 - deinit wallet in wallet dtor | Dusan Klinec | 1 | -3/+6 | |
2021-07-14 | wallet: rephrase error message on invalid device address | Dusan Klinec | 1 | -1/+1 | |
2021-07-14 | device: set correct ledger min version | selsta | 1 | -2/+2 | |
2021-07-13 | cmake: export all symbols | anon | 1 | -0/+12 | |
2021-07-13 | cmake: fix undefined symbols and multiple definitions | anon | 7 | -18/+69 | |
2021-07-13 | cmake: forbid undefined symbols | anon | 1 | -0/+46 | |
2021-07-10 | device_trezor_base: fix typo | anon | 1 | -1/+1 | |
2021-06-16 | Merge pull request #7734 | luigi1111 | 1 | -0/+0 | |
a2d8f87 randomx: bump submodule to v1.1.9 (selsta) | |||||
2021-06-01 | Merge pull request #7736 | luigi1111 | 1 | -0/+2 | |
c28d2f7 Fix boost 1.76.0 compatibility (loqs) | |||||
2021-05-24 | Fix boost 1.76.0 compatibility | loqs | 1 | -0/+2 | |
Add missing header boost/mpl/contains.hpp monero-project/monero/issues/7728 | |||||
2021-05-22 | randomx: bump submodule to v1.1.9 | selsta | 1 | -0/+0 | |
2021-05-12 | Merge pull request #7695 | luigi1111 | 1 | -1/+1 | |
1d6f211 workflows: fix windows build (selsta) | |||||
2021-05-12 | Merge pull request #7687 | luigi1111 | 1 | -1/+3 | |
cb9a2e4 add -framework AppKit for Apple (woodser) | |||||
2021-05-12 | Merge pull request #7678 | luigi1111 | 9 | -8/+172 | |
dedcd63 wallet_api: import / export output function (tobtoht) 6e22710 expose set_offline to wallet api (benevanoff) 02e9a41 wallet_api: add isDeterministic() (tobtoht) def5819 wallet_api: add seed_offset param to seed() (tobtoht) 73959c6 wallet_api: store fee for incoming txs in history (Ben Evanoff) 712f362 wallet api: allow wallet to fetch all key images via api (benevanoff) 153d08d Allow tx note edits via TransactionHistory object in wallet/api (dsc) 2abd7b1 wallet_api: TransactionHistory - fill unconfirmed out payments dests (xiphon) 9a50bef Extend TransactionInfo with coinbase and description attributes in wallet/api (dsc) 22bb6a6 Allow AddressBook description edits via wallet/api interface (dsc) | |||||
2021-05-12 | Merge pull request #7680 | luigi1111 | 3 | -23/+28 | |
70c5c81 wallet2: Fix rescan_bc keep_ki option (Nathan Dorfman) | |||||
2021-04-27 | workflows: fix windows build | selsta | 1 | -1/+1 | |
2021-04-26 | add -framework AppKit for Apple | woodser | 1 | -1/+3 | |
2021-04-22 | wallet2: Fix rescan_bc keep_ki option | Nathan Dorfman | 3 | -23/+28 | |
2021-04-22 | Merge pull request #7657 | luigi1111 | 1 | -3/+3 | |
6305b90 ITS#9496 fix mdb_env_open bug from #8704 (Howard Chu) | |||||
2021-04-22 | wallet_api: import / export output function | tobtoht | 3 | -0/+77 | |
2021-04-22 | expose set_offline to wallet api | benevanoff | 3 | -0/+12 | |
2021-04-22 | wallet_api: add isDeterministic() | tobtoht | 3 | -0/+12 | |
2021-04-22 | wallet_api: add seed_offset param to seed() | tobtoht | 3 | -4/+4 | |
2021-04-22 | wallet_api: store fee for incoming txs in history | Ben Evanoff | 1 | -0/+1 | |
2021-04-22 | wallet api: allow wallet to fetch all key images via api | benevanoff | 3 | -4/+5 | |
2021-04-22 | Allow tx note edits via TransactionHistory object in wallet/api | dsc | 3 | -0/+13 | |
2021-04-22 | wallet_api: TransactionHistory - fill unconfirmed out payments dests | xiphon | 1 | -0/+4 | |
2021-04-22 | Extend TransactionInfo with coinbase and description attributes in wallet/api | dsc | 4 | -0/+23 | |
2021-04-22 | Allow AddressBook description edits via wallet/api interface | dsc | 3 | -0/+21 | |
2021-04-16 | Merge pull request #7655 | luigi1111 | 1 | -4/+0 | |
9fc9c7d gitian: remove osslsigncode (selsta) | |||||
2021-04-16 | Merge pull request #7654 | luigi1111 | 1 | -1/+1 | |
df03288 unit_tests: fix boost 1.58 compatibility (anon) | |||||
2021-04-09 | ITS#9496 fix mdb_env_open bug from #8704 | Howard Chu | 1 | -3/+3 | |
Broken in 9c6eb75c656363176a55c63c81803feb3cfa614d | |||||
2021-04-08 | gitian: remove osslsigncode | selsta | 1 | -4/+0 | |
Unused and archive is offline | |||||
2021-04-08 | unit_tests: fix boost 1.58 compatibility | anon | 1 | -1/+1 | |
2021-04-06 | Merge pull request #7647v0.17.2.0 | luigi1111 | 1 | -0/+12 | |
d7b74a4 Tests: Fix test node_server.bind_same_p2p_port from randomly crashing (mj-xmr) | |||||
2021-04-06 | Merge pull request #7350 | luigi1111 | 9 | -27/+64 | |
4a9ae3e fix serialization being different on mac (moneromooo-monero) | |||||
2021-04-05 | Tests: Fix test node_server.bind_same_p2p_port from randomly crashing | mj-xmr | 1 | -0/+12 | |
2021-03-29 | Merge pull request #7638 | luigi1111 | 6 | -9/+10 | |
c18cdd3 build: prepare v0.17.2.0 (selsta) | |||||
2021-03-29 | Merge pull request #7637 | luigi1111 | 1 | -2/+2 | |
13978a9 depends: openssl 1.1.1i -> 1.1.1k (selsta) | |||||
2021-03-29 | Merge pull request #7631 | luigi1111 | 1 | -1/+12 | |
fd869a7 cmake: Don't default to -march=native on OpenBSD (Nathan Dorfman) |