Rootul P

Results 489 comments of Rootul P

It looks like there was a [BroadcastTx](https://github.com/celestiaorg/celestia-app/blob/21b5bc747c8500e4888474df7d828e66c33f332d/x/blob/types/builder.go#L252-L263) on v1.x that no longer exists on celestia-app v2.x so I'll copy it here.

Integration tests are failing with ``` }': signature verification failed; please verify account number (0) and chain-id (private): unauthorized ``` I think there may be a bug in celestia-app v2.x...

This PR is now blocked on https://github.com/celestiaorg/celestia-app/issues/3662

Note to self: look at https://github.com/celestiaorg/celestia-node/pull/3349 to resolve merge conflicts

`TestTransfer` fails because the core accessor returns a min gas price of `""` which gets converted to `0`. `.002` is expected.

- I confirmed that the `appConfig` is getting overriden to supply a custom min gas price. This also repros if we use the default min gas price instead of overriding...

Integration tests fail: ``` --- FAIL: TestBlobRPC (10.31s) api_test.go:121: Error Trace: /Users/rootulp/git/rootulp/celestiaorg/celestia-node/nodebuilder/tests/api_test.go:121 Error: Received unexpected error: fatal error calling 'blob.Submit': panic in rpc method 'blob.Submit': runtime error: invalid memory address...

Integration tests fraud failed in CI but it passes locally: ``` $ make test-integration TAGS=fraud --> Running integrations tests -tags=fraud ok github.com/celestiaorg/celestia-node/nodebuilder/tests 64.710s ```