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

chnges extra_seed from String to Vec<u8> #75

Closed mubarizkyc closed 1 month ago

mubarizkyc commented 3 months ago

⚠️ 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 changes; reasons for why the PR is on hold; or anything else you would like to draw attention to.

Status Type ⚠️ Core Change Issue
Ready/Hold Feature/Bug/Tooling/Refactor/Hotfix Yes/No [Link]()

Problem

What problem are you trying to solve?

Solution

How did you solve the problem?

Before & After Screenshots

Insert screenshots of example code output

BEFORE: [insert screenshot here]

AFTER: [insert screenshot here]

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

Deploy Notes

Notes regarding deployment of the contained body of work. These should note any new dependencies, new scripts, etc.

New scripts:

New dependencies:

mubarizkyc commented 3 months ago

Fixes #48

GabrielePicco commented 2 months ago

Thanks @mubarizkyc . This change requires also modifications in the client SDKs

GabrielePicco commented 1 month ago

Closing as supported in https://github.com/magicblock-labs/bolt/pull/86