George
George
The astro template has [outdated dependencies](https://github.com/stellar/soroban-astro-template/blob/main/package-lock.json#L1101-L1135) which might be causing this, but I can't find a similar issue in colorglyph :confused: I wonder if, for some reason, exporting the SDK...
Probably an auto-close via GitHub, I'll reopen
me github, me `description.find("fixed #") != -1`, me close issue
I've opened https://github.com/stellar/js-xdr/pull/122 as an attempt to patch this due to its urgency and our (my) inability to root cause this quickly, please give it a look!
Great notes, thank you :pray: I think if we can figure out where the heck `r2` is coming from (in the error message, which is the constructor name of the...
It's complaining about types because your types aren't matching up. There are a few issues here, starting on this line: ``` executable: entry.contractData().val(), ``` the `.val()` here returns an `ScVal`,...
The tutorial you're following is, unfortunately, slightly outdated. I've rewritten it slightly in a way that is catered towards your issue and is hopefully easier to understand! ------ ## Requesting...
@willemneal is this something you can incorporate (or needs to be incorporated?) into `ContractSpec`? I can look into doing this in parallel for `nativeToScVal`.
@piyalbasu just returning to this now: did you mean adding a built-in simulate + send + retry loop?
Isn't this just a matter of pointing the Lab at localhost?