Skip to content

Commit

Permalink
Merge pull request #3678
Browse files Browse the repository at this point in the history
0e1c6ae build: prepare v0.17.2.3 (selsta)
  • Loading branch information
luigi1111 committed Aug 30, 2021
2 parents b461373 + 0e1c6ae commit 113efbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")

set(VERSION_MAJOR "17")
set(VERSION_MINOR "2")
set(VERSION_REVISION "2")
set(VERSION_REVISION "3")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")

option(STATIC "Link libraries statically, requires static Qt")
Expand Down
2 changes: 1 addition & 1 deletion monero
Submodule monero updated 59 files
+1 −1 .github/workflows/build.yml
+73 −5 CMakeLists.txt
+1 −1 Dockerfile
+5 −5 README.md
+13 −6 cmake/FindCcache.cmake
+1 −1 cmake/FindLibUSB.cmake
+1 −1 contrib/depends/Makefile
+1 −1 contrib/depends/funcs.mk
+1 −1 contrib/depends/packages/boost.mk
+2 −1 contrib/depends/packages/eudev.mk
+2 −1 contrib/depends/packages/gtest.mk
+2 −1 contrib/depends/packages/native_cctools.mk
+3 −0 contrib/epee/include/net/net_utils_base.h
+2 −0 contrib/epee/include/storages/portable_storage.h
+11 −2 contrib/epee/src/CMakeLists.txt
+0 −4 contrib/gitian/gitian-build.py
+3 −3 external/db_drivers/liblmdb/mdb.c
+1 −1 external/randomx
+21 −9 src/blocks/CMakeLists.txt
+ src/blocks/checkpoints.dat
+1 −0 src/checkpoints/checkpoints.cpp
+1 −0 src/common/i18n.cpp
+6 −2 src/common/util.cpp
+9 −0 src/cryptonote_basic/CMakeLists.txt
+0 −16 src/cryptonote_basic/cryptonote_format_utils.cpp
+49 −0 src/cryptonote_basic/cryptonote_format_utils_basic.cpp
+1 −1 src/cryptonote_core/blockchain.cpp
+1 −0 src/device/CMakeLists.txt
+14 −5 src/device/device_ledger.cpp
+3 −6 src/device/device_ledger.hpp
+1 −1 src/device_trezor/device_trezor_base.cpp
+18 −3 src/p2p/net_node.inl
+2 −10 src/p2p/net_peerlist.cpp
+24 −2 src/p2p/net_peerlist.h
+12 −6 src/serialization/json_object.cpp
+1 −1 src/simplewallet/simplewallet.cpp
+1 −1 src/version.cpp.in
+3 −0 src/wallet/api/CMakeLists.txt
+19 −0 src/wallet/api/address_book.cpp
+1 −0 src/wallet/api/address_book.h
+22 −0 src/wallet/api/transaction_history.cpp
+1 −0 src/wallet/api/transaction_history.h
+11 −0 src/wallet/api/transaction_info.cpp
+4 −0 src/wallet/api/transaction_info.h
+85 −4 src/wallet/api/wallet.cpp
+9 −2 src/wallet/api/wallet.h
+34 −2 src/wallet/api/wallet2_api.h
+113 −39 src/wallet/wallet2.cpp
+1 −1 src/wallet/wallet2.h
+102 −7 src/wallet/wallet_rpc_server.cpp
+8 −2 src/wallet/wallet_rpc_server.h
+83 −1 src/wallet/wallet_rpc_server_commands_defs.h
+2 −4 tests/unit_tests/epee_boosted_tcp_server.cpp
+1 −0 tests/unit_tests/epee_utils.cpp
+7 −5 tests/unit_tests/node_server.cpp
+9 −9 tests/unit_tests/wipeable_string.cpp
+1 −1 utils/build_scripts/android32.Dockerfile
+1 −1 utils/build_scripts/android64.Dockerfile
+33 −0 utils/python-rpc/framework/wallet.py

0 comments on commit 113efbf

Please sign in to comment.