Skip to content

Commit

Permalink
chore(deps): update monero digest to c6d17a0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 5de323b commit 74b3085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monero
Submodule monero updated 64 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
+31 −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
+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 74b3085

Please sign in to comment.