luigi1111
|
066309cddb
|
Merge pull request #7664
5871e7a net_node: add seed node (selsta)
|
2021-05-11 18:04:49 -05:00 |
|
luigi1111
|
41b4c4991f
|
Merge pull request #7663
8953f19 CI: Actions' build.yaml uses variables instead of repetitions (mj-xmr)
|
2021-05-11 17:43:47 -05:00 |
|
mj-xmr
|
b40129e253
|
Warnings: unused var in core_tests:chaingen.h
|
2021-05-11 10:22:06 +02:00 |
|
selsta
|
4969f39c09
|
cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB
|
2021-05-11 01:29:44 +02:00 |
|
selsta
|
d772f1378b
|
epee: include public openssl header in cmake
|
2021-05-09 22:22:17 +02:00 |
|
mj-xmr
|
9165344d8e
|
CI: depends downloads relax retries
|
2021-05-08 18:00:53 +02:00 |
|
mj-xmr
|
a1c4307128
|
Warnings: unused variable in core/blockchain.cpp
|
2021-05-08 12:04:19 +02:00 |
|
mj-xmr
|
581c3af03a
|
Warnings: unused var at cryptonote_tx_utils.cpp
|
2021-05-02 18:00:29 +02:00 |
|
selsta
|
881d81cce4
|
translations: use full path in cmake
|
2021-04-28 17:06:59 +02:00 |
|
selsta
|
7359d51d56
|
cmake: fix non portable code
|
2021-04-28 17:05:59 +02:00 |
|
selsta
|
0794811b40
|
cmake: set xcode file type
|
2021-04-28 14:49:13 +02:00 |
|
selsta
|
3cc4428d45
|
clang: fix -Wpessimizing-move warning
|
2021-04-28 11:33:37 +02:00 |
|
selsta
|
004b167095
|
cmake: wallet_api doesn't need wallet_merged
|
2021-04-27 14:36:56 +02:00 |
|
selsta
|
cbd54ea524
|
cmake: set 3.5 as minimum version
|
2021-04-27 11:02:05 +02:00 |
|
selsta
|
8c3c7b8109
|
depends, docker: fix bintray links
|
2021-04-27 09:55:32 +02:00 |
|
selsta
|
f93db0d46a
|
clang: fix -pie flag
|
2021-04-27 09:52:34 +02:00 |
|
mj-xmr
|
6799e212cc
|
Tests: Mining test uses a parametric path for finding the calculation app
MINING_SILENT and MINING_NO_MEASUREMENT env vars
|
2021-04-27 06:21:02 +02:00 |
|
selsta
|
451b5a510e
|
clang: fix -Wrange-loop-analysis warnings
|
2021-04-27 05:30:27 +02:00 |
|
moneromooo-monero
|
ed6f05357c
|
blockchain: speed up repeated pops (mostly in tests)
The heavy rolling median reset only has to be performed after
all blocks are popped
|
2021-04-26 14:07:35 +00:00 |
|
rbrunner7
|
bbdb612b51
|
Wallet2: Update 'approximate_testnet_rolled_back_blocks'
|
2021-04-25 10:20:39 +02:00 |
|
mj-xmr
|
b4fe7c2401
|
epee linkage dynamic; move monero_add_library to main CMakeLists.txt
|
2021-04-24 09:45:51 +02:00 |
|
Nathan Dorfman
|
c57ef7f807
|
wallet2: Fix rescan_bc keep_ki option
|
2021-04-23 09:11:45 -06:00 |
|
luigi1111
|
0a1ddc2eff
|
Merge pull request #7669
679d055 Remove payload copy in all outgoing p2p messages (Lee Clagett)
|
2021-04-22 01:51:01 -04:00 |
|
luigi1111
|
b6a8cfc41b
|
Merge pull request #7658
834e23b Doc: Update Gitian (Reproducible Builds) with small code snippets and fixes (mj-xmr)
|
2021-04-22 01:46:57 -04:00 |
|
luigi1111
|
215976beba
|
Merge pull request #7656
5fe22ac ITS#9496 fix mdb_env_open bug from #8704 (hyc)
|
2021-04-22 01:43:18 -04:00 |
|
luigi1111
|
9bba3f4767
|
Merge pull request #7651
c8ff1d4 monero-wallet-cli: improve error message when tx amount is zero (Elliot Wirrick)
|
2021-04-22 01:35:20 -04:00 |
|
luigi1111
|
6d7bb2b8ba
|
Merge pull request #7643
19ed7ab Test: Enable coverage for external repositories (mj-xmr)
|
2021-04-22 01:34:26 -04:00 |
|
luigi1111
|
3c1ea110d9
|
Merge pull request #7016
dc81e23 Split epee/string_tools.h and encapsulate boost::lexical_cast (mj-xmr)
|
2021-04-22 01:32:32 -04:00 |
|
tobtoht
|
445a9d8ba3
|
wallet_api: import / export output function
|
2021-04-22 04:26:17 +02:00 |
|
donkeydonkey
|
5bf91fc894
|
add documentation for monero-blockchain-stats
|
2021-04-19 20:54:44 +02:00 |
|
selsta
|
2dfb111a92
|
workflows: upload source archive artifact
Co-authored-by: xiphon <xiphon@protonmail.com>
|
2021-04-19 07:33:27 +02:00 |
|
moneromooo-monero
|
2b918068cc
|
protocol: remove unreachable code
|
2021-04-17 15:22:26 +00:00 |
|
mj-xmr
|
eb272b12a3
|
Add mj-xmr GPG key
|
2021-04-17 06:48:39 +02:00 |
|
mj-xmr
|
bd74c6b8ba
|
Doc: Compiling, debugging and testing efficiently
see docs/COMPILING_DEBUGGING_TESTING.md
|
2021-04-17 06:37:23 +02:00 |
|
mj-xmr
|
dc81e23e60
|
Split epee/string_tools.h and encapsulate boost::lexical_cast
|
2021-04-16 20:54:20 +02:00 |
|
luigi1111
|
e45619e61e
|
Revert "Merge pull request #7136"
This reverts commit 63c7ca07fb , reversing
changes made to 2218e23e84 .
|
2021-04-16 13:52:44 -05:00 |
|
luigi1111
|
d544fd0f52
|
Merge pull request #7653
73d3b00 unit_tests: fix boost 1.58 compatibility (anon)
|
2021-04-16 12:52:42 -05:00 |
|
luigi1111
|
257e7432cb
|
Merge pull request #7652
02f4954 gitian: remove osslsigncode (selsta)
|
2021-04-16 12:52:05 -05:00 |
|
luigi1111
|
13418dbb98
|
Merge pull request #7648
25e8254 expose set_offline to wallet api (benevanoff)
|
2021-04-16 12:51:22 -05:00 |
|
luigi1111
|
fa6a6c5cca
|
Merge pull request #7642
82de000 Add base Monero address which is needed to view wallet (Justin Ehrenhofer)
|
2021-04-16 12:50:42 -05:00 |
|
luigi1111
|
4ca80bd312
|
Merge pull request #7641
a16328e easylogging++: in place log sanitization (moneromooo-monero)
|
2021-04-16 12:49:00 -05:00 |
|
luigi1111
|
288e5ec350
|
Merge pull request #7384
494f2e1 rpc: fix some error return codes/status (moneromooo-monero)
|
2021-04-16 12:48:05 -05:00 |
|
luigi1111
|
7cf47d754c
|
Merge pull request #7258
1d1c430 p2p: fix cubic selection in filtered peer list (moneromooo)
|
2021-04-16 12:46:34 -05:00 |
|
luigi1111
|
63c7ca07fb
|
Merge pull request #7136
23aae55 Remove payload copy in all outgoing p2p messages (Lee Clagett)
|
2021-04-16 12:45:30 -05:00 |
|
luigi1111
|
2218e23e84
|
Merge pull request #7002
673c6d2 Reduce compilation time of epee/portable_storage_template_helper.h (mj-xmr)
|
2021-04-16 12:43:42 -05:00 |
|
mj-xmr
|
15e627569b
|
CMake: new macro - finding all headers (extract from epee)
|
2021-04-16 09:28:43 +02:00 |
|
selsta
|
5871e7ab19
|
net_node: add seed node
|
2021-04-16 03:22:16 +02:00 |
|
mj-xmr
|
8953f19489
|
CI: Actions' build.yaml uses variables instead of repetitions
|
2021-04-15 20:18:28 +02:00 |
|
moneromooo-monero
|
4da1112967
|
rpc: send confirmations in get_transactions result
if the wallet does it, it would get a wrong result (possibly even
negative) if its local chain is not synced up to the daemon's yet
|
2021-04-15 15:31:52 +00:00 |
|
mj-xmr
|
834e23bfcf
|
Doc: Update Gitian (Reproducible Builds) with small code snippets and fixes
|
2021-04-11 23:19:38 +02:00 |
|