Danilo Guanabara
Danilo Guanabara
**Is your feature request related to a problem? Please describe.** System's execute return a serialized list of components while the Components update takes them as an input. This is limiting....
**Describe the bug** A release is being created with "v" (without a semver) in a PR run. Check why. **To Reproduce** Create a release PR **Expected behavior** Do not create...
CI is failing because it isn't able to detect the ephemeral-validator. It's listed in the package, but it isn't installed globally
**Is your feature request related to a problem? Please describe.** We need a High Level API with stronger types. Using Pubkeys to represent most of the types can cause lots...
**Is your feature request related to a problem? Please describe.** We want to be able to setup both `solana-test-validator` and `ephemeral-validator` by running `bolt test` and `bolt dev` **Describe the...
**Is your feature request related to a problem? Please describe.** `bolt build` should also codegen the client-code for the supported languages **Describe the solution you'd like** TypeScript: Use Codama C#:...
**Problem** We need to change the folder structure. For instance: `programs` isn't used. We use `programs-ecs` instead. **Proposed solution** Structure it like ``` ecs clients Bolt.toml ```
**Is your feature request related to a problem? Please describe.** What if we could express this ```rust #[system] pub mod game_loop { pub fn execute(ctx: Context, delta_time: f32) -> Result...
**Describe the bug** There are two things which can add confusion to the end-user: 1. The function signature is changed to `fn execute(...) -> Result`. 2. `#[system_input]` transform the structure...
**Is your feature request related to a problem? Please describe.** Solita no longer supports newest versions of Anchor. Its development has been stopped. **Describe the solution you'd like** We want...