Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update bolt ApplySystem snippet #6

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

crypto-vincent
Copy link
Contributor

@crypto-vincent crypto-vincent commented Jun 14, 2024

Summary

ApplySystem typescript API has changed, we update the docs to match that.

Details

ApplySystem can now take an array of entities instead of a single entity as parameter.

Also removed the use of entityId.

Also mention we can read the state from the componentPda.

Notes

Matching PR for bolt-sdk change: magicblock-labs/bolt#51

@crypto-vincent crypto-vincent self-assigned this Jun 14, 2024
@crypto-vincent crypto-vincent changed the title [WIP] Update bolt ApplySystem snippet feat: Update bolt ApplySystem snippet Jun 14, 2024
crypto-vincent added a commit to magicblock-labs/bolt that referenced this pull request Jun 17, 2024
## Problem

It was previously impossible to pass components from multiple entities
in the same system from the typescript SDK.

## Solution

Changing the `ApplySystem` function to accommodate for multiple
entities.

## Other changes (e.g. bug fixes, small refactors)

Refactored the integration tests to use the highest level API to
increase testing surface.

Also improved some of the error tests:
- verifying that exactly what we want is failing by checking error
messages
 - verify the actual content of the pdas after the calls
 
Removed the unused `bolt.js`

## Notes

Matching PR for docs update:
magicblock-labs/docs#6
@crypto-vincent crypto-vincent merged commit d2d063b into main Jun 17, 2024
@crypto-vincent crypto-vincent deleted the vbrunet/2024_06_14-apply-system-update branch June 17, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants