c-node
c-node
## Bug Report The openssl-sys v0.9.99 dependency throws the following error during the installation of cargo-risczero: ``` error: failed to run custom build command for `openssl-sys v0.9.99` Caused by: process...
### Version of Git SHA Observed the error on https://github.com/rollkit/rollkit/pull/1424, however it probably occurs on main as well. ### System OS Mac OS ### Steps to reproduce it Start a...
Follow-up from https://github.com/rollkit/rollkit/pull/963 - [x] Some test helpers are copy-pasted across multiple test files such as [https://github.com/rollkit/rollkit/blob/main/da/test/da_test.go#L247](this). These can be moved to a common `rollkit/test` package. There are other functions...
- [ ] add a RPC service config option to the light client, so it can connect to a full node and query it - [ ] get merkle proofs...
When in lazy mode, centralized aggregators will build a block 1 second after transactions become available in the mempool. If transactions remain in the mempool after block-building is complete, those...
[`Data.ValidateBasic`](https://github.com/rollkit/rollkit/blob/main/types/block.go#L97) doesn't do anything. Should it do something?
Credit to https://github.com/Ferret-san for the idea. proposed x-rollup bridging schemes typically require the two rollups to "be aware" of each other, via something such as an IBC handshake that requires...
**Goal** Some sequencer schemes have soft-confirmation mechanisms, with varying guarantees. Users of rollups should be able to: 1. query parts of the latest-finalized state 2. query parts of the latest-observed...
New to Solidity so idk if there's a better way, but I wrote this to save us from needing to loop through the `NamespaceNodes` just to copy their `digest` field...
## Overview solidity implementation of bytesToShares and createCommitment ## Summary by CodeRabbit - **New Features** - Introduced a new configuration option for file system permissions, enhancing security and operational control....