dezzeus
dezzeus
It would be nice to also have [Zstandard](http://www.zstd.net/).
Yeah, and it seems to stop even earlier in the process: ``` [53 ms] Dev Containers 0.338.1 in VS Code 1.86.0 (05047486b6df5eb8d44b2ecd70ea3bdf775fd937). [53 ms] Start: Risoluzione remota [54 ms] Setting...
The rebuild without cache produced another Python error in the docker-in-docker feature: ``` [57 ms] Dev Containers 0.338.1 in VS Code 1.86.0 (05047486b6df5eb8d44b2ecd70ea3bdf775fd937). [57 ms] Start: Risoluzione remota [59 ms]...
I'm questioning if we can also let the `accountService.accountInfo(...)` helpers just return the `AccountInfo` object instead of `StateAndRef`…
Good point. It's not really needed, but promotes cleaner code (IMHO); maybe we can break that behaviour with v2.0 :P (and introduce new methods for those who may need the...
Makes sense to have such an helper, even thought I'm not sure about the direct use of `AccountInfo` in transactions (i.e. accounts are handled with flows, while states refers to...
Another idea for an helper: something to use in the `SignTransactionFlow::checkTransaction` that, given an `AnonymousParty` / `PublicKey`, throws an exception if: - It's not associated to an account. - The...
Any update ? Right now we are manually editing `getPlatform` in `test.js` to return `binary-linux-22` on Debian… (other than installing `postgresql`, which is quite annoying)