bolt
bolt copied to clipboard
High-performance, Composable framework for Fully On Chain Games and Autonomous Worlds
# Add delegate macro to delegate/undelegate components | Status | Type | ⚠️ Core Change | Issue | | :---: | :---: | :---: | :--: | | Ready |...
**Describe the bug** Entities `extra_seed` should be bytes rather than an optional string, to avoid issues with encoding/decoding See: https://github.com/magicblock-labs/bolt/blob/main/programs/world/src/lib.rs#L39
**Describe the bug** Unable to apply system which operates on multiple entities using the ts SDK **To Reproduce** - The current ApplySystem function accept only one entity and derive the...
**Is your feature request related to a problem? Please describe.** Add build-in support for session keys, so that systems execution can be delegated. **Describe the solution you'd like** A built-in...
**Describe the bug** Components make use of `solana_program::sysvar::instructions::get_instruction_relative` to enforce that they are called from CPI and the identify of the caller, e.g.: https://github.com/magicblock-labs/bolt/blob/main/programs/bolt-component/src/lib.rs#L11 This may contains a bug, since...
**Is your feature request related to a problem? Please describe.** Add a permission mechanism in the World program which allow to specify which systems are allowed to be executed in...
**Is your feature request related to a problem? Please describe.** Currently, components and systems import both anchor-lang and bolt-lang **Describe the solution you'd like** Since bolt-lang has a dependency to...
| Status | Type | ⚠️ Core Change | Issue | | :---: | :---: | :---: | :--: | | Ready| Feature | Yes/No | [Link](https://github.com/magicblock-labs/bolt/issues/67) | ## Problem...
| Status | Type | ⚠️ Core Change | Issue | | :---: | :---: | :---: | :--: | | Ready| fix | Yes| [Link]() | ## Problem Contributor...
> ⚠️ NOTE: Use notes like this to emphasize something important about the PR. > > This could include other PRs this PR is built on top of; API breaking...