Example #1
0
def step_impl(context):
    context.peer.send_Hello = instrument(context.peer.send_Hello)
Example #2
0
def step_impl(context):
    context.peer.send_Disconnect = instrument(context.peer.send_Disconnect)
Example #3
0
def step_impl(context):
    context.peer.send_Pong = instrument(context.peer.send_Pong)
Example #4
0
def step_impl(context):
    context.peer.send_Blocks = instrument(context.peer.send_Blocks)
Example #5
0
def step_impl(context):
    context.peer.send_Disconnect = instrument(context.peer.send_Disconnect)
Example #6
0
def step_impl(context):
    context.peer.send_Pong = instrument(context.peer.send_Pong)
Example #7
0
def step_impl(context):
    for peer in context.peer_manager.connected_peers:
        peer.stop = utils.instrument(peer.stop)
Example #8
0
def step_impl(context):
    context.peer.send_Hello = instrument(context.peer.send_Hello)
Example #9
0
def step_impl(context):
    context.peer.send_Blocks = instrument(context.peer.send_Blocks)
Example #10
0
def step_impl(context):
    context.peer.send_Transactions = instrument(context.peer.send_Transactions)
Example #11
0
def step_impl(context):
    context.peer.send_Peers = instrument(context.peer.send_Peers)