Skip to content

Commit

Permalink
chore(deps): update monero digest to 1a725dc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 073b85a commit c0afda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monero
Submodule monero updated 44 files
+13 −4 .github/workflows/build.yml
+1 −1 .github/workflows/depends.yml
+35 −14 CMakeLists.txt
+1 −1 README.md
+1 −1 contrib/brew/Brewfile
+2 −0 contrib/epee/include/byte_stream.h
+7 −0 contrib/epee/include/net/http_server_handlers_map2.h
+10 −8 contrib/epee/include/serialization/keyvalue_serialization.h
+13 −10 contrib/epee/include/span.h
+3 −2 contrib/epee/include/string_tools.h
+6 −2 contrib/epee/src/byte_slice.cpp
+1 −2 contrib/epee/src/readline_buffer.cpp
+0 −13 contrib/epee/src/string_tools.cpp
+1 −0 external/CMakeLists.txt
+1 −1 src/common/password.cpp
+11 −3 src/crypto/crypto.h
+2 −2 src/cryptonote_basic/cryptonote_format_utils.cpp
+2 −17 src/cryptonote_core/blockchain.cpp
+2 −2 src/cryptonote_core/cryptonote_tx_utils.cpp
+2 −11 src/cryptonote_protocol/block_queue.cpp
+10 −0 src/daemon/command_parser_executor.cpp
+5 −3 src/device/device_default.cpp
+1 −0 src/lmdb/key_stream.h
+1 −1 src/lmdb/table.h
+3 −2 src/lmdb/util.h
+2 −2 src/lmdb/value_stream.h
+24 −11 src/p2p/net_node.inl
+3 −3 src/simplewallet/simplewallet.cpp
+4 −4 src/wallet/api/wallet.cpp
+23 −12 src/wallet/wallet2.cpp
+9 −1 src/wallet/wallet2.h
+11 −4 src/wallet/wallet_rpc_server.cpp
+2 −0 src/wallet/wallet_rpc_server_commands_defs.h
+1 −1 tests/benchmark.cpp
+5 −5 tests/core_tests/multisig.cpp
+17 −0 tests/data/node/banlist_1.txt
+1 −1 tests/functional_tests/make_test_signature.cc
+1 −1 tests/unit_tests/crypto.cpp
+3 −9 tests/unit_tests/dns_resolver.cpp
+68 −0 tests/unit_tests/epee_serialization.cpp
+1 −1 tests/unit_tests/multisig.cpp
+85 −0 tests/unit_tests/node_server.cpp
+1 −1 tests/unit_tests/serialization.cpp
+1 −1 utils/systemd/monerod.service

0 comments on commit c0afda2

Please sign in to comment.