Open willemneal opened 12 months ago
From the latest commit, I was able to run all tests successfully using go test ./...
and cargo test
. Are you still able to reproduce this issue?
I haven't tested since the core version was updated. Will try again with it soon.
What version are you using?
Current main commit: https://github.com/stellar/soroban-tools/tree/5398c062a1aebea19595071360c0d99dc72ebe85
What did you do?
using the same commit of stellar-core as CI:
f2d06fbce
Then ran CLI go test
What did you expect to see?
No error
What did you see instead?
All fail because of the following error embedded in the diagnostic events:
Looking at the sdk it would be 1 for preview 21 if the
next
feature was on for thers-soroban-env
, however, from what I can tell it isn't.