Skip to content

Commit

Permalink
build: prepare v0.18.3.4
Browse files Browse the repository at this point in the history
selsta committed Aug 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c57bdfa commit 551ab27
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")

set(VERSION_MAJOR "18")
set(VERSION_MINOR "3")
set(VERSION_REVISION "3")
set(VERSION_REVISION "4")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")

option(STATIC "Link libraries statically, requires static Qt")
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ Packaging for your favorite distribution would be a welcome contribution!
```
git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
```
\* `master` - replace with the desired version tag (e.g. `v0.18.3.3`) to build the release binaries.
\* `master` - replace with the desired version tag (e.g. `v0.18.3.4`) to build the release binaries.
3. Prepare build environment
```
cd monero-gui
@@ -128,7 +128,7 @@ Packaging for your favorite distribution would be a welcome contribution!
```
git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
```
\* `master` - replace with the desired version tag (e.g. `v0.18.3.3`) to build the release binaries.
\* `master` - replace with the desired version tag (e.g. `v0.18.3.4`) to build the release binaries.
3. Prepare build environment
```
cd monero-gui
2 changes: 1 addition & 1 deletion monero
Submodule monero updated 65 files
+1 −1 Makefile
+5 −5 README.md
+1 −0 contrib/epee/include/storages/portable_storage_val_converters.h
+7 −10 contrib/epee/include/string_tools.h
+3 −2 contrib/epee/src/mlog.cpp
+2 −1 contrib/epee/src/readline_buffer.cpp
+36 −52 contrib/epee/src/string_tools.cpp
+1 −1 contrib/gitian/DOCKRUN.md
+1 −1 contrib/gitian/README.md
+ src/blocks/checkpoints.dat
+1 −0 src/checkpoints/checkpoints.cpp
+2 −1 src/common/boost_serialization_helper.h
+38 −3 src/common/util.cpp
+7 −1 src/common/util.h
+1 −0 src/cryptonote_basic/verification_context.h
+1 −1 src/cryptonote_core/blockchain.cpp
+6 −6 src/cryptonote_core/cryptonote_tx_utils.cpp
+3 −3 src/cryptonote_core/cryptonote_tx_utils.h
+9 −0 src/cryptonote_core/tx_pool.cpp
+10 −3 src/cryptonote_protocol/levin_notify.cpp
+2 −1 src/cryptonote_protocol/levin_notify.h
+1 −0 src/device/device_ledger.cpp
+1 −2 src/multisig/multisig_tx_builder_ringct.cpp
+0 −1 src/multisig/multisig_tx_builder_ringct.h
+11 −11 src/p2p/net_node.inl
+2 −1 src/p2p/net_peerlist.cpp
+2 −0 src/rpc/core_rpc_server.cpp
+3 −1 src/rpc/core_rpc_server_commands_defs.h
+12 −0 src/rpc/daemon_handler.cpp
+1 −0 src/rpc/message_data_structs.h
+28 −3 src/serialization/json_object.cpp
+1 −1 src/serialization/json_object.h
+12 −129 src/simplewallet/simplewallet.cpp
+2 −4 src/simplewallet/simplewallet.h
+1 −1 src/version.cpp.in
+2 −2 src/wallet/api/wallet.cpp
+36 −38 src/wallet/wallet2.cpp
+7 −7 src/wallet/wallet2.h
+9 −6 src/wallet/wallet_errors.h
+29 −5 src/wallet/wallet_rpc_server.cpp
+2 −0 src/wallet/wallet_rpc_server_error_codes.h
+2 −2 tests/core_tests/block_validation.cpp
+1 −1 tests/core_tests/bulletproof_plus.cpp
+1 −1 tests/core_tests/bulletproofs.cpp
+6 −6 tests/core_tests/chaingen.cpp
+1 −1 tests/core_tests/chaingen.h
+1 −1 tests/core_tests/double_spend.inl
+2 −2 tests/core_tests/integer_overflow.cpp
+2 −2 tests/core_tests/multisig.cpp
+2 −2 tests/core_tests/rct.cpp
+1 −1 tests/core_tests/rct2.cpp
+1 −1 tests/core_tests/transaction_tests.cpp
+28 −1 tests/core_tests/tx_validation.cpp
+1 −1 tests/core_tests/v2_tests.cpp
+4 −4 tests/core_tests/wallet_tools.cpp
+1 −1 tests/core_tests/wallet_tools.h
+1 −1 tests/functional_tests/transactions_flow_test.cpp
+3 −3 tests/performance_tests/check_tx_signature.h
+1 −1 tests/performance_tests/construct_tx.h
+1 −1 tests/performance_tests/ge_frombytes_vartime.h
+1 −1 tests/performance_tests/ge_tobytes.h
+15 −0 tests/unit_tests/epee_utils.cpp
+63 −1 tests/unit_tests/json_serialization.cpp
+90 −0 tests/unit_tests/levin.cpp
+7 −6 tests/unit_tests/wallet_storage.cpp

0 comments on commit 551ab27

Please sign in to comment.