magicblock-labs / bolt

High-performance, Composable framework for Fully On Chain Games and Autonomous Worlds
https://book.boltengine.gg
MIT License
31 stars 10 forks source link

feat: add missing apply function in sdk #94

Open obstoody opened 1 week ago

obstoody commented 1 week ago

Problem

I noticed that the apply function used in world programs was missing from the SDK, so I added it.

Solution

Added Apply function in sdk/world/transactions.ts file.

Before & After Screenshots

BEFORE: None

AFTER: image

notdanilo commented 6 days ago

I will add tests for this before we can merge

obstoody commented 5 days ago

Thanks team!

obstoody commented 4 days ago

Anything I can support adding test codes?

notdanilo commented 13 hours ago

@obstoody the test is ready in #103. I am waiting for @GabrielePicco to review it. I am fixing other small issues and I am planning to make a new release asap. Thanks a lot for your contribution!