Skip to content

Commit

Permalink
Use pull mode for light client attack test
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Oct 18, 2024
1 parent a22dbe8 commit db22582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/misbehaviour-ics/light_client_attack_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ rpc_addr = "http://${NODE_IP}:26648"
rpc_timeout = "10s"
store_prefix = "ibc"
trusting_period = "2days"
event_source = { mode = 'push', url = 'ws://${NODE_IP}:26648/websocket' , batch_delay = '50ms' }
event_source = { mode = 'pull', interval = '500ms', max_retries = 4 }
[chains.gas_price]
denom = "stake"
Expand All @@ -446,7 +446,7 @@ rpc_addr = "http://${NODE_IP}:26658"
rpc_timeout = "10s"
store_prefix = "ibc"
trusting_period = "2days"
event_source = { mode = 'push', url = 'ws://${NODE_IP}:26658/websocket' , batch_delay = '50ms' }
event_source = { mode = 'pull', interval = '500ms', max_retries = 4 }
[chains.gas_price]
denom = "stake"
Expand Down Expand Up @@ -563,7 +563,7 @@ rpc_addr = "http://${NODE_IP}:26638"
rpc_timeout = "10s"
store_prefix = "ibc"
trusting_period = "2days"
event_source = { mode = 'push', url = 'ws://${NODE_IP}:26638/websocket' , batch_delay = '50ms' }
event_source = { mode = 'pull', interval = '500ms', max_retries = 4 }
[chains.gas_price]
denom = "stake"
Expand All @@ -585,7 +585,7 @@ rpc_addr = "http://${NODE_IP}:26658"
rpc_timeout = "10s"
store_prefix = "ibc"
trusting_period = "2days"
event_source = { mode = 'push', url = 'ws://${NODE_IP}:26658/websocket' , batch_delay = '50ms' }
event_source = { mode = 'pull', interval = '500ms', max_retries = 4 }
[chains.gas_price]
denom = "stake"
Expand Down

0 comments on commit db22582

Please sign in to comment.