aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-10-17Merge pull request #7799luigi11111-7/+1
76542ea Fix precision of average_output_time (j-berman)
2021-10-11Merge pull request #7989luigi11111-5/+0
9cd7aa6 cmake: don't optimize debug build (selsta)
2021-10-11Merge pull request #7975luigi11111-0/+2
48a0997 blockchain: fix pedantic assert (selsta)
2021-10-11Merge pull request #7972luigi11111-1/+1
bc167a1 cmake: fix copy/paste typo (selsta)
2021-10-11Merge pull request #7960luigi11111-2/+14
2e8936f rpc: Fix get_transactions failing when not found (Nathan Dorfman)
2021-10-11Merge pull request #7958luigi11112-3/+13
5f54dea LMDB: fix deadlock in resized detection (Howard Chu)
2021-10-11Merge pull request #7954luigi11111-1/+8
313edb2 Doc: building gtest on Debian and Ubuntu (ralphmapper)
2021-10-11Merge pull request #7912luigi11116-22/+11
ae41178 gitian: cleanup more unused packages (Howard Chu) 4ea7832 gitian: omit ccache from gitian builds (Howard Chu)
2021-10-11Merge pull request #7874luigi11116-52/+390
9154883 node_server: fix race condition (anon) 8922f96 node_server: add race condition demo (anon)
2021-10-11Merge pull request #7793luigi11116-11/+103
13a8a57 trezor: try empty passphrase first (Dusan Klinec)
2021-10-11blockchain: fix pedantic assertselsta1-0/+2
2021-10-05Merge pull request #7984luigi11111-1/+1
1346516 workflows: add missing dependency, fix mac build (selsta)
2021-10-04cmake: don't optimize debug buildselsta1-5/+0
2021-09-30workflows: add missing dependency, fix mac buildselsta1-1/+1
2021-09-27gitian: cleanup more unused packagesHoward Chu5-19/+3
These appear to be leftovers inherited from Bitcoin's builder
2021-09-27gitian: omit ccache from gitian buildsHoward Chu6-3/+8
It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run.
2021-09-25cmake: fix copy/paste typoselsta1-1/+1
2021-09-23Merge pull request #7945luigi11114-13/+27
4afd9a7 cmake: set required C/C++ standard to 11 (selsta)
2021-09-23Merge pull request #7942luigi11112-18/+2
5617a29 unbound: remove leftovers (selsta)
2021-09-23Merge pull request #7934luigi11111-162/+15
a95e6e0 Dockerfile: use depends (selsta)
2021-09-23Merge pull request #7933luigi11112-8/+8
43a7279 depends: update unwind, fix build with ubuntu 21.04 (selsta)
2021-09-23Merge pull request #7930luigi11111-3/+4
807cbcd easylogging++: fix missing logs (moneromooo-monero)
2021-09-23Merge pull request #7928luigi11112-18/+23
e7e28bc CI: ccache common settings variable and apt settings tidying (mj-xmr)
2021-09-23Merge pull request #7925luigi11111-5/+2
ce38f23 update readme research section contacts (Gingeropolous)
2021-09-23Merge pull request #7923luigi11111-2/+4
5eaedb5 unit_tests: fix use after free in serialization test (moneromooo-monero)
2021-09-23Merge pull request #7917luigi11111-0/+1
167cbdf CMake: Add missing SANITIZE option (mj-xmr)
2021-09-23Merge pull request #7911luigi11111-2/+2
acef6c9 Fix parallel make of OpenSSL (Howard Chu)
2021-09-23Merge pull request #7891luigi111120-24/+403
dfee15e RPC and ZeroMQ APIs to support p2pool (SChernykh)
2021-09-23Merge pull request #7890luigi11112-0/+12
2a8a511 Quicker resource cleanup on p2p socks timeout (Lee *!* Clagett)
2021-09-23Merge pull request #7886luigi11111-0/+3
1b7a708 Mac: UT node server fix IP localhost by aliasing (mj-xmr)
2021-09-23easylogging++: fix missing logsmoneromooo-monero1-3/+4
2021-09-22LMDB: fix deadlock in resized detectionHoward Chu2-3/+13
2021-09-20rpc: Fix get_transactions failing when not foundNathan Dorfman1-2/+14
2021-09-20node_server: fix race conditionanon5-52/+130
2021-09-20node_server: add race condition demoanon1-0/+260
2021-09-18Doc: building gtest on Debian and Ubunturalphmapper1-1/+8
2021-09-16cmake: set required C/C++ standard to 11selsta4-13/+27
Co-authored-by: Jason Rhinelander <jason@imaginary.ca>
2021-09-15CI: ccache common settings variable and apt settings tidyingmj-xmr2-18/+23
2021-09-15unbound: remove leftoversselsta2-18/+2
2021-09-12Mac: UT node server fix IP localhost by aliasingmj-xmr1-0/+3
2021-09-12Fix precision of average_output_timej-berman1-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-12Dockerfile: use dependsselsta1-162/+15
2021-09-11depends: update unwind, fix build with ubuntu 21.04selsta2-8/+8
2021-09-11RPC and ZeroMQ APIs to support p2poolSChernykh20-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-09Merge pull request #7899luigi11111-1/+1
cd76eb7 wallet: fix unused lambda capture warning (selsta)
2021-09-09Merge pull request #7898luigi11111-1/+2
f353c29 wallet_rpc_server: fix help text remaining bold (selsta)
2021-09-09Merge pull request #7884luigi11111-1/+1
ec6b4cf support cors wildcard (woodser)
2021-09-09Merge pull request #7883luigi11111-1/+1
d749e0d ringct: silence unused variable warning (selsta)
2021-09-09Merge pull request #7880luigi11111-1/+0
573a025 core_tests: remove unused typedef, fix warning (selsta)
2021-09-09Merge pull request #7875luigi11111-1/+0
15936bf Device: remove unused and incorrect non-default constructor (mj-xmr)
2021-09-09Merge pull request #7858luigi11111-1/+2
426dbf4 fix median overflow bug (koe)
2021-09-09Merge pull request #7855luigi11111-10/+10
ce0a2ce CI: use runner.os instead of OS labels (mj-xmr)
2021-09-09Merge pull request #7828luigi11112-0/+8
b2c59af EasyLogging++: new anti-UB test and propagating exception (mj-xmr)
2021-09-09Merge pull request #7823luigi11114-4/+19
24d3d65 monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir (Kermit Alexander II)
2021-09-09Merge pull request #7773 from selsta/unboundluigi111112-40/+23
external: remove unbound submodule
2021-09-09Merge pull request #7616luigi111112-11/+61
4ced092 daemon: allow proxy configuration (anon, selsta, tobtoht)
2021-09-09Merge pull request #7342luigi11111-20/+34
520ce1c Attempt to carve the fee from a partial payment early (lxop)
2021-09-08update readme research section contactsGingeropolous1-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-08unit_tests: fix use after free in serialization testmoneromooo-monero1-2/+4
2021-09-03external: remove unbound submoduleselsta12-40/+23
2021-09-02CMake: Add missing SANITIZE optionmj-xmr1-0/+1
2021-08-31Fix parallel make of OpenSSLHoward Chu1-2/+2
2021-08-28wallet: fix unused lambda capture warningselsta1-1/+1
2021-08-26Merge pull request #7893luigi11111-4/+5
e52802b Wallet2: fix optimize-coinbase for p2pool payouts (SChernykh)
2021-08-26Merge pull request #7850luigi11113-7/+7
0ac9a04 epee: tidying post-incrementation -> pre-incrementation (mj-xmr)
2021-08-26Merge pull request #7847luigi11111-0/+2
0a021c3 CMake: document -Werror for add_c_flag_if_supported() from #7718 (mj-xmr)
2021-08-27wallet_rpc_server: fix help text remaining boldselsta1-1/+2
2021-08-26Wallet2: fix optimize-coinbase for p2pool payoutsSChernykh1-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-20Merge pull request #7881luigi11111-0/+2
301355f epee: link with Boost_SYSTEM_LIBRARY (selsta)
2021-08-20Merge pull request #7878luigi11113-0/+7
a9aaa47 wallet_api: add make_uri (tobtoht)
2021-08-20Merge pull request #7849luigi11111-1/+2
6f15a0c Make sure node returns to wallet that real output is unlocked (j-berman)
2021-08-20Merge pull request #7845luigi11111-0/+6
e1af8dc Protect client from divide by 0 caused by integer truncation (j-berman)
2021-08-20Merge pull request #7832luigi11111-2/+2
d8e71c8 CMake: ccache fix for FreeBSD at 'depends' (mj-xmr)
2021-08-20Merge pull request #7821luigi11111-0/+31
da2955f Apply gamma distr from chain tip when selecting decoys (j-berman)
2021-08-20Merge pull request #7780luigi11111-4/+18
bb633d3 Workflows: depends cache (static) separated from ccache (volatile) (mj-xmr)
2021-08-20daemon: allow proxy configurationanon12-11/+61
Co-authored-by: selsta <selsta@sent.at> Co-authored-by: tobtoht <thotbot@protonmail.com>
2021-08-20support cors wildcardwoodser1-1/+1
2021-08-20monero-wallet-rpc: Prevent --password-file from being used with --wallet-dirKermit Alexander II4-4/+19
2021-08-19Protect client from divide by 0 caused by integer truncationj-berman1-0/+6
2021-08-19Apply gamma distr from chain tip when selecting decoysj-berman1-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-19ringct: silence unused variable warningselsta1-1/+1
2021-08-19Device: remove unused and incorrect non-default constructormj-xmr1-1/+0
2021-08-19epee: link with Boost_SYSTEM_LIBRARYselsta1-0/+2
2021-08-19core_tests: remove unused typedef, fix warningselsta1-1/+0
2021-08-19wallet_api: add make_uritobtoht3-0/+7
2021-08-13fix median overflow bugkoe1-1/+2
2021-08-12CI: use runner.os instead of OS labelsmj-xmr1-10/+10
2021-08-11Merge pull request #7818luigi11112-8/+8
9c8e3e8 unit_tests: fix broken tests (anon)
2021-08-11Merge pull request #7816luigi11111-17/+17
29296d5 cmake: fix double build (selsta)
2021-08-11Merge pull request #7812luigi11111-1/+2
bf96055 Make SSL key/cert storage backward-compatible (Nathan Dorfman)
2021-08-11Merge pull request #7811luigi11111-2/+6
3d3a671 Daemon: Update average block size table (rbrunner7)
2021-08-11Merge pull request #7809luigi11115-15/+48
7354ffb p2p: remove blocked addresses/hosts from peerlist (moneromooo-monero)
2021-08-11Merge pull request #7802luigi11113-0/+7
a3d2b71 wallet_api: expose offline mode status (rating89us)
2021-08-11Merge pull request #7800luigi11111-6/+12
b48074f Fixed json serialization of rct::RCTTypeNull (SChernykh)
2021-08-11Merge pull request #7795luigi11111-1/+1
87a0928 rpc: source file extensions must be explicit (cmake warning) (selsta)
2021-08-11Merge pull request #7786luigi11111-3/+6
9c6e094 fix #7784 - deinit wallet in wallet dtor (Dusan Klinec)
2021-08-11CMake: document -Werror for add_c_flag_if_supported() from #7718mj-xmr1-0/+2
2021-08-11epee: tidying post-incrementation -> pre-incrementationmj-xmr3-7/+7
2021-08-11Make sure node returns to wallet that real output is unlockedj-berman1-1/+2
2021-08-05p2p: remove blocked addresses/hosts from peerlistmoneromooo-monero5-15/+48
2021-08-04CMake: ccache fix for FreeBSD at 'depends'mj-xmr1-2/+2
2021-08-03EasyLogging++: new anti-UB test and propagating exceptionmj-xmr2-0/+8
2021-08-03trezor: try empty passphrase firstDusan Klinec6-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-02Merge pull request #7796luigi11111-8/+20
0c6e1d3 wallet2: chunk get_outs.bin calls to avoid sanity limits (moneromooo-monero)
2021-08-02Merge pull request #7794luigi11111-1/+1
4414ed4 cmake: test is a reserved keyword (selsta)
2021-08-02Merge pull request #7790luigi11111-1/+1
bc8d764 wallet: rephrase error message on invalid device address (Dusan Klinec)
2021-08-02Merge pull request #7788luigi11111-2/+1
f5eb2ce wallet2: Don't auto lock device on process parsed blocks (tobtoht)
2021-08-02Merge pull request #7787luigi11111-13/+9
1b80347 CI: Ubuntu-Test reuses Ubuntu-Build cache and building static libs (mj-xmr)
2021-08-02Merge the coolest pull request #7777luigi11113-281/+0
30c15a6 Remove obsolete android dockerfiles (malinero)
2021-08-02Merge pull request #7767luigi11112-10/+54
5fa1c90 Fix describe_transfer for multiple txes in a txset (Alex Opie)
2021-08-02Merge pull request #7757luigi11111-3/+4
d689b94 protocol: fix delayed 'you are now synchronized...' message (moneromooo-monero)
2021-08-02Merge pull request #7747luigi11111-8/+9
8cf95c8 wallet2: refresh: check error and throw before potentially breaking out of loop (tobtoht)
2021-08-02Fix describe_transfer for multiple txes in a txsetAlex Opie2-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-31Merge pull request #7824luigi11111-1/+1
90d6bed cmake: bodge cmake failure on OSS-Fuzz (moneromooo-monero)
2021-07-31cmake: bodge cmake failure on OSS-Fuzzmoneromooo-monero1-1/+1
2021-07-30CI: Ubuntu-Test reuses Ubuntu-Build cache and building static libsmj-xmr1-13/+9
2021-07-29Quicker resource cleanup on p2p socks timeoutLee *!* Clagett2-0/+12
2021-07-28Merge pull request #7814luigi11111-1/+3
0556572 cmake: don't forbid undefined symbols on openbsd (selsta)
2021-07-28Merge pull request #7813luigi11111-1/+1
979d121 blocks: fix cmake syntax (selsta)
2021-07-28unit_tests: fix broken testsanon2-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-28cmake: fix double buildselsta1-17/+17
Co-authored-by: perfect-daemon
2021-07-28cmake: don't forbid undefined symbols on openbsdselsta1-1/+3
2021-07-28blocks: fix cmake syntaxselsta1-1/+1
2021-07-27Merge pull request #7782luigi11111-1/+1
a48db50 device_trezor_base: fix typo (anon)
2021-07-27Merge pull request #7776luigi11111-2/+2
c26e3ee workflows: fix libwallet ci test (selsta)
2021-07-27Merge pull request #7772luigi11111-2/+4
eda5c30 Doc: Update blockchain stats with review comments (mj-xmr)
2021-07-27Merge pull request #7771luigi11111-0/+13
5e6762d EasyLogging++: Add UTests, that protect against regressions (mj-xmr)
2021-07-27Merge pull request #7769luigi11111-3/+11
9a24e46 CI: add Ubuntu 18.04 for back. compat. test (mj-xmr)
2021-07-27Merge pull request #7765luigi11115-5/+8
0977963 depends: add getmonero package mirror (selsta)
2021-07-27Merge pull request #7758luigi11112-3/+12
42b74a3 Include Libusb and hidapi on android (malinero)
2021-07-27Merge pull request #7745luigi11111-3/+2
d52d21b ledger: don't lock for software device (tobtoht)
2021-07-27Merge pull request #7744luigi11112-6/+13
ce40c33 ledger: use software device if we have view key (tobtoht)
2021-07-27Merge pull request #7740luigi11111-0/+3
8cea9d8 wallet: Reset RPC Pay ID on node switch (tobtoht)
2021-07-27Merge pull request #7718luigi11111-4/+6
9c0e681 cmake: treat warnings as error in compiler flag tests (selsta)
2021-07-27Merge pull request #7698luigi11111-9/+21
7359d51 cmake: fix non portable code (selsta)
2021-07-27Merge pull request #7692luigi11116-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-27Make SSL key/cert storage backward-compatibleNathan Dorfman1-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-27Daemon: Update average block size tablerbrunner71-2/+6
2021-07-19wallet_api: expose offline mode statusrating89us3-0/+7
2021-07-18Fixed json serialization of rct::RCTTypeNullSChernykh1-6/+12
rct::RCTTypeNull doesn't have these fields (ecdhInfo, outPk, txnFee).
2021-07-15wallet2: chunk get_outs.bin calls to avoid sanity limitsmoneromooo-monero1-8/+20
2021-07-15cmake: test is a reserved keywordselsta1-1/+1
2021-07-15rpc: source file extensions must be explicit (cmake warning)selsta1-1/+1
2021-07-14wallet2: Don't auto lock device on process parsed blockstobtoht1-2/+1
2021-07-14wallet: rephrase error message on invalid device addressDusan Klinec1-1/+1
2021-07-14fix #7784 - deinit wallet in wallet dtorDusan Klinec1-3/+6
2021-07-13cmake: export all symbolsanon1-0/+12
2021-07-13cmake: fix undefined symbols and multiple definitionsanon6-16/+66
2021-07-13cmake: forbid undefined symbolsanon1-0/+46
2021-07-12CI: add Ubuntu 18.04 for back. compat. testmj-xmr1-3/+11
2021-07-10device_trezor_base: fix typoanon1-1/+1
2021-07-10Merge pull request #7764luigi11111-2/+2
e24875e simplewallet: don't truncate integ. address in export_transfers (selsta)
2021-07-10Merge pull request #7762luigi11111-0/+4
8ae6c85 trezor: add #if for ByteSizeLong (selsta)
2021-07-10Merge pull request #7761luigi11111-1/+1
8ef51dc wallet_api: fix typo in exportKeyImages (selsta)
2021-07-10Merge pull request #7754luigi11113-3/+3
8ff21e1 doc: update IRC references to Libera (fdov)
2021-07-10Merge pull request #7753luigi11111-0/+4
f0df726 add singapore.node.xmr.pm to seed nodes (lza_menace)
2021-07-10Merge pull request #7748luigi11113-0/+7
bbeb555 wallet_api: getPassword (tobtoht)
2021-07-10Workflows: depends cache (static) separated from ccache (volatile)mj-xmr1-4/+18
2021-07-09Remove obsolete android dockerfilesmalinero3-281/+0
2021-07-08workflows: fix libwallet ci testselsta1-2/+2
2021-07-06Doc: Update blockchain stats with review commentsmj-xmr1-2/+4
2021-07-06EasyLogging++: Add UTests, that protect against regressionsmj-xmr1-0/+13
2021-07-05wallet_api: getPasswordtobtoht3-0/+7
2021-07-01depends: add getmonero package mirrorselsta5-5/+8
2021-06-27trezor: add #if for ByteSizeLongselsta1-0/+4
Turns out Ubuntu 18.04 ships with an old protobuf version.
2021-06-24Merge pull request #7743luigi11113-0/+19
8a67724 wallet_api: get bytes sent/received (tobtoht)
2021-06-24wallet_api: get bytes sent/receivedtobtoht3-0/+19
2021-06-24simplewallet: don't truncate integ. address in export_transfersselsta1-2/+2
2021-06-24Merge pull request #7752luigi11113-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-24Merge pull request #7750luigi111116-38/+0
8e0b8dd wallet/api: remove Bitmonero namespace alias (selsta)
2021-06-24Merge pull request #7749luigi11111-1/+1
e63c110 wallet_api: address_book: don't lose pid on setDescription (tobtoht)
2021-06-24Merge pull request #7746luigi11113-4/+19
1aa1850 wallet_api: signMessage: add sign with subaddress (tobtoht)
2021-06-24Merge pull request #7742luigi11113-0/+21
f174a8f wallet_api: reconnectDevice (tobtoht)
2021-06-24Merge pull request #7739luigi11111-8/+3
6914d5b wallet_api: move adjust_mixin call within try block (tobtoht)
2021-06-24Merge pull request #7672luigi11111-0/+54
5bf91fc add documentation for monero-blockchain-stats (donkeydonkey)
2021-06-24Merge pull request #7634luigi11111-1/+2
5a2edea db_lmdb: catch exceptions testing for mmap support (moneromooo-monero)
2021-06-24Merge pull request #7633luigi11111-9/+2
f6e2636 blockchain_db: harden code against invalid input types (moneromooo-monero)
2021-06-24Merge pull request #7612luigi11114-12/+14
254a133 core: speed up print_coinbase_tx_sum (moneromooo-monero)
2021-06-24Merge pull request #7611luigi11111-5/+11
71741a1 blockchain_import: fix wrong reported block/tx hashes on error (moneromooo-monero)
2021-06-24Merge pull request #7380luigi11111-3/+2
8889f49 easylogging++: fix potential memory corruption (moneromooo-monero)
2021-06-23wallet_api: fix typo in exportKeyImagesselsta1-1/+1
2021-06-21Include Libusb and hidapi on androidmalinero2-3/+12
2021-06-21protocol: fix delayed "you are now synchronized..." messagemoneromooo-monero1-3/+4
2021-06-20doc: update IRC references to Liberafdov3-3/+3
2021-06-18add singapore.node.xmr.pm to seed nodeslza_menace1-0/+4
2021-06-16Merge pull request #7738luigi11111-2/+2
a240453 README: freenode -> libera (selsta)
2021-06-16Merge pull request #7733luigi11111-0/+0
cd8901c randomx: bump submodule to v1.1.9 (selsta)
2021-06-16Merge pull request #7730luigi11113-9/+39
e761577 provide key images of spent outputs in wallet rpc (woodser)
2021-06-16Merge pull request #7683luigi11112-1/+13
41297c1 CMake: strip targets (optional) with -D STRIP_TARGETS=ON (mj-xmr)
2021-06-16Merge pull request #7676luigi11113-233/+291
c19f0cb Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cpp (mj-xmr)
2021-06-15provide key images of spent outputs in wallet rpcwoodser3-9/+39
2021-06-11Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cppmj-xmr3-233/+291
2021-06-11CMake: strip targets (optional) with -D STRIP_TARGETS=ONmj-xmr2-1/+13
2021-06-11Merge pull request #7751luigi11111-0/+33
b8b054c python-rpc: add missing python api for new freeze/thaw/frozen RPC (moneromooo-monero)
2021-06-11unit_tests: check for ge_frombytes_vartime failuremoneromooo-monero2-4/+4
CID 1446559
2021-06-11easylogging++: do not delete uninitialized objectsmoneromooo-monero1-1/+0
CID 1446562
2021-06-11trezor: fix potential use of uninitialized memorymoneromooo-monero1-2/+7
CID 1446575
2021-06-11python-rpc: add missing python api for new freeze/thaw/frozen RPCmoneromooo-monero1-0/+33
2021-06-10Merge pull request #7661luigi111129-230/+229
08e4497 Improve cryptonote (block and tx) binary read performance (Lee Clagett)
2021-06-10Merge pull request #7729luigi11113-1/+154
b2e1558 support freeze, thaw, and frozen in wallet rpc (woodser)