SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
I get needing a login for the testnet, but needing to login for publishing to a local server doesn't seem necessary.
# Description of Changes In C# bindings, rename `*BTreeIndexBounds` to `*IndexScanRangeBounds` to be consistent with the Rust bindings. # API and ABI breaking changes These were marked as `Internal`, so...
# Description of Changes This is a **non-functional change** to make the `tools/merge-docker-images.sh` script more generic/flexible. This PR is a series of small (stacking) changes: - [add `sanitize_docker_ref`](https://github.com/clockworklabs/SpacetimeDB/commit/0c3e82dbb74d0e6d7beb2f2dfaeb3eabc907194d#diff-420ad3305b9234b763ba2d2a77c973be716716a4384fe4c1bc14977839855c8b) - [add...
# Description of Changes Previously, we would create an extra docker image for every git ref that was pushed. Now, we only do it for tags. We had intended to...
Currently the "reducer timeout" error message can be somewhat confusing to a new user. We should take care to capture this case & improve clarity.
# Description of Changes Fix as many `warnings` caused by `cargo doc`. Some that stay: * Of the form *warning: public documentation for `X` links to private item `Y`* *...
# Description of Changes Closes [#1730](https://github.com/clockworklabs/SpacetimeDB/issues/1730). Now when `spacetimedb-cli init --lang rust` it will create the config that pin `target = "wasm32-unknown-unknown"`. Also, I added the config to all the...
# Description of Changes Closes private [#1156](https://github.com/clockworklabs/SpacetimeDBPrivate/issues/1156). Notes to reviewer: * Binaries are not documented, so I don't put the readme there * It could be desirable to use `doc...
Following the [Rust Module Quickstart](https://spacetimedb.com/docs/server%20module%20languages/rust/index) and getting the following error once attempting to do: `spacetime publish --project-path server ` ```Error: Error while importing "spacetime"."_delete_by_col_eq": unknown import. Expected Function(FunctionType { params:...