Zeke Foppa
Zeke Foppa
We should have a CI-run test that adds some data to SpacetimeDB, upgrades to a new version (e.g. current PR), and checks that the upgrade is successful. ## Definition of...
Automatic migrations currently report about a migration after it occurs. We should: - Print the planned migration before, rather than after it is performed - Print warnings on possibly client-breaking...
We have a folder `.spacetime/worker_node/wasmtime_cache` used by Wasmtime to cache wasm-to-native-code compiled artifacts, need a test for accidentally breaking the format used there.
Will need updates to: - Rust module macro, to derive `FilterableValue` for these types. - C# source generators. - Hopefully this is sufficient for both the C# client SDK and...
These are rejected during publish anyways. It would be nice to error sooner.
We have test coverage for all of the features exposed in our websocket API. ## Definition of Done WIP, pls halp
If we try to use a type that isn’t a primitive rust type and it’s not a stdb table/tuple, the project won’t compile. Here is an example of using a...
Rust SDK test suite is complete and merged (though will likely be extended in the future in response to new features or discovering bugs). We now need to port the...
If a user is working with a non-typescript project, they simply cannot use the bindings generated by spacetimedb. Hence, we should generate .js files as bindings. We can type the...