Bump SDK to v0.47.4

This commit is contained in:
Alex Peters
2023-07-20 10:07:23 +02:00
parent 19c17cbf15
commit 46f9ebf231
3 changed files with 68 additions and 63 deletions

View File

@@ -136,7 +136,7 @@ func (s *SystemUnderTest) StartChain(t *testing.T, xargs ...string) {
t.Helper()
s.Log("Start chain\n")
s.ChainStarted = true
s.forEachNodesExecAsync(t, append([]string{"start", "--log_level=info"}, xargs...)...)
s.forEachNodesExecAsync(t, append([]string{"start", "--trace", "--log_level=info"}, xargs...)...)
s.AwaitNodeUp(t, s.rpcAddr)