Rootul P

Results 489 comments of Rootul P

The prototype in https://github.com/celestiaorg/celestia-app/pull/3729 works but it took several short-term workarounds that need long-term fixes before merging.

Closing this as done b/c the prototype works. I'll create follow-up issues to production-ize the prototype.

Opened https://github.com/celestiaorg/celestia-app/issues/3991

@julienrbrt @alpe why is this issue still open if https://github.com/cosmos/iavl/pull/1023 resolved it? Maybe it is accidentally still open because that PR merged to a release branch and not to `main`...

hmm looks like it was already backported.

It should but AFAIK the square construction won't reject other transactions in the same block that have invalid nonces because the second transaction was removed. For example (assume all these...

Thanks for explaining. > Yes it was created prior to `t=14` I think it may clarify the doc if this time was made explicit. If I understand correctly, if the...

``` $ make build-node --> Building celestia-app/node and outputting binary to build/node ./build/node% $ ./build/node warning: error with code 2 is already registered: "duplicate" warning: error with code 6 is...

New issue: ``` panic: concrete type *types.MsgPayForBlobs has already been registered under typeURL /, cannot register *types.MsgRegisterEVMAddress under same typeURL. This usually means that there are conflicting modules registering different...

Thanks for your help! > One option would be to go mod the modules that way there's not two copies of x/blob for instance but both state machines point to...