Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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 | 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-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) | |||||
2021-07-31 | cmake: bodge cmake failure on OSS-Fuzz | moneromooo-monero | 1 | -1/+1 | |
2021-07-30 | CI: Ubuntu-Test reuses Ubuntu-Build cache and building static libs | mj-xmr | 1 | -13/+9 | |
2021-07-28 | Merge pull request #7814 | luigi1111 | 1 | -1/+3 | |
0556572 cmake: don't forbid undefined symbols on openbsd (selsta) | |||||
2021-07-28 | Merge pull request #7813 | luigi1111 | 1 | -1/+1 | |
979d121 blocks: fix cmake syntax (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: fix double build | selsta | 1 | -17/+17 | |
Co-authored-by: perfect-daemon | |||||
2021-07-28 | cmake: don't forbid undefined symbols on openbsd | selsta | 1 | -1/+3 | |
2021-07-28 | blocks: fix cmake syntax | selsta | 1 | -1/+1 | |
2021-07-27 | Merge pull request #7782 | luigi1111 | 1 | -1/+1 | |
a48db50 device_trezor_base: fix typo (anon) | |||||
2021-07-27 | Merge pull request #7776 | luigi1111 | 1 | -2/+2 | |
c26e3ee workflows: fix libwallet ci test (selsta) | |||||
2021-07-27 | Merge pull request #7772 | luigi1111 | 1 | -2/+4 | |
eda5c30 Doc: Update blockchain stats with review comments (mj-xmr) | |||||
2021-07-27 | Merge pull request #7771 | luigi1111 | 1 | -0/+13 | |
5e6762d EasyLogging++: Add UTests, that protect against regressions (mj-xmr) | |||||
2021-07-27 | Merge pull request #7769 | luigi1111 | 1 | -3/+11 | |
9a24e46 CI: add Ubuntu 18.04 for back. compat. test (mj-xmr) | |||||
2021-07-27 | Merge pull request #7765 | luigi1111 | 5 | -5/+8 | |
0977963 depends: add getmonero package mirror (selsta) | |||||
2021-07-27 | Merge pull request #7758 | luigi1111 | 2 | -3/+12 | |
42b74a3 Include Libusb and hidapi on android (malinero) | |||||
2021-07-27 | Merge pull request #7745 | luigi1111 | 1 | -3/+2 | |
d52d21b ledger: don't lock for software device (tobtoht) | |||||
2021-07-27 | Merge pull request #7744 | luigi1111 | 2 | -6/+13 | |
ce40c33 ledger: use software device if we have view key (tobtoht) | |||||
2021-07-27 | Merge pull request #7740 | luigi1111 | 1 | -0/+3 | |
8cea9d8 wallet: Reset RPC Pay ID on node switch (tobtoht) | |||||
2021-07-27 | Merge pull request #7718 | luigi1111 | 1 | -4/+6 | |
9c0e681 cmake: treat warnings as error in compiler flag tests (selsta) | |||||
2021-07-27 | Merge pull request #7698 | luigi1111 | 1 | -9/+21 | |
7359d51 cmake: fix non portable code (selsta) | |||||
2021-07-27 | Merge pull request #7692 | luigi1111 | 6 | -16/+124 | |
df40d1d cmake: export all symbols (anon) fe76d7d cmake: fix undefined symbols and multiple definitions (anon) 14be80f cmake: forbid undefined symbols (anon) | |||||
2021-07-27 | Make SSL key/cert storage backward-compatible | Nathan Dorfman | 1 | -1/+2 | |
This is required to build on OpenBSD (which uses LibreSSL). It also allows building against versions of OpenSSL before 1.0.2. | |||||
2021-07-27 | Daemon: Update average block size table | rbrunner7 | 1 | -2/+6 | |
2021-07-19 | wallet_api: expose offline mode status | rating89us | 3 | -0/+7 | |
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-15 | wallet2: chunk get_outs.bin calls to avoid sanity limits | moneromooo-monero | 1 | -8/+20 | |
2021-07-15 | cmake: test is a reserved keyword | selsta | 1 | -1/+1 | |
2021-07-15 | rpc: source file extensions must be explicit (cmake warning) | selsta | 1 | -1/+1 | |
2021-07-14 | wallet2: Don't auto lock device on process parsed blocks | tobtoht | 1 | -2/+1 | |
2021-07-14 | wallet: rephrase error message on invalid device address | Dusan Klinec | 1 | -1/+1 | |
2021-07-14 | fix #7784 - deinit wallet in wallet dtor | Dusan Klinec | 1 | -3/+6 | |
2021-07-13 | cmake: export all symbols | anon | 1 | -0/+12 | |
2021-07-13 | cmake: fix undefined symbols and multiple definitions | anon | 6 | -16/+66 | |
2021-07-13 | cmake: forbid undefined symbols | anon | 1 | -0/+46 | |
2021-07-12 | CI: add Ubuntu 18.04 for back. compat. test | mj-xmr | 1 | -3/+11 | |
2021-07-10 | device_trezor_base: fix typo | anon | 1 | -1/+1 | |
2021-07-10 | Merge pull request #7764 | luigi1111 | 1 | -2/+2 | |
e24875e simplewallet: don't truncate integ. address in export_transfers (selsta) | |||||
2021-07-10 | Merge pull request #7762 | luigi1111 | 1 | -0/+4 | |
8ae6c85 trezor: add #if for ByteSizeLong (selsta) | |||||
2021-07-10 | Merge pull request #7761 | luigi1111 | 1 | -1/+1 | |
8ef51dc wallet_api: fix typo in exportKeyImages (selsta) | |||||
2021-07-10 | Merge pull request #7754 | luigi1111 | 3 | -3/+3 | |
8ff21e1 doc: update IRC references to Libera (fdov) | |||||
2021-07-10 | Merge pull request #7753 | luigi1111 | 1 | -0/+4 | |
f0df726 add singapore.node.xmr.pm to seed nodes (lza_menace) | |||||
2021-07-10 | Merge pull request #7748 | luigi1111 | 3 | -0/+7 | |
bbeb555 wallet_api: getPassword (tobtoht) | |||||
2021-07-10 | Workflows: depends cache (static) separated from ccache (volatile) | mj-xmr | 1 | -4/+18 | |
2021-07-09 | Remove obsolete android dockerfiles | malinero | 3 | -281/+0 | |
2021-07-08 | workflows: fix libwallet ci test | selsta | 1 | -2/+2 | |
2021-07-06 | Doc: Update blockchain stats with review comments | mj-xmr | 1 | -2/+4 | |
2021-07-06 | EasyLogging++: Add UTests, that protect against regressions | mj-xmr | 1 | -0/+13 | |
2021-07-05 | wallet_api: getPassword | tobtoht | 3 | -0/+7 | |
2021-07-01 | depends: add getmonero package mirror | selsta | 5 | -5/+8 | |
2021-06-27 | trezor: add #if for ByteSizeLong | selsta | 1 | -0/+4 | |
Turns out Ubuntu 18.04 ships with an old protobuf version. | |||||
2021-06-24 | Merge pull request #7743 | luigi1111 | 3 | -0/+19 | |
8a67724 wallet_api: get bytes sent/received (tobtoht) | |||||
2021-06-24 | wallet_api: get bytes sent/received | tobtoht | 3 | -0/+19 | |
2021-06-24 | simplewallet: don't truncate integ. address in export_transfers | selsta | 1 | -2/+2 | |
2021-06-24 | Merge pull request #7752 | luigi1111 | 3 | -6/+11 | |
4251cc0 unit_tests: check for ge_frombytes_vartime failure (moneromooo-monero) 67b97a5 easylogging++: do not delete uninitialized objects (moneromooo-monero) 7b6d959 trezor: fix potential use of uninitialized memory (moneromooo-monero) | |||||
2021-06-24 | Merge pull request #7750 | luigi1111 | 16 | -38/+0 | |
8e0b8dd wallet/api: remove Bitmonero namespace alias (selsta) | |||||
2021-06-24 | Merge pull request #7749 | luigi1111 | 1 | -1/+1 | |
e63c110 wallet_api: address_book: don't lose pid on setDescription (tobtoht) | |||||
2021-06-24 | Merge pull request #7746 | luigi1111 | 3 | -4/+19 | |
1aa1850 wallet_api: signMessage: add sign with subaddress (tobtoht) | |||||
2021-06-24 | Merge pull request #7742 | luigi1111 | 3 | -0/+21 | |
f174a8f wallet_api: reconnectDevice (tobtoht) | |||||
2021-06-24 | Merge pull request #7739 | luigi1111 | 1 | -8/+3 | |
6914d5b wallet_api: move adjust_mixin call within try block (tobtoht) | |||||
2021-06-24 | Merge pull request #7672 | luigi1111 | 1 | -0/+54 | |
5bf91fc add documentation for monero-blockchain-stats (donkeydonkey) | |||||
2021-06-24 | Merge pull request #7634 | luigi1111 | 1 | -1/+2 | |
5a2edea db_lmdb: catch exceptions testing for mmap support (moneromooo-monero) | |||||
2021-06-24 | Merge pull request #7633 | luigi1111 | 1 | -9/+2 | |
f6e2636 blockchain_db: harden code against invalid input types (moneromooo-monero) | |||||
2021-06-24 | Merge pull request #7612 | luigi1111 | 4 | -12/+14 | |
254a133 core: speed up print_coinbase_tx_sum (moneromooo-monero) | |||||
2021-06-24 | Merge pull request #7611 | luigi1111 | 1 | -5/+11 | |
71741a1 blockchain_import: fix wrong reported block/tx hashes on error (moneromooo-monero) | |||||
2021-06-24 | Merge pull request #7380 | luigi1111 | 1 | -3/+2 | |
8889f49 easylogging++: fix potential memory corruption (moneromooo-monero) | |||||
2021-06-23 | wallet_api: fix typo in exportKeyImages | selsta | 1 | -1/+1 | |
2021-06-21 | Include Libusb and hidapi on android | malinero | 2 | -3/+12 | |
2021-06-21 | protocol: fix delayed "you are now synchronized..." message | moneromooo-monero | 1 | -3/+4 | |
2021-06-20 | doc: update IRC references to Libera | fdov | 3 | -3/+3 | |
2021-06-18 | add singapore.node.xmr.pm to seed nodes | lza_menace | 1 | -0/+4 | |
2021-06-16 | Merge pull request #7738 | luigi1111 | 1 | -2/+2 | |
a240453 README: freenode -> libera (selsta) | |||||
2021-06-16 | Merge pull request #7733 | luigi1111 | 1 | -0/+0 | |
cd8901c randomx: bump submodule to v1.1.9 (selsta) | |||||
2021-06-16 | Merge pull request #7730 | luigi1111 | 3 | -9/+39 | |
e761577 provide key images of spent outputs in wallet rpc (woodser) | |||||
2021-06-16 | Merge pull request #7683 | luigi1111 | 2 | -1/+13 | |
41297c1 CMake: strip targets (optional) with -D STRIP_TARGETS=ON (mj-xmr) | |||||
2021-06-16 | Merge pull request #7676 | luigi1111 | 3 | -233/+291 | |
c19f0cb Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cpp (mj-xmr) | |||||
2021-06-15 | provide key images of spent outputs in wallet rpc | woodser | 3 | -9/+39 | |
2021-06-11 | Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cpp | mj-xmr | 3 | -233/+291 | |
2021-06-11 | CMake: strip targets (optional) with -D STRIP_TARGETS=ON | mj-xmr | 2 | -1/+13 | |
2021-06-11 | Merge pull request #7751 | luigi1111 | 1 | -0/+33 | |
b8b054c python-rpc: add missing python api for new freeze/thaw/frozen RPC (moneromooo-monero) | |||||
2021-06-11 | unit_tests: check for ge_frombytes_vartime failure | moneromooo-monero | 2 | -4/+4 | |
CID 1446559 | |||||
2021-06-11 | easylogging++: do not delete uninitialized objects | moneromooo-monero | 1 | -1/+0 | |
CID 1446562 | |||||
2021-06-11 | trezor: fix potential use of uninitialized memory | moneromooo-monero | 1 | -2/+7 | |
CID 1446575 | |||||
2021-06-11 | python-rpc: add missing python api for new freeze/thaw/frozen RPC | moneromooo-monero | 1 | -0/+33 | |
2021-06-10 | Merge pull request #7661 | luigi1111 | 29 | -230/+229 | |
08e4497 Improve cryptonote (block and tx) binary read performance (Lee Clagett) | |||||
2021-06-10 | Merge pull request #7729 | luigi1111 | 3 | -1/+154 | |
b2e1558 support freeze, thaw, and frozen in wallet rpc (woodser) | |||||
2021-06-10 | Merge pull request #7684 | luigi1111 | 1 | -1/+4 | |
ed6f053 blockchain: speed up repeated pops (mostly in tests) (moneromooo-monero) | |||||
2021-06-10 | Merge pull request #7662 | luigi1111 | 3 | -5/+19 | |
4da1112 rpc: send confirmations in get_transactions result (moneromooo-monero) | |||||
2021-06-10 | Merge pull request #7481 | luigi1111 | 1 | -0/+7 | |
430b758 Warnings: add warnings as errors: 'switch' & 'return-type' (mj-xmr) | |||||
2021-06-10 | Merge pull request #7416 | luigi1111 | 3 | -27/+27 | |
b4fe7c2 epee linkage dynamic; move monero_add_library to main CMakeLists.txt (mj-xmr) | |||||
2021-06-08 | wallet/api: remove Bitmonero namespace alias | selsta | 16 | -38/+0 | |
2021-06-08 | wallet_api: address_book: don't lose pid on setDescription | tobtoht | 1 | -1/+1 | |
2021-06-04 | wallet2: refresh: check error and throw before potentially breaking out of loop | tobtoht | 1 | -8/+9 | |
2021-06-04 | wallet_api: signMessage: add sign with subaddress | tobtoht | 3 | -4/+19 | |
2021-06-04 | ledger: don't lock for software device | tobtoht | 1 | -3/+2 | |
2021-06-04 | wallet_api: reconnectDevice | tobtoht | 3 | -0/+21 | |
2021-06-04 | ledger: use software device if we have view key | tobtoht | 2 | -6/+13 | |
2021-06-04 | wallet: Reset RPC Pay ID on node switch | tobtoht | 1 | -0/+3 | |
RPC pay client ID is sent with each RPC request, set a new secret every time we switch nodes to mitigate trivial correlation | |||||
2021-06-04 | wallet_api: move adjust_mixin call within try block | tobtoht | 1 | -8/+3 | |
2021-06-01 | Merge pull request #7735 | luigi1111 | 1 | -0/+2 | |
44cc6d6 Fix boost 1.76.0 compatibility (loqs) | |||||
2021-06-01 | Merge pull request #7726 | luigi1111 | 1 | -1/+3 | |
0f45211 CMake: add *.inl to monero_find_all_headers() glob, along *.h* (mj-xmr) | |||||
2021-06-01 | Merge pull request #7725 | luigi1111 | 1 | -1/+5 | |
a4a154b CMake: glob missing headers for easylogging (mj-xmr) | |||||
2021-06-01 | Merge pull request #7724 | luigi1111 | 1 | -12/+1 | |
44e8395 CMake: glob missing headers for wallet2 (mj-xmr) | |||||
2021-06-01 | Merge pull request #7723 | luigi1111 | 1 | -1/+20 | |
3450f4b Doc: funtional_tests add new mining env vars and how to use them (mj-xmr) | |||||
2021-06-01 | Merge pull request #7719 | luigi1111 | 1 | -1/+1 | |
da45d3f trezor: deprecated ByteSize -> ByteSizeLong (selsta) | |||||
2021-06-01 | Merge pull request #7715 | luigi1111 | 1 | -0/+1 | |
0c13623 cmake: fix check_linker_flag (selsta) | |||||
2021-06-01 | Merge pull request #7713 | luigi1111 | 1 | -1/+1 | |
b40129e Warnings: unused var in core_tests:chaingen.h (mj-xmr) | |||||
2021-06-01 | Merge pull request #7712 | luigi1111 | 1 | -1/+4 | |
d772f13 epee: include public openssl header in cmake (selsta) | |||||
2021-06-01 | Merge pull request #7711 | luigi1111 | 1 | -1/+1 | |
4969f39 cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB (selsta) | |||||
2021-06-01 | Merge pull request #7710 | luigi1111 | 1 | -2/+2 | |
9165344 CI: depends downloads relax retries (mj-xmr) | |||||
2021-06-01 | Merge pull request #7709 | luigi1111 | 1 | -1/+1 | |
a1c4307 Warnings: unused variable in core/blockchain.cpp (mj-xmr) | |||||
2021-06-01 | Merge pull request #7705 | luigi1111 | 1 | -1/+3 | |
581c3af Warnings: unused var at cryptonote_tx_utils.cpp (mj-xmr) | |||||
2021-06-01 | Merge pull request #7689 | luigi1111 | 1 | -1/+6 | |
f93db0d clang: fix -pie flag (selsta) | |||||
2021-06-01 | README: freenode -> libera | selsta | 1 | -2/+2 | |
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-18 | support freeze, thaw, and frozen in wallet rpc | woodser | 3 | -1/+154 | |
2021-05-14 | CMake: add *.inl to monero_find_all_headers() glob, along *.h* | mj-xmr | 1 | -1/+3 | |
2021-05-14 | CMake: glob missing headers for wallet2 | mj-xmr | 1 | -12/+1 | |
2021-05-14 | CMake: glob missing headers for easylogging | mj-xmr | 1 | -1/+5 | |
2021-05-14 | Doc: funtional_tests add new mining env vars and how to use them | mj-xmr | 1 | -1/+20 | |
2021-05-13 | trezor: deprecated ByteSize -> ByteSizeLong | selsta | 1 | -1/+1 | |
2021-05-12 | Merge pull request #7697 | luigi1111 | 1 | -1/+1 | |
881d81c translations: use full path in cmake (selsta) | |||||
2021-05-12 | Merge pull request #7696 | luigi1111 | 1 | -0/+1 | |
0794811 cmake: set xcode file type (selsta) | |||||
2021-05-12 | Merge pull request #7694 | luigi1111 | 1 | -41/+0 | |
004b167 cmake: wallet_api doesn't need wallet_merged (selsta) | |||||
2021-05-12 | Merge pull request #7691 | luigi1111 | 10 | -13/+13 | |
cbd54ea cmake: set 3.5 as minimum version (selsta) | |||||
2021-05-12 | Merge pull request #7690 | luigi1111 | 1 | -1/+2 | |
3cc4428 clang: fix -Wpessimizing-move warning (selsta) | |||||
2021-05-12 | Merge pull request #7688 | luigi1111 | 3 | -4/+4 | |
451b5a5 clang: fix -Wrange-loop-analysis warnings (selsta) | |||||
2021-05-12 | Merge pull request #7686 | luigi1111 | 3 | -41/+66 | |
6799e21 Tests: Mining test uses a parametric path for finding the calculation app (mj-xmr) | |||||
2021-05-12 | Merge pull request #7677 | luigi1111 | 3 | -0/+77 | |
445a9d8 wallet_api: import / export output function (tobtoht) | |||||
2021-05-12 | Merge pull request #7670 | luigi1111 | 1 | -0/+17 | |
2dfb111 workflows: upload source archive artifact (selsta) | |||||
2021-05-12 | Merge pull request #7685 | luigi1111 | 4 | -4/+4 | |
8c3c7b8 depends, docker: fix bintray links (selsta) | |||||
2021-05-12 | Merge pull request #7682 | luigi1111 | 1 | -1/+1 | |
bbdb612 Wallet2: Update 'approximate_testnet_rolled_back_blocks' (rbrunner7) | |||||
2021-05-12 | Merge pull request #7681 | luigi1111 | 3 | -23/+28 | |
c57ef7f wallet2: Fix rescan_bc keep_ki option (Nathan Dorfman) | |||||
2021-05-12 | Merge pull request #7668 | luigi1111 | 1 | -1/+1 | |
2b91806 protocol: remove unreachable code (moneromooo-monero) | |||||
2021-05-12 | cmake: treat warnings as error in compiler flag tests | selsta | 1 | -4/+6 | |
2021-05-12 | Merge pull request #7667 | luigi1111 | 1 | -0/+52 | |
eb272b1 Add mj-xmr GPG key (mj-xmr) | |||||
2021-05-12 | Merge pull request #7666 | luigi1111 | 1 | -0/+86 | |
bd74c6b Doc: Compiling, debugging and testing efficiently see docs/COMPILING_DEBUGGING_TESTING.md (mj-xmr) | |||||
2021-05-12 | Merge pull request #7665 | luigi1111 | 2 | -5/+14 | |
15e6275 CMake: new macro - finding all headers (extract from epee) (mj-xmr) | |||||
2021-05-12 | cmake: fix check_linker_flag | selsta | 1 | -0/+1 | |
2021-05-11 | Merge pull request #7664 | luigi1111 | 1 | -0/+3 | |
5871e7a net_node: add seed node (selsta) | |||||
2021-05-11 | Merge pull request #7663 | luigi1111 | 1 | -18/+18 | |
8953f19 CI: Actions' build.yaml uses variables instead of repetitions (mj-xmr) | |||||
2021-05-11 | Warnings: unused var in core_tests:chaingen.h | mj-xmr | 1 | -1/+1 | |
2021-05-11 | cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB | selsta | 1 | -1/+1 | |
2021-05-09 | epee: include public openssl header in cmake | selsta | 1 | -1/+4 | |
2021-05-08 | CI: depends downloads relax retries | mj-xmr | 1 | -2/+2 | |
2021-05-08 | Warnings: unused variable in core/blockchain.cpp | mj-xmr | 1 | -1/+1 | |
2021-05-02 | Warnings: unused var at cryptonote_tx_utils.cpp | mj-xmr | 1 | -1/+3 | |
2021-04-28 | translations: use full path in cmake | selsta | 1 | -1/+1 | |
2021-04-28 | cmake: fix non portable code | selsta | 1 | -9/+21 | |
2021-04-28 | cmake: set xcode file type | selsta | 1 | -0/+1 | |
2021-04-28 | clang: fix -Wpessimizing-move warning | selsta | 1 | -1/+2 | |
2021-04-27 | cmake: wallet_api doesn't need wallet_merged | selsta | 1 | -41/+0 | |
2021-04-27 | cmake: set 3.5 as minimum version | selsta | 10 | -13/+13 | |
2021-04-27 | depends, docker: fix bintray links | selsta | 4 | -4/+4 | |
2021-04-27 | clang: fix -pie flag | selsta | 1 | -1/+6 | |
2021-04-27 | Tests: Mining test uses a parametric path for finding the calculation app | mj-xmr | 3 | -41/+66 | |
MINING_SILENT and MINING_NO_MEASUREMENT env vars | |||||
2021-04-27 | clang: fix -Wrange-loop-analysis warnings | selsta | 3 | -4/+4 | |
2021-04-26 | blockchain: speed up repeated pops (mostly in tests) | moneromooo-monero | 1 | -1/+4 | |
The heavy rolling median reset only has to be performed after all blocks are popped | |||||
2021-04-25 | Wallet2: Update 'approximate_testnet_rolled_back_blocks' | rbrunner7 | 1 | -1/+1 | |
2021-04-24 | epee linkage dynamic; move monero_add_library to main CMakeLists.txt | mj-xmr | 3 | -27/+27 | |
2021-04-23 | wallet2: Fix rescan_bc keep_ki option | Nathan Dorfman | 3 | -23/+28 | |
2021-04-22 | Merge pull request #7669 | luigi1111 | 21 | -231/+325 | |
679d055 Remove payload copy in all outgoing p2p messages (Lee Clagett) | |||||
2021-04-22 | Merge pull request #7658 | luigi1111 | 1 | -18/+52 | |
834e23b Doc: Update Gitian (Reproducible Builds) with small code snippets and fixes (mj-xmr) | |||||
2021-04-22 | Merge pull request #7656 | luigi1111 | 1 | -3/+3 | |
5fe22ac ITS#9496 fix mdb_env_open bug from #8704 (hyc) | |||||
2021-04-22 | Merge pull request #7651 | luigi1111 | 6 | -8/+30 | |
c8ff1d4 monero-wallet-cli: improve error message when tx amount is zero (Elliot Wirrick) |