Commit 29ed0d6e authored by Ubuntu's avatar Ubuntu

Added delay results

parent 8a8c6079
......@@ -3,10 +3,22 @@ Module to calculate RTT
:author: gurnoorsingh (20221024)
"""
import re
import time
import requests
import subprocess
import numpy as np
def myping(host, num=10):
command = f"sudo ping -f -c {num} -W 0.5 {host}"
with subprocess.Popen(command, stdout=subprocess.PIPE, stderr=None, shell=True) as process:
output = process.communicate()[0].decode("utf-8")
results = re.findall(".*min/avg/max/mdev = (.*?) ms", output)[0]
avg_rtt = float(results.split('/')[1])
return int(avg_rtt * 1e6)
def RTT(url):
times = []
num_iterations = 10
......@@ -22,7 +34,9 @@ def RTT(url):
def main():
# url address
url = "http://oregong-algorand-test-1.algorand-testnet.network:4161"
print(RTT(url))
url = "londong-algorand-test-2.algorand-testnet.network"
url = "singaporeg-algorand-test-1.algorand-testnet.network"
print(myping(url))
if __name__ == '__main__':
main()
\ No newline at end of file
RELAYS = [
'r19.algorand-testnet.network:4161', 'relay-virginia-testnet-algorand.algorand-testnet.network:4161', 'oregong-algorand-test-1.algorand-testnet.network:4161', 'singaporeg-algorand-test-1.algorand-testnet.network:4161', 'londong-algorand-test-2.algorand-testnet.network:4161', 'singaporeg-algorand-test-2.algorand-testnet.network:4161', 'relay-switzerland1-testnet-algorand.algorand-testnet.network:80', 'londong-algorand-test-1.algorand-testnet.network:4161']
\ No newline at end of file
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [6LAFAFVGYWYWO4GZSTDTQPVNDPCP36IHDODP6PCBH5E6LYSUR65Q] from \u0026{lastPacketTime:1668044474338728949 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:13281 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044474338728949 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 34 110 151 160 217 13 111 105 126 213 126 180 3 215 110 125 36 197 191 50 137 220 191 235 70 227 246 180 58 99 207 230 28 172 76 231 150 118 149 228 231 16 203 54 55 250 201 143 239 186 177 59 139 159 176 194 98 58 39 228 21 215 17 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 160 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 136 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:14.338845Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [6LAFAFVGYWYWO4GZSTDTQPVNDPCP36IHDODP6PCBH5E6LYSUR65Q] from \u0026{lastPacketTime:1668044474339519552 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:14365 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044474339519552 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 34 110 151 160 217 13 111 105 126 213 126 180 3 215 110 125 36 197 191 50 137 220 191 235 70 227 246 180 58 99 207 230 28 172 76 231 150 118 149 228 231 16 203 54 55 250 201 143 239 186 177 59 139 159 176 194 98 58 39 228 21 215 17 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 160 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 136 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:14.339600Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [6LAFAFVGYWYWO4GZSTDTQPVNDPCP36IHDODP6PCBH5E6LYSUR65Q] from \u0026{lastPacketTime:1668044474356797828 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:9734 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044474356797828 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 34 110 151 160 217 13 111 105 126 213 126 180 3 215 110 125 36 197 191 50 137 220 191 235 70 227 246 180 58 99 207 230 28 172 76 231 150 118 149 228 231 16 203 54 55 250 201 143 239 186 177 59 139 159 176 194 98 58 39 228 21 215 17 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 160 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 136 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:14.356879Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [6LAFAFVGYWYWO4GZSTDTQPVNDPCP36IHDODP6PCBH5E6LYSUR65Q] from \u0026{lastPacketTime:1668044474396631403 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:11756 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044474396631403 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 34 110 151 160 217 13 111 105 126 213 126 180 3 215 110 125 36 197 191 50 137 220 191 235 70 227 246 180 58 99 207 230 28 172 76 231 150 118 149 228 231 16 203 54 55 250 201 143 239 186 177 59 139 159 176 194 98 58 39 228 21 215 17 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 160 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 136 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:14.396722Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [6LAFAFVGYWYWO4GZSTDTQPVNDPCP36IHDODP6PCBH5E6LYSUR65Q] from \u0026{lastPacketTime:1668044474414140580 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:8048 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044474414140580 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 34 110 151 160 217 13 111 105 126 213 126 180 3 215 110 125 36 197 191 50 137 220 191 235 70 227 246 180 58 99 207 230 28 172 76 231 150 118 149 228 231 16 203 54 55 250 201 143 239 186 177 59 139 159 176 194 98 58 39 228 21 215 17 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 160 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 136 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:14.414218Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [6LAFAFVGYWYWO4GZSTDTQPVNDPCP36IHDODP6PCBH5E6LYSUR65Q] from \u0026{lastPacketTime:1668044474422435917 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:8856 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044474422435917 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 34 110 151 160 217 13 111 105 126 213 126 180 3 215 110 125 36 197 191 50 137 220 191 235 70 227 246 180 58 99 207 230 28 172 76 231 150 118 149 228 231 16 203 54 55 250 201 143 239 186 177 59 139 159 176 194 98 58 39 228 21 215 17 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 160 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 136 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:14.422541Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [6LAFAFVGYWYWO4GZSTDTQPVNDPCP36IHDODP6PCBH5E6LYSUR65Q] from \u0026{lastPacketTime:1668044474435140973 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:8932 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044474435140973 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 34 110 151 160 217 13 111 105 126 213 126 180 3 215 110 125 36 197 191 50 137 220 191 235 70 227 246 180 58 99 207 230 28 172 76 231 150 118 149 228 231 16 203 54 55 250 201 143 239 186 177 59 139 159 176 194 98 58 39 228 21 215 17 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 160 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 136 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:14.435213Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [6LAFAFVGYWYWO4GZSTDTQPVNDPCP36IHDODP6PCBH5E6LYSUR65Q] from \u0026{lastPacketTime:1668044474559757021 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:7602 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044474559754621 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 34 110 151 160 217 13 111 105 126 213 126 180 3 215 110 125 36 197 191 50 137 220 191 235 70 227 246 180 58 99 207 230 28 172 76 231 150 118 149 228 231 16 203 54 55 250 201 143 239 186 177 59 139 159 176 194 98 58 39 228 21 215 17 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 160 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 136 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:14.559950Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7P7XE2H2DI22OJMG3WAP6RMQ6XIRPPDXKI6WZ7A7LEYTQKYOHZ2Q] from \u0026{lastPacketTime:1668043709964873407 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:11074 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668043709964873407 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 77 203 108 128 45 44 77 146 247 36 99 178 137 115 167 167 131 29 43 153 136 22 125 228 195 217 113 24 213 145 77 5 53 113 200 183 1 139 154 89 86 184 109 91 195 171 90 96 53 150 175 244 52 253 218 225 153 36 182 241 220 16 203 9 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 20 204 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 24 180 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:28:29.964999Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7P7XE2H2DI22OJMG3WAP6RMQ6XIRPPDXKI6WZ7A7LEYTQKYOHZ2Q] from \u0026{lastPacketTime:1668043709966189513 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:12085 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668043709966189513 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 77 203 108 128 45 44 77 146 247 36 99 178 137 115 167 167 131 29 43 153 136 22 125 228 195 217 113 24 213 145 77 5 53 113 200 183 1 139 154 89 86 184 109 91 195 171 90 96 53 150 175 244 52 253 218 225 153 36 182 241 220 16 203 9 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 20 204 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 24 180 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:28:29.966273Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7P7XE2H2DI22OJMG3WAP6RMQ6XIRPPDXKI6WZ7A7LEYTQKYOHZ2Q] from \u0026{lastPacketTime:1668043709983677884 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:8314 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668043709983677884 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 77 203 108 128 45 44 77 146 247 36 99 178 137 115 167 167 131 29 43 153 136 22 125 228 195 217 113 24 213 145 77 5 53 113 200 183 1 139 154 89 86 184 109 91 195 171 90 96 53 150 175 244 52 253 218 225 153 36 182 241 220 16 203 9 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 20 204 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 24 180 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:28:29.983768Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7P7XE2H2DI22OJMG3WAP6RMQ6XIRPPDXKI6WZ7A7LEYTQKYOHZ2Q] from \u0026{lastPacketTime:1668043709983795085 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:6425 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668043709983795085 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 77 203 108 128 45 44 77 146 247 36 99 178 137 115 167 167 131 29 43 153 136 22 125 228 195 217 113 24 213 145 77 5 53 113 200 183 1 139 154 89 86 184 109 91 195 171 90 96 53 150 175 244 52 253 218 225 153 36 182 241 220 16 203 9 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 20 204 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 24 180 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:28:29.983886Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7P7XE2H2DI22OJMG3WAP6RMQ6XIRPPDXKI6WZ7A7LEYTQKYOHZ2Q] from \u0026{lastPacketTime:1668043710027252263 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:9875 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668043710027252263 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 77 203 108 128 45 44 77 146 247 36 99 178 137 115 167 167 131 29 43 153 136 22 125 228 195 217 113 24 213 145 77 5 53 113 200 183 1 139 154 89 86 184 109 91 195 171 90 96 53 150 175 244 52 253 218 225 153 36 182 241 220 16 203 9 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 20 204 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 24 180 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:28:30.027367Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7P7XE2H2DI22OJMG3WAP6RMQ6XIRPPDXKI6WZ7A7LEYTQKYOHZ2Q] from \u0026{lastPacketTime:1668043710043577730 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:7567 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668043710043577730 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 77 203 108 128 45 44 77 146 247 36 99 178 137 115 167 167 131 29 43 153 136 22 125 228 195 217 113 24 213 145 77 5 53 113 200 183 1 139 154 89 86 184 109 91 195 171 90 96 53 150 175 244 52 253 218 225 153 36 182 241 220 16 203 9 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 20 204 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 24 180 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:28:30.043693Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7P7XE2H2DI22OJMG3WAP6RMQ6XIRPPDXKI6WZ7A7LEYTQKYOHZ2Q] from \u0026{lastPacketTime:1668043710048615850 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:6725 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668043710048615850 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 77 203 108 128 45 44 77 146 247 36 99 178 137 115 167 167 131 29 43 153 136 22 125 228 195 217 113 24 213 145 77 5 53 113 200 183 1 139 154 89 86 184 109 91 195 171 90 96 53 150 175 244 52 253 218 225 153 36 182 241 220 16 203 9 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 20 204 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 24 180 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:28:30.048694Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7P7XE2H2DI22OJMG3WAP6RMQ6XIRPPDXKI6WZ7A7LEYTQKYOHZ2Q] from \u0026{lastPacketTime:1668043710059894497 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:7415 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668043710059894497 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 77 203 108 128 45 44 77 146 247 36 99 178 137 115 167 167 131 29 43 153 136 22 125 228 195 217 113 24 213 145 77 5 53 113 200 183 1 139 154 89 86 184 109 91 195 171 90 96 53 150 175 244 52 253 218 225 153 36 182 241 220 16 203 9 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 20 204 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 24 180 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:28:30.059993Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7RHMUIFJN46BH3CQB63O5UZDEXRAR22P5WYAR67I73C43CXNGFVA] from \u0026{lastPacketTime:1668044452847016520 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:13174 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044452847016520 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 87 84 129 104 107 247 189 12 127 58 70 104 4 43 174 212 231 220 173 33 16 83 5 3 171 109 159 122 74 153 42 128 151 141 229 100 17 252 30 5 55 182 249 37 54 245 37 211 140 167 182 81 33 58 165 16 191 127 233 205 160 48 26 3 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 154 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 130 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:52.847170Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7RHMUIFJN46BH3CQB63O5UZDEXRAR22P5WYAR67I73C43CXNGFVA] from \u0026{lastPacketTime:1668044452848003824 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:14270 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044452848003824 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 87 84 129 104 107 247 189 12 127 58 70 104 4 43 174 212 231 220 173 33 16 83 5 3 171 109 159 122 74 153 42 128 151 141 229 100 17 252 30 5 55 182 249 37 54 245 37 211 140 167 182 81 33 58 165 16 191 127 233 205 160 48 26 3 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 154 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 130 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:52.848099Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7RHMUIFJN46BH3CQB63O5UZDEXRAR22P5WYAR67I73C43CXNGFVA] from \u0026{lastPacketTime:1668044452864994089 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:9666 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044452864994089 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 87 84 129 104 107 247 189 12 127 58 70 104 4 43 174 212 231 220 173 33 16 83 5 3 171 109 159 122 74 153 42 128 151 141 229 100 17 252 30 5 55 182 249 37 54 245 37 211 140 167 182 81 33 58 165 16 191 127 233 205 160 48 26 3 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 154 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 130 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:52.865119Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7RHMUIFJN46BH3CQB63O5UZDEXRAR22P5WYAR67I73C43CXNGFVA] from \u0026{lastPacketTime:1668044452866196694 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:7545 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044452866196694 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 87 84 129 104 107 247 189 12 127 58 70 104 4 43 174 212 231 220 173 33 16 83 5 3 171 109 159 122 74 153 42 128 151 141 229 100 17 252 30 5 55 182 249 37 54 245 37 211 140 167 182 81 33 58 165 16 191 127 233 205 160 48 26 3 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 154 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 130 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:52.866251Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7RHMUIFJN46BH3CQB63O5UZDEXRAR22P5WYAR67I73C43CXNGFVA] from \u0026{lastPacketTime:1668044452905540646 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:11676 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044452905540646 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 87 84 129 104 107 247 189 12 127 58 70 104 4 43 174 212 231 220 173 33 16 83 5 3 171 109 159 122 74 153 42 128 151 141 229 100 17 252 30 5 55 182 249 37 54 245 37 211 140 167 182 81 33 58 165 16 191 127 233 205 160 48 26 3 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 154 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 130 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:52.905635Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7RHMUIFJN46BH3CQB63O5UZDEXRAR22P5WYAR67I73C43CXNGFVA] from \u0026{lastPacketTime:1668044452922601212 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:7974 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044452922601212 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 87 84 129 104 107 247 189 12 127 58 70 104 4 43 174 212 231 220 173 33 16 83 5 3 171 109 159 122 74 153 42 128 151 141 229 100 17 252 30 5 55 182 249 37 54 245 37 211 140 167 182 81 33 58 165 16 191 127 233 205 160 48 26 3 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 154 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 130 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:52.922688Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7RHMUIFJN46BH3CQB63O5UZDEXRAR22P5WYAR67I73C43CXNGFVA] from \u0026{lastPacketTime:1668044452930534443 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:8797 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044452930534443 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 87 84 129 104 107 247 189 12 127 58 70 104 4 43 174 212 231 220 173 33 16 83 5 3 171 109 159 122 74 153 42 128 151 141 229 100 17 252 30 5 55 182 249 37 54 245 37 211 140 167 182 81 33 58 165 16 191 127 233 205 160 48 26 3 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 154 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 130 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:52.930599Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [7RHMUIFJN46BH3CQB63O5UZDEXRAR22P5WYAR67I73C43CXNGFVA] from \u0026{lastPacketTime:1668044452940865283 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:8867 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044452940865283 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 87 84 129 104 107 247 189 12 127 58 70 104 4 43 174 212 231 220 173 33 16 83 5 3 171 109 159 122 74 153 42 128 151 141 229 100 17 252 30 5 55 182 249 37 54 245 37 211 140 167 182 81 33 58 165 16 191 127 233 205 160 48 26 3 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 154 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 130 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:52.940944Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [ESSEGXUEITTMHO4SI37W6BNBUYHHQQE4YNORJ7TEA5VX6ISJDWAA] from \u0026{lastPacketTime:1668041745592229564 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:4793 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668041745592229564 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 246 234 245 7 115 188 235 71 112 119 143 75 82 147 91 26 219 11 162 78 156 59 172 165 28 252 202 42 251 156 90 241 129 164 83 162 15 120 87 222 99 220 45 185 121 236 186 71 201 44 142 143 78 158 77 200 217 6 9 63 31 7 32 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 18 176 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 22 152 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T00:55:45.592339Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [ESSEGXUEITTMHO4SI37W6BNBUYHHQQE4YNORJ7TEA5VX6ISJDWAA] from \u0026{lastPacketTime:1668041745612417348 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:4257 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668041745612417348 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 246 234 245 7 115 188 235 71 112 119 143 75 82 147 91 26 219 11 162 78 156 59 172 165 28 252 202 42 251 156 90 241 129 164 83 162 15 120 87 222 99 220 45 185 121 236 186 71 201 44 142 143 78 158 77 200 217 6 9 63 31 7 32 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 18 176 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 22 152 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T00:55:45.612508Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [ESSEGXUEITTMHO4SI37W6BNBUYHHQQE4YNORJ7TEA5VX6ISJDWAA] from \u0026{lastPacketTime:1668041745665740568 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:4371 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668041745665740568 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 246 234 245 7 115 188 235 71 112 119 143 75 82 147 91 26 219 11 162 78 156 59 172 165 28 252 202 42 251 156 90 241 129 164 83 162 15 120 87 222 99 220 45 185 121 236 186 71 201 44 142 143 78 158 77 200 217 6 9 63 31 7 32 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 18 176 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 22 152 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T00:55:45.665840Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [ESSEGXUEITTMHO4SI37W6BNBUYHHQQE4YNORJ7TEA5VX6ISJDWAA] from \u0026{lastPacketTime:1668041745667922677 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:3573 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668041745667922677 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 246 234 245 7 115 188 235 71 112 119 143 75 82 147 91 26 219 11 162 78 156 59 172 165 28 252 202 42 251 156 90 241 129 164 83 162 15 120 87 222 99 220 45 185 121 236 186 71 201 44 142 143 78 158 77 200 217 6 9 63 31 7 32 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 18 176 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 22 152 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T00:55:45.667994Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [ESSEGXUEITTMHO4SI37W6BNBUYHHQQE4YNORJ7TEA5VX6ISJDWAA] from \u0026{lastPacketTime:1668041745698892605 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:3549 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668041745698892605 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 246 234 245 7 115 188 235 71 112 119 143 75 82 147 91 26 219 11 162 78 156 59 172 165 28 252 202 42 251 156 90 241 129 164 83 162 15 120 87 222 99 220 45 185 121 236 186 71 201 44 142 143 78 158 77 200 217 6 9 63 31 7 32 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 18 176 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 22 152 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T00:55:45.698985Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [ESSEGXUEITTMHO4SI37W6BNBUYHHQQE4YNORJ7TEA5VX6ISJDWAA] from \u0026{lastPacketTime:1668041745730825636 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:2895 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668041745730825636 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 246 234 245 7 115 188 235 71 112 119 143 75 82 147 91 26 219 11 162 78 156 59 172 165 28 252 202 42 251 156 90 241 129 164 83 162 15 120 87 222 99 220 45 185 121 236 186 71 201 44 142 143 78 158 77 200 217 6 9 63 31 7 32 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 18 176 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 22 152 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T00:55:45.730913Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [ESSEGXUEITTMHO4SI37W6BNBUYHHQQE4YNORJ7TEA5VX6ISJDWAA] from \u0026{lastPacketTime:1668041745760590559 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:5791 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668041745760590559 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 246 234 245 7 115 188 235 71 112 119 143 75 82 147 91 26 219 11 162 78 156 59 172 165 28 252 202 42 251 156 90 241 129 164 83 162 15 120 87 222 99 220 45 185 121 236 186 71 201 44 142 143 78 158 77 200 217 6 9 63 31 7 32 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 18 176 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 22 152 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T00:55:45.760694Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [ESSEGXUEITTMHO4SI37W6BNBUYHHQQE4YNORJ7TEA5VX6ISJDWAA] from \u0026{lastPacketTime:1668041745762366067 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:5557 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668041745762366067 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 246 234 245 7 115 188 235 71 112 119 143 75 82 147 91 26 219 11 162 78 156 59 172 165 28 252 202 42 251 156 90 241 129 164 83 162 15 120 87 222 99 220 45 185 121 236 186 71 201 44 142 143 78 158 77 200 217 6 9 63 31 7 32 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 18 176 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 22 152 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T00:55:45.762431Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FJP3IUVFXNC4ZJMULUDGQDRSV52LIKD25W2P7XVLPJLM3RXU4SQA] from \u0026{lastPacketTime:1668044409948444880 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:13025 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044409948444880 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 149 129 195 198 49 30 67 112 95 83 172 87 74 90 79 222 91 195 119 230 109 231 22 236 105 203 203 71 160 87 141 24 225 199 11 113 123 106 138 202 229 222 103 57 69 193 238 211 20 223 124 211 120 212 116 177 92 41 159 203 207 84 194 10 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 142 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 118 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:09.948586Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FJP3IUVFXNC4ZJMULUDGQDRSV52LIKD25W2P7XVLPJLM3RXU4SQA] from \u0026{lastPacketTime:1668044409949299983 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:14150 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044409949299983 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 149 129 195 198 49 30 67 112 95 83 172 87 74 90 79 222 91 195 119 230 109 231 22 236 105 203 203 71 160 87 141 24 225 199 11 113 123 106 138 202 229 222 103 57 69 193 238 211 20 223 124 211 120 212 116 177 92 41 159 203 207 84 194 10 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 142 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 118 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:09.949398Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FJP3IUVFXNC4ZJMULUDGQDRSV52LIKD25W2P7XVLPJLM3RXU4SQA] from \u0026{lastPacketTime:1668044409966224854 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:9573 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044409966224854 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 149 129 195 198 49 30 67 112 95 83 172 87 74 90 79 222 91 195 119 230 109 231 22 236 105 203 203 71 160 87 141 24 225 199 11 113 123 106 138 202 229 222 103 57 69 193 238 211 20 223 124 211 120 212 116 177 92 41 159 203 207 84 194 10 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 142 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 118 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:09.966332Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FJP3IUVFXNC4ZJMULUDGQDRSV52LIKD25W2P7XVLPJLM3RXU4SQA] from \u0026{lastPacketTime:1668044409967660759 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:7472 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044409967660759 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 149 129 195 198 49 30 67 112 95 83 172 87 74 90 79 222 91 195 119 230 109 231 22 236 105 203 203 71 160 87 141 24 225 199 11 113 123 106 138 202 229 222 103 57 69 193 238 211 20 223 124 211 120 212 116 177 92 41 159 203 207 84 194 10 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 142 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 118 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:09.967734Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FJP3IUVFXNC4ZJMULUDGQDRSV52LIKD25W2P7XVLPJLM3RXU4SQA] from \u0026{lastPacketTime:1668044410006672421 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:11564 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044410006672421 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 149 129 195 198 49 30 67 112 95 83 172 87 74 90 79 222 91 195 119 230 109 231 22 236 105 203 203 71 160 87 141 24 225 199 11 113 123 106 138 202 229 222 103 57 69 193 238 211 20 223 124 211 120 212 116 177 92 41 159 203 207 84 194 10 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 142 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 118 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:10.006794Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FJP3IUVFXNC4ZJMULUDGQDRSV52LIKD25W2P7XVLPJLM3RXU4SQA] from \u0026{lastPacketTime:1668044410023996793 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:7868 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044410023996793 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 149 129 195 198 49 30 67 112 95 83 172 87 74 90 79 222 91 195 119 230 109 231 22 236 105 203 203 71 160 87 141 24 225 199 11 113 123 106 138 202 229 222 103 57 69 193 238 211 20 223 124 211 120 212 116 177 92 41 159 203 207 84 194 10 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 142 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 118 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:10.024105Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FJP3IUVFXNC4ZJMULUDGQDRSV52LIKD25W2P7XVLPJLM3RXU4SQA] from \u0026{lastPacketTime:1668044410032139727 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:8725 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044410032139727 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 149 129 195 198 49 30 67 112 95 83 172 87 74 90 79 222 91 195 119 230 109 231 22 236 105 203 203 71 160 87 141 24 225 199 11 113 123 106 138 202 229 222 103 57 69 193 238 211 20 223 124 211 120 212 116 177 92 41 159 203 207 84 194 10 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 142 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 118 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:10.032248Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FJP3IUVFXNC4ZJMULUDGQDRSV52LIKD25W2P7XVLPJLM3RXU4SQA] from \u0026{lastPacketTime:1668044410042304469 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:8770 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044410042304469 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 149 129 195 198 49 30 67 112 95 83 172 87 74 90 79 222 91 195 119 230 109 231 22 236 105 203 203 71 160 87 141 24 225 199 11 113 123 106 138 202 229 222 103 57 69 193 238 211 20 223 124 211 120 212 116 177 92 41 159 203 207 84 194 10 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 142 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 118 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:10.042386Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FSAWFVYHXNTN5GEF3C6QY3VRZ3UPE35IS5LTLRTMAEEIWWSIXRPA] from \u0026{lastPacketTime:1668044380276708179 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:12947 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044380276708179 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 44 22 10 15 159 122 210 242 55 162 23 207 245 105 113 132 29 162 179 232 40 189 106 170 165 74 60 5 237 61 132 165 35 210 124 138 88 134 226 36 94 15 5 46 119 117 28 45 54 31 252 208 98 152 64 174 64 6 156 99 44 4 60 5 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 133 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 109 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:40.276813Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FSAWFVYHXNTN5GEF3C6QY3VRZ3UPE35IS5LTLRTMAEEIWWSIXRPA] from \u0026{lastPacketTime:1668044380277616783 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:14076 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044380277616783 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 44 22 10 15 159 122 210 242 55 162 23 207 245 105 113 132 29 162 179 232 40 189 106 170 165 74 60 5 237 61 132 165 35 210 124 138 88 134 226 36 94 15 5 46 119 117 28 45 54 31 252 208 98 152 64 174 64 6 156 99 44 4 60 5 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 133 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 109 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:40.277724Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FSAWFVYHXNTN5GEF3C6QY3VRZ3UPE35IS5LTLRTMAEEIWWSIXRPA] from \u0026{lastPacketTime:1668044380294791655 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:9508 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044380294788455 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 44 22 10 15 159 122 210 242 55 162 23 207 245 105 113 132 29 162 179 232 40 189 106 170 165 74 60 5 237 61 132 165 35 210 124 138 88 134 226 36 94 15 5 46 119 117 28 45 54 31 252 208 98 152 64 174 64 6 156 99 44 4 60 5 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 133 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 109 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:40.294973Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FSAWFVYHXNTN5GEF3C6QY3VRZ3UPE35IS5LTLRTMAEEIWWSIXRPA] from \u0026{lastPacketTime:1668044380296166461 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:7433 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044380296160161 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 44 22 10 15 159 122 210 242 55 162 23 207 245 105 113 132 29 162 179 232 40 189 106 170 165 74 60 5 237 61 132 165 35 210 124 138 88 134 226 36 94 15 5 46 119 117 28 45 54 31 252 208 98 152 64 174 64 6 156 99 44 4 60 5 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 133 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 109 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:40.296257Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FSAWFVYHXNTN5GEF3C6QY3VRZ3UPE35IS5LTLRTMAEEIWWSIXRPA] from \u0026{lastPacketTime:1668044380334092021 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:11503 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044380334084621 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 44 22 10 15 159 122 210 242 55 162 23 207 245 105 113 132 29 162 179 232 40 189 106 170 165 74 60 5 237 61 132 165 35 210 124 138 88 134 226 36 94 15 5 46 119 117 28 45 54 31 252 208 98 152 64 174 64 6 156 99 44 4 60 5 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 133 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 109 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:40.334239Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FSAWFVYHXNTN5GEF3C6QY3VRZ3UPE35IS5LTLRTMAEEIWWSIXRPA] from \u0026{lastPacketTime:1668044380351744896 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:7814 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044380351744896 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 44 22 10 15 159 122 210 242 55 162 23 207 245 105 113 132 29 162 179 232 40 189 106 170 165 74 60 5 237 61 132 165 35 210 124 138 88 134 226 36 94 15 5 46 119 117 28 45 54 31 252 208 98 152 64 174 64 6 156 99 44 4 60 5 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 133 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 109 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:40.351870Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FSAWFVYHXNTN5GEF3C6QY3VRZ3UPE35IS5LTLRTMAEEIWWSIXRPA] from \u0026{lastPacketTime:1668044380363721347 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:8689 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044380363721347 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 44 22 10 15 159 122 210 242 55 162 23 207 245 105 113 132 29 162 179 232 40 189 106 170 165 74 60 5 237 61 132 165 35 210 124 138 88 134 226 36 94 15 5 46 119 117 28 45 54 31 252 208 98 152 64 174 64 6 156 99 44 4 60 5 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 133 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 109 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:40.363814Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [FSAWFVYHXNTN5GEF3C6QY3VRZ3UPE35IS5LTLRTMAEEIWWSIXRPA] from \u0026{lastPacketTime:1668044380372889785 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:8727 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044380372889785 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 44 22 10 15 159 122 210 242 55 162 23 207 245 105 113 132 29 162 179 232 40 189 106 170 165 74 60 5 237 61 132 165 35 210 124 138 88 134 226 36 94 15 5 46 119 117 28 45 54 31 252 208 98 152 64 174 64 6 156 99 44 4 60 5 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 133 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 109 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:40.372972Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [HT4WVYF5RQJLHXY7X72EKYLIIPOWGPQEB6ELTPNISDW4EQTZNGZQ] from \u0026{lastPacketTime:1668044431530645428 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:13074 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044431530645428 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 185 227 25 68 217 142 57 53 142 64 176 198 105 152 183 134 96 168 92 152 36 100 91 143 112 63 139 119 238 194 232 237 16 75 93 21 252 241 168 47 248 152 194 144 202 132 210 89 235 137 152 146 63 244 88 140 34 128 169 47 250 134 6 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 148 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 124 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:31.530790Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [HT4WVYF5RQJLHXY7X72EKYLIIPOWGPQEB6ELTPNISDW4EQTZNGZQ] from \u0026{lastPacketTime:1668044431531700532 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:14195 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044431531700532 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 185 227 25 68 217 142 57 53 142 64 176 198 105 152 183 134 96 168 92 152 36 100 91 143 112 63 139 119 238 194 232 237 16 75 93 21 252 241 168 47 248 152 194 144 202 132 210 89 235 137 152 146 63 244 88 140 34 128 169 47 250 134 6 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 148 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 124 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:31.531803Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [HT4WVYF5RQJLHXY7X72EKYLIIPOWGPQEB6ELTPNISDW4EQTZNGZQ] from \u0026{lastPacketTime:1668044431548280702 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:9607 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044431548280702 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 185 227 25 68 217 142 57 53 142 64 176 198 105 152 183 134 96 168 92 152 36 100 91 143 112 63 139 119 238 194 232 237 16 75 93 21 252 241 168 47 248 152 194 144 202 132 210 89 235 137 152 146 63 244 88 140 34 128 169 47 250 134 6 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 148 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 124 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:31.548396Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [HT4WVYF5RQJLHXY7X72EKYLIIPOWGPQEB6ELTPNISDW4EQTZNGZQ] from \u0026{lastPacketTime:1668044431549691908 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:7500 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044431549691908 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 185 227 25 68 217 142 57 53 142 64 176 198 105 152 183 134 96 168 92 152 36 100 91 143 112 63 139 119 238 194 232 237 16 75 93 21 252 241 168 47 248 152 194 144 202 132 210 89 235 137 152 146 63 244 88 140 34 128 169 47 250 134 6 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 148 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 124 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:31.549769Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [HT4WVYF5RQJLHXY7X72EKYLIIPOWGPQEB6ELTPNISDW4EQTZNGZQ] from \u0026{lastPacketTime:1668044431589142273 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:11602 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044431589142273 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 185 227 25 68 217 142 57 53 142 64 176 198 105 152 183 134 96 168 92 152 36 100 91 143 112 63 139 119 238 194 232 237 16 75 93 21 252 241 168 47 248 152 194 144 202 132 210 89 235 137 152 146 63 244 88 140 34 128 169 47 250 134 6 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 148 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 124 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:31.589233Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [HT4WVYF5RQJLHXY7X72EKYLIIPOWGPQEB6ELTPNISDW4EQTZNGZQ] from \u0026{lastPacketTime:1668044431606357845 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:7906 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044431606357845 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 185 227 25 68 217 142 57 53 142 64 176 198 105 152 183 134 96 168 92 152 36 100 91 143 112 63 139 119 238 194 232 237 16 75 93 21 252 241 168 47 248 152 194 144 202 132 210 89 235 137 152 146 63 244 88 140 34 128 169 47 250 134 6 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 148 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 124 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:31.606458Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [HT4WVYF5RQJLHXY7X72EKYLIIPOWGPQEB6ELTPNISDW4EQTZNGZQ] from \u0026{lastPacketTime:1668044431614396879 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:8753 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044431614396879 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 185 227 25 68 217 142 57 53 142 64 176 198 105 152 183 134 96 168 92 152 36 100 91 143 112 63 139 119 238 194 232 237 16 75 93 21 252 241 168 47 248 152 194 144 202 132 210 89 235 137 152 146 63 244 88 140 34 128 169 47 250 134 6 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 148 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 124 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:31.614464Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [HT4WVYF5RQJLHXY7X72EKYLIIPOWGPQEB6ELTPNISDW4EQTZNGZQ] from \u0026{lastPacketTime:1668044431624699422 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:8803 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044431624699422 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 185 227 25 68 217 142 57 53 142 64 176 198 105 152 183 134 96 168 92 152 36 100 91 143 112 63 139 119 238 194 232 237 16 75 93 21 252 241 168 47 248 152 194 144 202 132 210 89 235 137 152 146 63 244 88 140 34 128 169 47 250 134 6 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 148 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 124 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:31.624768Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [J5CCES3CBMKVVPU6BDAS63BNQK65IV5C4RJYZWGZ4R6BNA3QIEVQ] from \u0026{lastPacketTime:1668044442312806827 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:13074 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044442312806827 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 171 99 235 184 24 174 85 236 85 252 23 172 248 82 115 121 180 253 255 26 125 245 223 132 192 189 143 37 105 232 44 164 234 28 62 27 55 23 194 49 142 140 15 139 194 12 94 160 90 77 111 12 91 135 252 43 45 3 93 31 63 47 209 0 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 151 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 127 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:42.312932Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [J5CCES3CBMKVVPU6BDAS63BNQK65IV5C4RJYZWGZ4R6BNA3QIEVQ] from \u0026{lastPacketTime:1668044442313676730 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:14195 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044442313676730 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 171 99 235 184 24 174 85 236 85 252 23 172 248 82 115 121 180 253 255 26 125 245 223 132 192 189 143 37 105 232 44 164 234 28 62 27 55 23 194 49 142 140 15 139 194 12 94 160 90 77 111 12 91 135 252 43 45 3 93 31 63 47 209 0 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 151 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 127 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:42.313756Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [J5CCES3CBMKVVPU6BDAS63BNQK65IV5C4RJYZWGZ4R6BNA3QIEVQ] from \u0026{lastPacketTime:1668044442331139903 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:9607 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044442331139903 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 171 99 235 184 24 174 85 236 85 252 23 172 248 82 115 121 180 253 255 26 125 245 223 132 192 189 143 37 105 232 44 164 234 28 62 27 55 23 194 49 142 140 15 139 194 12 94 160 90 77 111 12 91 135 252 43 45 3 93 31 63 47 209 0 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 151 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 127 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:42.331231Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [J5CCES3CBMKVVPU6BDAS63BNQK65IV5C4RJYZWGZ4R6BNA3QIEVQ] from \u0026{lastPacketTime:1668044442335042220 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:7500 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044442335042220 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 171 99 235 184 24 174 85 236 85 252 23 172 248 82 115 121 180 253 255 26 125 245 223 132 192 189 143 37 105 232 44 164 234 28 62 27 55 23 194 49 142 140 15 139 194 12 94 160 90 77 111 12 91 135 252 43 45 3 93 31 63 47 209 0 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 151 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 127 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:42.335114Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [J5CCES3CBMKVVPU6BDAS63BNQK65IV5C4RJYZWGZ4R6BNA3QIEVQ] from \u0026{lastPacketTime:1668044442371040970 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:11602 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044442371040970 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 171 99 235 184 24 174 85 236 85 252 23 172 248 82 115 121 180 253 255 26 125 245 223 132 192 189 143 37 105 232 44 164 234 28 62 27 55 23 194 49 142 140 15 139 194 12 94 160 90 77 111 12 91 135 252 43 45 3 93 31 63 47 209 0 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 151 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 127 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:42.371116Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [J5CCES3CBMKVVPU6BDAS63BNQK65IV5C4RJYZWGZ4R6BNA3QIEVQ] from \u0026{lastPacketTime:1668044442388608043 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:7907 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044442388608043 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 171 99 235 184 24 174 85 236 85 252 23 172 248 82 115 121 180 253 255 26 125 245 223 132 192 189 143 37 105 232 44 164 234 28 62 27 55 23 194 49 142 140 15 139 194 12 94 160 90 77 111 12 91 135 252 43 45 3 93 31 63 47 209 0 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 151 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 127 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:42.388698Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [J5CCES3CBMKVVPU6BDAS63BNQK65IV5C4RJYZWGZ4R6BNA3QIEVQ] from \u0026{lastPacketTime:1668044442396399076 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:8753 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044442396399076 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 171 99 235 184 24 174 85 236 85 252 23 172 248 82 115 121 180 253 255 26 125 245 223 132 192 189 143 37 105 232 44 164 234 28 62 27 55 23 194 49 142 140 15 139 194 12 94 160 90 77 111 12 91 135 252 43 45 3 93 31 63 47 209 0 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 151 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 127 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:42.396464Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [J5CCES3CBMKVVPU6BDAS63BNQK65IV5C4RJYZWGZ4R6BNA3QIEVQ] from \u0026{lastPacketTime:1668044442410143733 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:8803 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044442410143733 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 171 99 235 184 24 174 85 236 85 252 23 172 248 82 115 121 180 253 255 26 125 245 223 132 192 189 143 37 105 232 44 164 234 28 62 27 55 23 194 49 142 140 15 139 194 12 94 160 90 77 111 12 91 135 252 43 45 3 93 31 63 47 209 0 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 151 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 127 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:42.410211Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [S35WYMGXFSSTTX4MGDOJNDR2XBEKUMSMN4BXGXTJ2MRH32C6RHCA] from \u0026{lastPacketTime:1668044388749817175 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:12947 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044388749817175 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 232 153 228 171 130 225 16 70 247 233 205 230 23 138 162 40 83 12 67 137 204 57 103 94 180 30 9 169 234 57 156 10 145 118 67 7 80 170 250 62 100 82 15 94 28 195 171 10 123 170 147 113 47 216 60 80 197 162 107 79 15 211 199 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 136 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 112 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:48.749936Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [S35WYMGXFSSTTX4MGDOJNDR2XBEKUMSMN4BXGXTJ2MRH32C6RHCA] from \u0026{lastPacketTime:1668044388750552278 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:14076 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044388750552278 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 232 153 228 171 130 225 16 70 247 233 205 230 23 138 162 40 83 12 67 137 204 57 103 94 180 30 9 169 234 57 156 10 145 118 67 7 80 170 250 62 100 82 15 94 28 195 171 10 123 170 147 113 47 216 60 80 197 162 107 79 15 211 199 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 136 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 112 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:48.750626Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [S35WYMGXFSSTTX4MGDOJNDR2XBEKUMSMN4BXGXTJ2MRH32C6RHCA] from \u0026{lastPacketTime:1668044388767328649 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:9508 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044388767328649 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 232 153 228 171 130 225 16 70 247 233 205 230 23 138 162 40 83 12 67 137 204 57 103 94 180 30 9 169 234 57 156 10 145 118 67 7 80 170 250 62 100 82 15 94 28 195 171 10 123 170 147 113 47 216 60 80 197 162 107 79 15 211 199 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 136 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 112 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:48.767436Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [S35WYMGXFSSTTX4MGDOJNDR2XBEKUMSMN4BXGXTJ2MRH32C6RHCA] from \u0026{lastPacketTime:1668044388769936860 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:7433 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044388769936860 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 232 153 228 171 130 225 16 70 247 233 205 230 23 138 162 40 83 12 67 137 204 57 103 94 180 30 9 169 234 57 156 10 145 118 67 7 80 170 250 62 100 82 15 94 28 195 171 10 123 170 147 113 47 216 60 80 197 162 107 79 15 211 199 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 136 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 112 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:48.770107Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [S35WYMGXFSSTTX4MGDOJNDR2XBEKUMSMN4BXGXTJ2MRH32C6RHCA] from \u0026{lastPacketTime:1668044388807791420 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:11503 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044388807791420 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 232 153 228 171 130 225 16 70 247 233 205 230 23 138 162 40 83 12 67 137 204 57 103 94 180 30 9 169 234 57 156 10 145 118 67 7 80 170 250 62 100 82 15 94 28 195 171 10 123 170 147 113 47 216 60 80 197 162 107 79 15 211 199 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 136 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 112 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:48.807894Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [S35WYMGXFSSTTX4MGDOJNDR2XBEKUMSMN4BXGXTJ2MRH32C6RHCA] from \u0026{lastPacketTime:1668044388825459794 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:7814 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044388825459794 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 232 153 228 171 130 225 16 70 247 233 205 230 23 138 162 40 83 12 67 137 204 57 103 94 180 30 9 169 234 57 156 10 145 118 67 7 80 170 250 62 100 82 15 94 28 195 171 10 123 170 147 113 47 216 60 80 197 162 107 79 15 211 199 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 136 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 112 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:48.825536Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [S35WYMGXFSSTTX4MGDOJNDR2XBEKUMSMN4BXGXTJ2MRH32C6RHCA] from \u0026{lastPacketTime:1668044388833522428 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:8689 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044388833522428 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 232 153 228 171 130 225 16 70 247 233 205 230 23 138 162 40 83 12 67 137 204 57 103 94 180 30 9 169 234 57 156 10 145 118 67 7 80 170 250 62 100 82 15 94 28 195 171 10 123 170 147 113 47 216 60 80 197 162 107 79 15 211 199 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 136 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 112 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:48.833584Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [S35WYMGXFSSTTX4MGDOJNDR2XBEKUMSMN4BXGXTJ2MRH32C6RHCA] from \u0026{lastPacketTime:1668044388843450570 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:8727 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044388843450570 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 232 153 228 171 130 225 16 70 247 233 205 230 23 138 162 40 83 12 67 137 204 57 103 94 180 30 9 169 234 57 156 10 145 118 67 7 80 170 250 62 100 82 15 94 28 195 171 10 123 170 147 113 47 216 60 80 197 162 107 79 15 211 199 7 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 136 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 112 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:48.843530Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [W46G76NI5BKUFM3APZBNBNLXLHECDQ4KGR5TRTDMONJSWFBY734A] from \u0026{lastPacketTime:1668044463877146947 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:13224 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044463877146947 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 230 183 254 127 152 215 39 65 161 171 113 77 44 109 115 69 153 167 156 40 30 120 13 33 113 91 193 5 110 155 2 33 144 182 111 108 18 8 212 212 11 63 12 74 144 116 103 142 253 17 94 229 208 230 115 103 43 208 96 164 140 42 230 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 157 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 133 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:03.877287Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [W46G76NI5BKUFM3APZBNBNLXLHECDQ4KGR5TRTDMONJSWFBY734A] from \u0026{lastPacketTime:1668044463877951946 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:14314 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044463877951946 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 230 183 254 127 152 215 39 65 161 171 113 77 44 109 115 69 153 167 156 40 30 120 13 33 113 91 193 5 110 155 2 33 144 182 111 108 18 8 212 212 11 63 12 74 144 116 103 142 253 17 94 229 208 230 115 103 43 208 96 164 140 42 230 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 157 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 133 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:03.878048Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [W46G76NI5BKUFM3APZBNBNLXLHECDQ4KGR5TRTDMONJSWFBY734A] from \u0026{lastPacketTime:1668044463894720208 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:9694 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044463894720208 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 230 183 254 127 152 215 39 65 161 171 113 77 44 109 115 69 153 167 156 40 30 120 13 33 113 91 193 5 110 155 2 33 144 182 111 108 18 8 212 212 11 63 12 74 144 116 103 142 253 17 94 229 208 230 115 103 43 208 96 164 140 42 230 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 157 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 133 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:03.894795Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [W46G76NI5BKUFM3APZBNBNLXLHECDQ4KGR5TRTDMONJSWFBY734A] from \u0026{lastPacketTime:1668044463896252304 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:7571 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044463896252304 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 230 183 254 127 152 215 39 65 161 171 113 77 44 109 115 69 153 167 156 40 30 120 13 33 113 91 193 5 110 155 2 33 144 182 111 108 18 8 212 212 11 63 12 74 144 116 103 142 253 17 94 229 208 230 115 103 43 208 96 164 140 42 230 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 157 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 133 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:03.896325Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [W46G76NI5BKUFM3APZBNBNLXLHECDQ4KGR5TRTDMONJSWFBY734A] from \u0026{lastPacketTime:1668044463936340814 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:11709 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044463936340814 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 230 183 254 127 152 215 39 65 161 171 113 77 44 109 115 69 153 167 156 40 30 120 13 33 113 91 193 5 110 155 2 33 144 182 111 108 18 8 212 212 11 63 12 74 144 116 103 142 253 17 94 229 208 230 115 103 43 208 96 164 140 42 230 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 157 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 133 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:03.936460Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [W46G76NI5BKUFM3APZBNBNLXLHECDQ4KGR5TRTDMONJSWFBY734A] from \u0026{lastPacketTime:1668044463952458378 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:8002 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044463952458378 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 230 183 254 127 152 215 39 65 161 171 113 77 44 109 115 69 153 167 156 40 30 120 13 33 113 91 193 5 110 155 2 33 144 182 111 108 18 8 212 212 11 63 12 74 144 116 103 142 253 17 94 229 208 230 115 103 43 208 96 164 140 42 230 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 157 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 133 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:03.952584Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [W46G76NI5BKUFM3APZBNBNLXLHECDQ4KGR5TRTDMONJSWFBY734A] from \u0026{lastPacketTime:1668044463960832059 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:8824 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044463960832059 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 230 183 254 127 152 215 39 65 161 171 113 77 44 109 115 69 153 167 156 40 30 120 13 33 113 91 193 5 110 155 2 33 144 182 111 108 18 8 212 212 11 63 12 74 144 116 103 142 253 17 94 229 208 230 115 103 43 208 96 164 140 42 230 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 157 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 133 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:03.960907Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [W46G76NI5BKUFM3APZBNBNLXLHECDQ4KGR5TRTDMONJSWFBY734A] from \u0026{lastPacketTime:1668044463972332234 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:8900 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044463972332234 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 230 183 254 127 152 215 39 65 161 171 113 77 44 109 115 69 153 167 156 40 30 120 13 33 113 91 193 5 110 155 2 33 144 182 111 108 18 8 212 212 11 63 12 74 144 116 103 142 253 17 94 229 208 230 115 103 43 208 96 164 140 42 230 12 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 157 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 133 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:41:03.972428Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [XYBU2JXKNL3UJPQP46ESNARQBC3OM7PIAOS7KXDAZVBETCUVMFGA] from \u0026{lastPacketTime:1668044272684333697 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:12579 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044272684333697 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 138 147 58 20 113 176 39 190 22 85 186 100 78 144 182 25 115 210 126 113 80 114 25 253 142 250 156 63 249 193 26 41 251 232 55 204 47 0 3 55 83 52 48 20 194 229 97 129 99 229 15 200 157 98 27 198 223 216 64 43 40 115 234 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 104 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 80 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:37:52.684473Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [XYBU2JXKNL3UJPQP46ESNARQBC3OM7PIAOS7KXDAZVBETCUVMFGA] from \u0026{lastPacketTime:1668044272685171701 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:13701 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044272685171701 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 138 147 58 20 113 176 39 190 22 85 186 100 78 144 182 25 115 210 126 113 80 114 25 253 142 250 156 63 249 193 26 41 251 232 55 204 47 0 3 55 83 52 48 20 194 229 97 129 99 229 15 200 157 98 27 198 223 216 64 43 40 115 234 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 104 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 80 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:37:52.685263Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [XYBU2JXKNL3UJPQP46ESNARQBC3OM7PIAOS7KXDAZVBETCUVMFGA] from \u0026{lastPacketTime:1668044272705477390 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:9256 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044272705477390 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 138 147 58 20 113 176 39 190 22 85 186 100 78 144 182 25 115 210 126 113 80 114 25 253 142 250 156 63 249 193 26 41 251 232 55 204 47 0 3 55 83 52 48 20 194 229 97 129 99 229 15 200 157 98 27 198 223 216 64 43 40 115 234 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 104 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 80 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:37:52.705565Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [XYBU2JXKNL3UJPQP46ESNARQBC3OM7PIAOS7KXDAZVBETCUVMFGA] from \u0026{lastPacketTime:1668044272710463512 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:7230 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044272710463512 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 138 147 58 20 113 176 39 190 22 85 186 100 78 144 182 25 115 210 126 113 80 114 25 253 142 250 156 63 249 193 26 41 251 232 55 204 47 0 3 55 83 52 48 20 194 229 97 129 99 229 15 200 157 98 27 198 223 216 64 43 40 115 234 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 104 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 80 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:37:52.710534Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [XYBU2JXKNL3UJPQP46ESNARQBC3OM7PIAOS7KXDAZVBETCUVMFGA] from \u0026{lastPacketTime:1668044272742054451 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:11215 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044272742054451 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 138 147 58 20 113 176 39 190 22 85 186 100 78 144 182 25 115 210 126 113 80 114 25 253 142 250 156 63 249 193 26 41 251 232 55 204 47 0 3 55 83 52 48 20 194 229 97 129 99 229 15 200 157 98 27 198 223 216 64 43 40 115 234 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 104 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 80 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:37:52.742145Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [XYBU2JXKNL3UJPQP46ESNARQBC3OM7PIAOS7KXDAZVBETCUVMFGA] from \u0026{lastPacketTime:1668044272759786629 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:7573 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044272759786629 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 138 147 58 20 113 176 39 190 22 85 186 100 78 144 182 25 115 210 126 113 80 114 25 253 142 250 156 63 249 193 26 41 251 232 55 204 47 0 3 55 83 52 48 20 194 229 97 129 99 229 15 200 157 98 27 198 223 216 64 43 40 115 234 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 104 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 80 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:37:52.759874Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [XYBU2JXKNL3UJPQP46ESNARQBC3OM7PIAOS7KXDAZVBETCUVMFGA] from \u0026{lastPacketTime:1668044272763607446 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:8479 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044272763607446 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 138 147 58 20 113 176 39 190 22 85 186 100 78 144 182 25 115 210 126 113 80 114 25 253 142 250 156 63 249 193 26 41 251 232 55 204 47 0 3 55 83 52 48 20 194 229 97 129 99 229 15 200 157 98 27 198 223 216 64 43 40 115 234 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 104 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 80 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:37:52.763680Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [XYBU2JXKNL3UJPQP46ESNARQBC3OM7PIAOS7KXDAZVBETCUVMFGA] from \u0026{lastPacketTime:1668044272778414111 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:8515 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044272778414111 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 138 147 58 20 113 176 39 190 22 85 186 100 78 144 182 25 115 210 126 113 80 114 25 253 142 250 156 63 249 193 26 41 251 232 55 204 47 0 3 55 83 52 48 20 194 229 97 129 99 229 15 200 157 98 27 198 223 216 64 43 40 115 234 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 104 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 80 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:37:52.778505Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YFBUMRLVZXFEHV7VJAISCPGJR5JCWSD4LVYVBK53RCNN3UVM24UA] from \u0026{lastPacketTime:1668044399158799633 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:13025 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044399158799633 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 251 120 124 170 120 249 35 187 167 255 162 180 170 46 49 247 26 35 242 74 60 68 151 219 88 38 124 228 4 126 146 88 205 244 124 10 120 185 172 204 237 202 191 243 169 252 2 139 74 127 206 241 141 17 137 205 235 194 10 34 61 239 80 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 139 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 115 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:59.158910Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YFBUMRLVZXFEHV7VJAISCPGJR5JCWSD4LVYVBK53RCNN3UVM24UA] from \u0026{lastPacketTime:1668044399159725737 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:14150 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044399159725737 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 251 120 124 170 120 249 35 187 167 255 162 180 170 46 49 247 26 35 242 74 60 68 151 219 88 38 124 228 4 126 146 88 205 244 124 10 120 185 172 204 237 202 191 243 169 252 2 139 74 127 206 241 141 17 137 205 235 194 10 34 61 239 80 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 139 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 115 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:59.159822Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YFBUMRLVZXFEHV7VJAISCPGJR5JCWSD4LVYVBK53RCNN3UVM24UA] from \u0026{lastPacketTime:1668044399176423008 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:9573 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044399176423008 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 251 120 124 170 120 249 35 187 167 255 162 180 170 46 49 247 26 35 242 74 60 68 151 219 88 38 124 228 4 126 146 88 205 244 124 10 120 185 172 204 237 202 191 243 169 252 2 139 74 127 206 241 141 17 137 205 235 194 10 34 61 239 80 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 139 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 115 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:59.176524Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YFBUMRLVZXFEHV7VJAISCPGJR5JCWSD4LVYVBK53RCNN3UVM24UA] from \u0026{lastPacketTime:1668044399178717217 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:7472 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044399178717217 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 251 120 124 170 120 249 35 187 167 255 162 180 170 46 49 247 26 35 242 74 60 68 151 219 88 38 124 228 4 126 146 88 205 244 124 10 120 185 172 204 237 202 191 243 169 252 2 139 74 127 206 241 141 17 137 205 235 194 10 34 61 239 80 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 139 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 115 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:59.178805Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YFBUMRLVZXFEHV7VJAISCPGJR5JCWSD4LVYVBK53RCNN3UVM24UA] from \u0026{lastPacketTime:1668044399216733178 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:11564 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044399216733178 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 251 120 124 170 120 249 35 187 167 255 162 180 170 46 49 247 26 35 242 74 60 68 151 219 88 38 124 228 4 126 146 88 205 244 124 10 120 185 172 204 237 202 191 243 169 252 2 139 74 127 206 241 141 17 137 205 235 194 10 34 61 239 80 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 139 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 115 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:59.216806Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YFBUMRLVZXFEHV7VJAISCPGJR5JCWSD4LVYVBK53RCNN3UVM24UA] from \u0026{lastPacketTime:1668044399234185752 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:7868 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044399234185752 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 251 120 124 170 120 249 35 187 167 255 162 180 170 46 49 247 26 35 242 74 60 68 151 219 88 38 124 228 4 126 146 88 205 244 124 10 120 185 172 204 237 202 191 243 169 252 2 139 74 127 206 241 141 17 137 205 235 194 10 34 61 239 80 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 139 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 115 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:59.234302Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YFBUMRLVZXFEHV7VJAISCPGJR5JCWSD4LVYVBK53RCNN3UVM24UA] from \u0026{lastPacketTime:1668044399242289786 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:8725 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044399242289786 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 251 120 124 170 120 249 35 187 167 255 162 180 170 46 49 247 26 35 242 74 60 68 151 219 88 38 124 228 4 126 146 88 205 244 124 10 120 185 172 204 237 202 191 243 169 252 2 139 74 127 206 241 141 17 137 205 235 194 10 34 61 239 80 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 139 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 115 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:59.242367Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YFBUMRLVZXFEHV7VJAISCPGJR5JCWSD4LVYVBK53RCNN3UVM24UA] from \u0026{lastPacketTime:1668044399252829030 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:8770 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044399252829030 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 251 120 124 170 120 249 35 187 167 255 162 180 170 46 49 247 26 35 242 74 60 68 151 219 88 38 124 228 4 126 146 88 205 244 124 10 120 185 172 204 237 202 191 243 169 252 2 139 74 127 206 241 141 17 137 205 235 194 10 34 61 239 80 1 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 139 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 115 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:39:59.252905Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YVP4VEHCEBKKMW3NBLHJNAI4KRSE5Q5MQ6YUTBLOMUIU3VCHLQSA] from \u0026{lastPacketTime:1668044420791590680 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8700 outgoing:true closing:0xc00bf48540 sendBufferHighPrio:0xc00bc608a0 sendBufferBulk:0xc00bc60900 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:edda48d8-8793-4b6f-b8f7-c8a4fd3dbca1:sing-alg-testrelay-1.prod.purestake.tech InstanceName:7ycPxySDjv1h//8H incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade7d0 duplicateFilterCount:13074 processed:0xc00bf485a0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:7 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350696283752 ext:721491213 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:200 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044420791590680 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 57 134 82 203 31 243 131 53 108 128 55 11 65 14 227 60 101 133 47 204 160 249 1 24 54 66 192 128 146 16 174 7 198 110 63 110 174 77 213 9 92 167 245 245 20 13 6 95 161 203 68 167 23 96 91 78 88 26 17 224 138 173 20 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 145 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 121 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:20.791718Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YVP4VEHCEBKKMW3NBLHJNAI4KRSE5Q5MQ6YUTBLOMUIU3VCHLQSA] from \u0026{lastPacketTime:1668044420792754885 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:singaporeg-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfce00 outgoing:true closing:0xc00ba97da0 sendBufferHighPrio:0xc00bc60420 sendBufferBulk:0xc00bc60480 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:b768f568-affc-43d0-bd38-2d5b0a54eaa4:sing-alg-testrelay-2.prod.purestake.tech InstanceName:g2/tVQo0Po5Y2wni incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00bade690 duplicateFilterCount:14195 processed:0xc00ba97e00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:5 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350661066900 ext:686274261 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:204 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044420792754885 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 57 134 82 203 31 243 131 53 108 128 55 11 65 14 227 60 101 133 47 204 160 249 1 24 54 66 192 128 146 16 174 7 198 110 63 110 174 77 213 9 92 167 245 245 20 13 6 95 161 203 68 167 23 96 91 78 88 26 17 224 138 173 20 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 145 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 121 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:20.792839Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YVP4VEHCEBKKMW3NBLHJNAI4KRSE5Q5MQ6YUTBLOMUIU3VCHLQSA] from \u0026{lastPacketTime:1668044420809191954 intermittentOutgoingMessageEnqueueTime:0 requestNonce:9 wsPeerCore:{net:0xc000483000 rootURL:oregong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f340 outgoing:true closing:0xc00ad6ae40 sendBufferHighPrio:0xc00ae5bce0 sendBufferBulk:0xc00ae5bd40 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:110524a6-55e2-44f0-9b99-e2dff81819f8:org-alg-testrelay-1.prod.purestake.tech InstanceName:Q0qSM49fAu+wMF29 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00ae3b900 duplicateFilterCount:9607 processed:0xc00ad6aea0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:1 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350430588006 ext:455795467 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:159 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044420809191954 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 57 134 82 203 31 243 131 53 108 128 55 11 65 14 227 60 101 133 47 204 160 249 1 24 54 66 192 128 146 16 174 7 198 110 63 110 174 77 213 9 92 167 245 245 20 13 6 95 161 203 68 167 23 96 91 78 88 26 17 224 138 173 20 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 145 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 121 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:20.809287Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YVP4VEHCEBKKMW3NBLHJNAI4KRSE5Q5MQ6YUTBLOMUIU3VCHLQSA] from \u0026{lastPacketTime:1668044420810683360 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:r19.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00adfca80 outgoing:true closing:0xc00ba32000 sendBufferHighPrio:0xc00a9035c0 sendBufferBulk:0xc00a903620 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:5342dbb6-78f4-4ca0-8194-2a0795c3b5e2:main1.tsinghua.edu InstanceName:3OBu9+atYafLGKj3 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bc6e0 duplicateFilterCount:7500 processed:0xc00ba32060 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:3 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350611875588 ext:637082949 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:196 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044420810683360 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 57 134 82 203 31 243 131 53 108 128 55 11 65 14 227 60 101 133 47 204 160 249 1 24 54 66 192 128 146 16 174 7 198 110 63 110 174 77 213 9 92 167 245 245 20 13 6 95 161 203 68 167 23 96 91 78 88 26 17 224 138 173 20 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 145 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 121 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:20.810768Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YVP4VEHCEBKKMW3NBLHJNAI4KRSE5Q5MQ6YUTBLOMUIU3VCHLQSA] from \u0026{lastPacketTime:1668044420849839224 intermittentOutgoingMessageEnqueueTime:0 requestNonce:11 wsPeerCore:{net:0xc000483000 rootURL:relay-virginia-testnet-algorand.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47f180 outgoing:true closing:0xc00a9d8d80 sendBufferHighPrio:0xc00aa30a80 sendBufferBulk:0xc00aa30ae0 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:9dca52eb-ce0b-4ff9-bce1-129ebb93621f:vira-alg-testrelay-1.prod.purestake.tech InstanceName:5gSmFXT98hAr2Iqw incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9fe640 duplicateFilterCount:11602 processed:0xc00a9d8de0 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:0 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350410872021 ext:436079382 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:156 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044420849839224 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 57 134 82 203 31 243 131 53 108 128 55 11 65 14 227 60 101 133 47 204 160 249 1 24 54 66 192 128 146 16 174 7 198 110 63 110 174 77 213 9 92 167 245 245 20 13 6 95 161 203 68 167 23 96 91 78 88 26 17 224 138 173 20 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 145 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 121 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:20.849979Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YVP4VEHCEBKKMW3NBLHJNAI4KRSE5Q5MQ6YUTBLOMUIU3VCHLQSA] from \u0026{lastPacketTime:1668044420867167897 intermittentOutgoingMessageEnqueueTime:0 requestNonce:7 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-1.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00afc8380 outgoing:true closing:0xc00ba32420 sendBufferHighPrio:0xc00a9036e0 sendBufferBulk:0xc00a903740 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:2ba29d86-cbad-407b-8d4c-ef7c89f4637e:long-alg-testrelay-1.prod.purestake.tech InstanceName:PEcza8c7+55QIXdg incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcb90 duplicateFilterCount:7906 processed:0xc00ba32480 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:4 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350632090175 ext:657297636 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:198 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044420867167897 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 57 134 82 203 31 243 131 53 108 128 55 11 65 14 227 60 101 133 47 204 160 249 1 24 54 66 192 128 146 16 174 7 198 110 63 110 174 77 213 9 92 167 245 245 20 13 6 95 161 203 68 167 23 96 91 78 88 26 17 224 138 173 20 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 145 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 121 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:20.867268Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YVP4VEHCEBKKMW3NBLHJNAI4KRSE5Q5MQ6YUTBLOMUIU3VCHLQSA] from \u0026{lastPacketTime:1668044420875418831 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:londong-algorand-test-2.algorand-testnet.network:4161 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a4f8380 outgoing:true closing:0xc00b350ba0 sendBufferHighPrio:0xc00a902600 sendBufferBulk:0xc00a902660 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:628bc74e-8f27-4437-a98b-49ea12d0b21b:long-alg-testrelay-2.prod.purestake.tech InstanceName:jhYL2OKePxbeQkRM incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00a9ff6d0 duplicateFilterCount:8753 processed:0xc00b350c00 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:2 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350578931146 ext:604138507 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:185 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044420875418831 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 57 134 82 203 31 243 131 53 108 128 55 11 65 14 227 60 101 133 47 204 160 249 1 24 54 66 192 128 146 16 174 7 198 110 63 110 174 77 213 9 92 167 245 245 20 13 6 95 161 203 68 167 23 96 91 78 88 26 17 224 138 173 20 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 145 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 121 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:20.875517Z"}
{"file":"txHandler.go","function":"github.com/algorand/go-algorand/data.(*TxHandler).processIncomingTxn","level":"warning","line":252,"msg":"got a tx group with IDs [YVP4VEHCEBKKMW3NBLHJNAI4KRSE5Q5MQ6YUTBLOMUIU3VCHLQSA] from \u0026{lastPacketTime:1668044420888549586 intermittentOutgoingMessageEnqueueTime:0 requestNonce:6 wsPeerCore:{net:0xc000483000 rootURL:relay-switzerland1-testnet-algorand.algorand-testnet.network:80 originAddress: client:{Transport:0xc000483660 CheckRedirect:\u003cnil\u003e Jar:\u003cnil\u003e Timeout:0}} conn:0xc00a47ee00 outgoing:true closing:0xc00ba325a0 sendBufferHighPrio:0xc00a903800 sendBufferBulk:0xc00a903860 wg:{noCopy:{} state1:8589934592 state2:0} didSignalClose:0 didInnerClose:0 TelemetryGUID:4a52e28b-7950-4aec-b868-e269cdd4335e:chg-alg-testrelay-1.prod.purestake.tech InstanceName:9+htQCn65WlxsND5 incomingMsgFilter:\u003cnil\u003e outgoingMsgFilter:0xc00b9bcc80 duplicateFilterCount:8803 processed:0xc00ba32600 pingLock:{muId:0 mu:{state:0 sema:0}} pingSent:{wall:0 ext:0 loc:\u003cnil\u003e} pingData:[] pingInFlight:false lastPingRoundTripTime:0 peerIndex:6 prioChallenge: prioAddress:[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] prioWeight:0 createTime:{wall:13894500350664932217 ext:690139678 loc:0x1e389e0} version:2.1 responseChannels:map[] responseChannelsMutex:{muId:202 mu:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}} sendMessageTag:map[AV:true MI:true MS:true NP:true PP:true SP:true TS:true TX:true UC:true UE:true VB:true pi:true pj:true] messagesOfInterestGeneration:2 connMonitor:0xc00009aa00 peerMessageDelay:0 throttledOutgoingConnection:true clientDataStore:map[] clientDataStoreMu:{muId:0 mu:{state:0 sema:0}}} at 1668044420888549586 with data%!(EXTRA []uint8=[130 163 115 105 103 196 64 57 134 82 203 31 243 131 53 108 128 55 11 65 14 227 60 101 133 47 204 160 249 1 24 54 66 192 128 146 16 174 7 198 110 63 110 174 77 213 9 92 167 245 245 20 13 6 95 161 203 68 167 23 96 91 78 88 26 17 224 138 173 20 4 163 116 120 110 138 163 97 109 116 206 0 1 134 160 163 102 101 101 205 3 232 162 102 118 206 1 132 21 145 163 103 101 110 172 116 101 115 116 110 101 116 45 118 49 46 48 162 103 104 196 32 72 99 181 24 164 179 200 78 200 16 242 45 79 16 129 203 15 113 240 89 167 172 32 222 198 47 127 112 229 9 58 34 162 108 118 206 1 132 25 121 164 110 111 116 101 196 11 72 101 108 108 111 32 87 111 114 108 100 163 114 99 118 196 32 96 7 31 33 102 202 92 192 48 214 116 126 200 178 15 223 97 7 120 85 40 111 175 231 232 92 121 78 89 3 83 29 163 115 110 100 196 32 139 191 21 110 205 89 18 252 73 95 3 246 235 255 171 19 118 214 159 245 175 221 2 124 229 109 130 249 195 101 112 109 164 116 121 112 101 163 112 97 121])","time":"2022-11-10T01:40:20.888636Z"}
This source diff could not be displayed because it is too large. You can view the blob instead.
"""
Module to get delays between different nodes
:author: gurnoorsingh(20221110)
"""
import re
import os
import json
import subprocess
from constants import RELAYS
from tqdm import tqdm
from txn_to_sender_map import get_txn_receiver_stats
def get_sender_relay():
log_file_path = "/home/azureuser/.algorand/node.log"
command = f"grep OutgoingPeers {log_file_path} | tail -n 1"
with subprocess.Popen(command, stdout=subprocess.PIPE, stderr=None, shell=True) as process:
output = process.communicate()[0].decode("utf-8")
endpoint = json.loads(output)["details"]["OutgoingPeers"][0]["Endpoint"]
return endpoint
def send_txn_and_get_txn_id():
command = "bash /home/azureuser/algorand-topology/scripts/create_txn.sh"
with subprocess.Popen(command, stdout=subprocess.PIPE, stderr=None, shell=True) as process:
output = process.communicate()[0].decode("utf-8")
txn_id = re.findall(".*Signed transaction with txID: ([A-Z0-9]+).*", output)[0]
return txn_id
def filter_logs_by_txn_id(txn_id):
log_file_path = "/home/azureuser/node/data/node.log"
os.system(f"grep {txn_id} {log_file_path} > filtered_logs/data_{txn_id}")
def main():
COUNT = 10
sender_relay = get_sender_relay()
print("sender:", sender_relay)
delays = dict()
for relay in RELAYS:
if relay != sender_relay:
delays[relay] = 0
for _ in tqdm(range(COUNT)):
assert get_sender_relay() == sender_relay
txn_id = send_txn_and_get_txn_id()
filter_logs_by_txn_id(txn_id)
print("txn_id:", txn_id)
receiver_stats = get_txn_receiver_stats(txn_id)
for relay in receiver_stats.keys():
if relay != sender_relay:
delays[relay] += receiver_stats[relay] - receiver_stats[sender_relay]
for relay in RELAYS:
if relay != sender_relay:
delays[relay] /= COUNT
sorted_delays = dict(sorted(delays.items(), key=lambda x: x[1]))
for relay, delay in sorted_delays.items():
print(relay, delay if delay !=0 else 'N/A')
if __name__ == '__main__':
main()
\ No newline at end of file
relay-virginia-testnet-algorand.algorand-testnet.network:4161 N/A
singaporeg-algorand-test-2.algorand-testnet.network:4161 564853.2
r19.algorand-testnet.network:4161 56054838.6
oregong-algorand-test-1.algorand-testnet.network:4161 88953393.2
londong-algorand-test-1.algorand-testnet.network:4161 97196197.3
londong-algorand-test-2.algorand-testnet.network:4161 103101327.5
relay-switzerland1-testnet-algorand.algorand-testnet.network:80 175895236.9
\ No newline at end of file
{'r19.algorand-testnet.network:4161', 'relay-virginia-testnet-algorand.algorand-testnet.network:4161', 'oregong-algorand-test-1.algorand-testnet.network:4161', 'singaporeg-algorand-test-1.algorand-testnet.network:4161', 'londong-algorand-test-2.algorand-testnet.network:4161', 'singaporeg-algorand-test-2.algorand-testnet.network:4161', 'relay-switzerland1-testnet-algorand.algorand-testnet.network:80', 'londong-algorand-test-1.algorand-testnet.network:4161'}
\ No newline at end of file
......@@ -3,7 +3,7 @@
RECEIVER_ADDR=MADR6ILGZJOMAMGWOR7MRMQP35QQO6CVFBX27Z7ILR4U4WIDKMO7G3477E
SENDER_ADDR=RO7RK3WNLEJPYSK7AP3OX75LCN3NNH7VV7OQE7HFNWBPTQ3FOBW74NUC3I
SENDER_SECRET_KEY=dpvglDQSyHCmncqwcqQjji0uhZXt8eWCvGlDBL88r9CLvxVuzVkS/ElfA/br/6sTdtaf9a/dAnzlbYL5w2VwbQ==
ALGOD_ADDR=http://127.0.0.1:33391
ALGOD_ADDR=http://$(cat /home/azureuser/.algorand/algod.net)
ALGOD_TOKEN=19fe428d54999193ab72951ba00ab20d8d32b5d02c291a5bf5d061944d0cd922
python3 /home/azureuser/algorand-topology/create_txn.py -r $RECEIVER_ADDR \
......
......@@ -2,21 +2,18 @@
Module to process log file for received messages from relays
:author: gurnoorsingh (20221024)
"""
import os
import re
import json
from collections import defaultdict
from RTT import RTT
from RTT import myping
BASE_DIR = "/home/azureuser/node/data"
FILENAME = "node.log"
MSG_RECEIVED_IDENTIFIER = "got a tx group with IDs"
def get_txn_receiver_stats(txn_id):
send_time_values = dict()
filename = f"/home/azureuser/algorand-topology/filtered_logs/data_{txn_id}"
tx_senders_map = defaultdict(lambda: [])
relay_set = set()
MSG_RECEIVED_IDENTIFIER = "got a tx group with IDs"
with open(os.path.join(BASE_DIR, FILENAME)) as fh:
with open(filename) as fh:
for line in fh.readlines():
try:
row = json.loads(line)
......@@ -25,26 +22,36 @@ with open(os.path.join(BASE_DIR, FILENAME)) as fh:
if row["msg"].startswith(MSG_RECEIVED_IDENTIFIER):
txn_ids_str = re.findall(f".*{MSG_RECEIVED_IDENTIFIER} \[(.*?)\].*", row["msg"])[0]
txn_ids = [x.strip() for x in txn_ids_str.split()]
assert txn_id in txn_ids
sender = re.findall(".*rootURL:(.*?)\s.*", row["msg"])[0]
recv_time = int(re.findall(".*at.*?([0-9]+).*", row["msg"])[0])
recv_time = int(re.findall(".*at.*?([0-9]+) with data.*", row["msg"])[0])
txn_size = len(re.findall(".*uint8=\[(.*?)\]", row["msg"])[0].split())
# add sender and received time to txn sender map
for txn in txn_ids:
tx_senders_map[txn].append((sender, recv_time, txn_size))
try:
send_time = recv_time - myping(f"{sender.split(':')[0]}")//2
send_time_values[sender] = send_time
except Exception as e:
print(e, sender)
return send_time_values
def main():
print(get_txn_receiver_stats("ESSEGXUEITTMHO4SI37W6BNBUYHHQQE4YNORJ7TEA5VX6ISJDWAA"))
# add sender address to set of relays
relay_set.add(sender)
if __name__ == '__main__':
main()
TXN_ID = "UCPRQGVTATHIFUEUX3ZVJC3FK2W4YLTDOFXEW563ZCAGNLMBZ5HQ"
send_times = []
for k, v in tx_senders_map.items():
if k == TXN_ID:
for sender, recv_time in v:
send_time = recv_time - RTT(f"http://{sender}")//2
print(f"Received time: {recv_time}\nSend time: {send_time}")
send_times.append((sender, send_time))
# TXN_ID = "F7CCM55MJB7FBW5G37MKQLF34Z75M3ZKUDTR7STZC2YHFO6YQOUA"
# send_times = []
# for k, v in tx_senders_map.items():
# if k == TXN_ID:
# for sender, recv_time in v:
# send_time = recv_time - RTT(f"http://{sender}")//2
# print(f"Received time: {recv_time}\nSend time: {send_time}")
# send_times.append((sender, send_time))
send_times.sort(key=lambda x: x[1])
print(send_times)
# send_times.sort(key=lambda x: x[1])
# print(send_times)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment