3 files changed
+4
-4
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
|
- Makefile+1-1
- README.md+5-5
- contrib/depends/funcs.mk+1-1
- contrib/depends/packages/expat.mk+6-6
- contrib/depends/packages/openssl.mk+7-8
- contrib/depends/packages/unbound.mk+7-6
- contrib/depends/toolchain.cmake.in+2-2
- contrib/epee/include/net/http_client.h+26-16
- contrib/epee/src/mlog.cpp+13
- contrib/epee/src/readline_buffer.cpp+4
- contrib/gitian/DOCKRUN.md+1-1
- contrib/gitian/README.md+1-1
- contrib/gitian/gitian-linux.yml+9-2
- docs/ANONYMITY_NETWORKS.md+2-2
- external/easylogging++/easylogging++.cc+5
- external/randomx+1-1
- src/blocks/checkpoints.dat
- src/checkpoints/checkpoints.cpp+1
- src/crypto/jh.c+13-4
- src/cryptonote_basic/tx_extra.h+4-4
- src/cryptonote_config.h+1
- src/cryptonote_core/blockchain.cpp+3-2
- src/cryptonote_core/tx_pool.cpp+15-3
- src/cryptonote_core/tx_pool.h+6-5
- src/multisig/multisig_kex_msg.cpp+6-3
- src/net/i2p_address.cpp+9-36
- src/net/i2p_address.h+4-5
- src/net/parse.cpp+1-1
- src/p2p/net_peerlist_boost_serialization.h+1-1
- src/ringct/rctTypes.h+13-3
- src/rpc/daemon_messages.cpp+201
- src/rpc/zmq_server.cpp+16-7
- src/serialization/container.h+2-2
- src/serialization/debug_archive.h+4-6
- src/serialization/difficulty_type.h-2
- src/serialization/pair.h+2-2
- src/serialization/serialization.h+23-102
- src/serialization/tuple.h+1-1
- src/serialization/variant.h+17-28
- src/simplewallet/simplewallet.cpp+79-6
- src/version.cpp.in+1-1
- src/wallet/wallet2.cpp+216-44
- src/wallet/wallet2.h+4-2
- src/wallet/wallet_errors.h+10
- src/wallet/wallet_rpc_server.cpp+14-8
- src/wallet/wallet_rpc_server.h+2-2
- src/wallet/wallet_rpc_server_commands_defs.h+18-1
- tests/functional_tests/transfer.py+81
- tests/unit_tests/aligned.cpp+1
- tests/unit_tests/epee_utils.cpp+56
- tests/unit_tests/json_serialization.cpp+7
- tests/unit_tests/net.cpp+37-42
- tests/unit_tests/serialization.cpp+34-5
- utils/python-rpc/framework/wallet.py+2-1
0 commit comments