You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we use wasmd for all launchpad testing. When we upgrade it, we loose basic launchpad testing. Let's upgrade the local chain setup to something like this:
Rename chain wasmd to launchpad, including all testing code referring to it (ports 1317/26657)
Keep simapp but change ports (ports 1318/26658, i.e. default+1)
Add new chain stargate based wasmd (ports 1319/26659, i.e. default+2)
Update ports table in HACKING.md
The text was updated successfully, but these errors were encountered:
Right now we use wasmd for all launchpad testing. When we upgrade it, we loose basic launchpad testing. Let's upgrade the local chain setup to something like this:
wasmd
tolaunchpad
, including all testing code referring to it (ports 1317/26657)wasmd
(ports 1319/26659, i.e. default+2)The text was updated successfully, but these errors were encountered: