blobstream-starknet icon indicating copy to clipboard operation
blobstream-starknet copied to clipboard

Celestia -> Starknet bridge

Results 9 blobstream-starknet issues
Sort by recently updated
recently updated
newest added

- [X] issue #https://github.com/keep-starknet-strange/blobstream-starknet/issues/136 - [X] follows contribution [guide](https://github.com/keep-starknet-strange/blobstream-starknet/blob/main/CONTRIBUTING.md) - [X] code change includes tests - [ ] breaking change Does not compile on windows. Should I document it? Reday...

Overview -> RW Celestia

dev

Create integration tests (scripts) for the Blobstream contract(s) by doing the following : - Launch a `Katana` node - Declare & Deploy the `BlobstreamX` contract ( & dependencies such as...

dev
infra

Hi I would like to contribute more. My issue where I contribute is currently stucked by another PR. I want to avoid rebase conflict. could you create and assign me...

good first issue

- [x] issue # - [x] follows contribution [guide](https://github.com/keep-starknet-strange/blobstream-starknet/blob/main/CONTRIBUTING.md) - [x] code change includes tests - [ ] breaking change update script location

Include CI test + rust testing for the Rust bindings

dev
infra

Build out a minimal `core contract` for an L3 to utilize for state update. Will be used for testing the query of the DA Oracle from the blobstream contracts, will...

feat
contract

- [ ] issue # - [x] follows contribution [guide](https://github.com/keep-starknet-strange/blobstream-starknet/blob/main/CONTRIBUTING.md) - [x] code change includes tests - [ ] breaking change Decode generic output from verified_call; updated Alexandria and Succinct...

Add the `set_genesis_state` function to BlobstreamX. Should only be callable by the owner. #### References Code from BlobstreamX.sol https://github.com/succinctlabs/blobstreamx/blob/9e037665c4286c811745b283836a4da67c530547/contracts/src/BlobstreamX.sol#L91

feat
contract