world-engine
world-engine copied to clipboard
Seed of a new world. An onchain game engine, built for devs with ambition. (world/acc)
Closes: WORLD-XXX ## Overview > Description of the overall background and high-level changes that this PR introduces ## Brief Changelog ## Testing and Verifying
Closes: WORLD-1129 ## Overview Add ability for cardinal to read toml config file, the file can be read from : - flag `--toml={filepath}` - env var `CARDINAL_CONFIG` - search `world.toml`...
## Overview adds some simple documentation about our configuration values. ## Brief Changelog config config config. i also fixed a typo. ## Testing and Verifying run `make world-docs` to and...
Closes: WORLD-1180 ## Overview Setup [Speakeasy](https://www.speakeasy.com/) to generate SDKs for cardinal. ## Change Breakdown ### Speakeasy configuration Speakeasy is configured using the [`workflow.yaml`](https://github.com/Argus-Labs/world-engine/pull/794/files#diff-07a627252d51850cb5031c8550183e6cf8dd9535eef9ac6a29f28d6c55a4f01d) and [`gen.yaml`](https://github.com/Argus-Labs/world-engine/pull/794/files#diff-0f2bcc849ddce1a74ff8c03418150e851b1fb947992e6b14f76346a205806559) in the `.speakeasy` dir in...
- Added 3 new GoLand runtime configurations in .run directory - Added README-devs.md with info on using those configs to run tests and to debug cardinal apps. ## Summary by...
- Add method RequestAndSubscribe - Implement per-call timeout configuration via functional options (WithRequestTimeout, WithResponseTimeout) - Add reusable error constants (ErrCommandRejected, ErrFailedToReceiveEvent, etc.) - Add timeout constants (defaultRequestTimeout, defaultResponseTimeout)