elements/src/rpc
Shashwat 2b09593bdd scripted-diff: Rename message command to message type
-BEGIN VERIFY SCRIPT-

 s1() { sed -i "s/$1/$2/g" $(git grep -l "$1" ./); }

 s1 'NET_MESSAGE_COMMAND_OTHER' 'NET_MESSAGE_TYPE_OTHER'
 s1 'mapMsgCmdSize' 'mapMsgTypeSize'
 s1 'mapRecvBytesPerMsgCmd' 'mapRecvBytesPerMsgType'
 s1 'mapSendBytesPerMsgCmd' 'mapSendBytesPerMsgType'
 s1 'recvPerMsgCmd' 'recvPerMsgType'
 s1 'sendPerMsgCmd' 'sendPerMsgType'

-END VERIFY SCRIPT-
2022-04-07 17:22:36 +05:30
..
blockchain.cpp Add src/node/* code to node:: namespace 2022-01-06 22:14:16 -05:00
blockchain.h Add src/node/* code to node:: namespace 2022-01-06 22:14:16 -05:00
client.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
client.h
external_signer.cpp doc: Fix RPC result documentation 2021-09-21 11:13:29 +02:00
mining.cpp Add src/node/* code to node:: namespace 2022-01-06 22:14:16 -05:00
mining.h rpc: create rpc/mining.h, hoist default max tries values to constant 2020-06-01 15:08:36 +02:00
misc.cpp Add src/node/* code to node:: namespace 2022-01-06 22:14:16 -05:00
net.cpp scripted-diff: Rename message command to message type 2022-04-07 17:22:36 +05:30
protocol.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
rawtransaction.cpp Add src/node/* code to node:: namespace 2022-01-06 22:14:16 -05:00
rawtransaction_util.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
rawtransaction_util.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
register.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
request.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
request.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
server.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
server.h scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
server_util.cpp Add src/node/* code to node:: namespace 2022-01-06 22:14:16 -05:00
server_util.h Add src/node/* code to node:: namespace 2022-01-06 22:14:16 -05:00
util.cpp rpc: Quote user supplied strings in error messages 2021-12-13 15:18:35 +01:00
util.h refactor: Remove useless extern keyword 2021-05-10 09:09:24 +02:00