mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-09 01:13:12 +00:00
Update contract limit and rest traffic commit (#79)
* update contract val to be replaced with MAX-MESSAGE_LIMIT * update image commit for rest-traffic
This commit is contained in:
parent
2d9dc39ace
commit
96e43d64f0
@ -16,7 +16,7 @@ fi
|
|||||||
cd /waku-rlnv2-contract
|
cd /waku-rlnv2-contract
|
||||||
|
|
||||||
#3. Replace the hardcoded MAX_MESSAGE_LIMIT
|
#3. Replace the hardcoded MAX_MESSAGE_LIMIT
|
||||||
sed -i "s/\b20\b/${MAX_MESSAGE_LIMIT}/g" script/Deploy.s.sol
|
sed -i "s/\b100\b/${MAX_MESSAGE_LIMIT}/g" script/Deploy.s.sol
|
||||||
|
|
||||||
# 4. Compile
|
# 4. Compile
|
||||||
echo "forge install..."
|
echo "forge install..."
|
||||||
|
|||||||
@ -98,7 +98,7 @@ services:
|
|||||||
- simulation
|
- simulation
|
||||||
|
|
||||||
rest-traffic:
|
rest-traffic:
|
||||||
image: alrevuelta/rest-traffic:d936446
|
image: alrevuelta/rest-traffic:6992bb5
|
||||||
command:
|
command:
|
||||||
--multiple-nodes=http://waku-simulator_nwaku_[1..${NUM_NWAKU_NODES:-5}]:8645
|
--multiple-nodes=http://waku-simulator_nwaku_[1..${NUM_NWAKU_NODES:-5}]:8645
|
||||||
--msg-size-kbytes=${MSG_SIZE_KBYTES:-10}
|
--msg-size-kbytes=${MSG_SIZE_KBYTES:-10}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user