Skip to content

Commit

Permalink
update monero-core submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jun 28, 2020
1 parent 5dd6d99 commit 92ffa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/monero-core
Submodule monero-core updated 66 files
+3 −3 .github/workflows/build.yml
+2 −10 CMakeLists.txt
+5 −5 README.md
+2 −2 contrib/epee/include/console_handler.h
+10 −9 contrib/epee/include/net/abstract_tcp_server2.inl
+1 −1 contrib/epee/include/net/http_server_impl_base.h
+4 −5 contrib/epee/include/storages/levin_abstract_invoke2.h
+1 −1 contrib/epee/include/storages/parserse_base_utils.h
+4 −1 contrib/epee/src/byte_slice.cpp
+1 −1 contrib/epee/src/mlog.cpp
+2 −2 contrib/gitian/README.md
+1 −1 contrib/gitian/gitian-android.yml
+1 −1 contrib/gitian/gitian-freebsd.yml
+1 −1 contrib/gitian/gitian-linux.yml
+1 −1 contrib/gitian/gitian-osx.yml
+1 −1 contrib/gitian/gitian-win.yml
+1 −0 src/blockchain_utilities/blocksdat_file.h
+1 −0 src/blockchain_utilities/bootstrap_file.h
+ src/blocks/checkpoints.dat
+6 −4 src/checkpoints/checkpoints.cpp
+2 −0 src/common/updates.cpp
+90 −7 src/cryptonote_core/blockchain.cpp
+1 −0 src/cryptonote_core/blockchain.h
+3 −28 src/cryptonote_core/cryptonote_core.cpp
+0 −12 src/cryptonote_core/cryptonote_core.h
+10 −4 src/cryptonote_core/tx_pool.cpp
+3 −1 src/cryptonote_core/tx_pool.h
+3 −5 src/cryptonote_protocol/cryptonote_protocol_handler.inl
+1 −2 src/daemon/rpc_command_executor.cpp
+2 −2 src/device/device_ledger.cpp
+1 −2 src/device_trezor/trezor/transport.cpp
+1 −1 src/p2p/net_node.inl
+6 −6 src/rpc/core_rpc_server.cpp
+2 −2 src/rpc/rpc_args.cpp
+12 −2 src/rpc/rpc_payment.cpp
+2 −0 src/rpc/rpc_payment.h
+39 −49 src/simplewallet/simplewallet.cpp
+1 −2 src/simplewallet/simplewallet.h
+2 −2 src/version.cpp.in
+13 −10 src/wallet/message_store.cpp
+1 −1 src/wallet/message_store.h
+2 −2 src/wallet/wallet2.cpp
+2 −3 tests/core_tests/chaingen.h
+ tests/data/fuzz/tx-extra/TXEXTRA1
+ tests/data/fuzz/tx-extra/TXEXTRA2
+5 −5 tests/functional_tests/address_book.py
+2 −2 tests/functional_tests/speed.py
+11 −0 tests/functional_tests/txpool.py
+2 −2 tests/functional_tests/validate_address.py
+12 −42 tests/fuzz/CMakeLists.txt
+43 −6 tests/fuzz/base58.cpp
+31 −5 tests/fuzz/block.cpp
+33 −6 tests/fuzz/bulletproof.cpp
+61 −19 tests/fuzz/cold-outputs.cpp
+62 −20 tests/fuzz/cold-transaction.cpp
+0 −4 tests/fuzz/fuzzer.cpp
+0 −108 tests/fuzz/fuzzer.h
+43 −6 tests/fuzz/http-client.cpp
+44 −5 tests/fuzz/levin.cpp
+42 −6 tests/fuzz/load_from_binary.cpp
+42 −6 tests/fuzz/load_from_json.cpp
+42 −6 tests/fuzz/parse_url.cpp
+51 −16 tests/fuzz/signature.cpp
+31 −5 tests/fuzz/transaction.cpp
+0 −40 tests/fuzz/tx-extra.cpp
+23 −0 tests/unit_tests/epee_utils.cpp

0 comments on commit 92ffa11

Please sign in to comment.