dubbelosix

Results 10 issues of dubbelosix

## Summary When submitting multiple batches to the `sequencer_publishBatch` of the RPC, if the execution of the first batch is slow for some reason (either offchain compute or even an...

bug
tracked

currently, the Makefile modifies rollup_config.toml in the default location. this is slightly fragile because the user can pass in the path to rollup_config.toml and also accidentally commit it since it's...

Small

https://github.com/Sovereign-Labs/sovereign-sdk/issues/1159#issuecomment-1821947403 So it seems like docker-compose is not re-creating the volumes. This could continue impacting users especially if they switch between demo-rollup in sovereign repo and starter-rollup since both of...

Small

# Description Basic support at the code level to read archival state for 1. state_db (jmt) 2. native_db (accessory) ## Changes 1. Added archival_version to ProverStorage 2. Support for NativeDB...

## Summary The major component in this PR is a geyser plugin that can be plugged into a solana validator and stream merkle inclusion and non-inclusion proofs for the accounts...

## Summary Currently the Module trait requires has the following structure: ``` pub trait Module { type Context; type Config; type CallMessage; fn genesis() fn call() } ``` all the...

usability
Small

We ran into this issue when trying to create nft-utils. The `sov-nft-module` provides calls to create collections, mint nfts in collections. However creating a collection and minting a large number...

## Summary The current tests for demo-nft-module are in demo-nft-module/tests. These tests directly create the CallMessage variants directly and make use of module.call. The tests in demo-rollup/tests are integration tests...

Originally, `sov-modules-macros` depended on `sov-modules-api`, which made using the macros for tracking the number of RISC-V cycles unusable inside `sov-modules-api` due to some circular dependencies/conflicts. The dependencies have now been...