Manav Aggarwal

Results 72 comments of Manav Aggarwal

Making the change from `>= the trusted header` to == `trusted header +1` causes issues with https://github.com/celestiaorg/go-header. Needs more investigation.

> @gupadhyaya This does not unblock the separation of block/header, as we would need to enable fraud proofs. But for pessimistic chains, we don't need the ISR overhead. We wouldn't...

Hey @AryanGodara, thanks for offering to contribute on this! I revisited this and seems like a lot of the first part of this issue was done in https://github.com/rollkit/rollkit/pull/1306. For the...

Needs from Astria: - API links on: - pulling batch from the SS - code pointers from the conductor on where this is happening - Getting Merkle proofs from the...

Based Implementation: Mapping `go-sequencing` to `go-da` 1. `SubmitRollupTx (RollupId, Tx): (error)` -> `Submit([]blob, gasPrice, namespace ): []Id` `RollupId` can be discarded. `Tx` is converted to a `blob`. `gasPrice` and `namespace`...

Closing as stale PR

Needs investigating: If a panic occurs, how problematic would be to restart? Prioritize based on that. More problematic -> higher priority

Related: https://github.com/rollkit/rollkit/issues/477

Related: https://github.com/rollkit/rollkit/issues/1703