Results 15 issues of Rahul Ghangas

Return relevant error if parsing of integer argument for (`incr`, `incr_by`, `decr`, `decr_by`) fails

In PR #835 , the CI failed [here](https://github.com/celestiaorg/celestia-core/runs/7852774929?check_suite_focus=true). However, a simple change in [e72183f](https://github.com/celestiaorg/celestia-core/pull/835/commits/e72183fdb71094b9a303cbb37738e543eaced5ab) that did not introduce any new logic, the CI passed with flying colors. Not sure what's...

T:Bug
C:CI

Updates dependency of rsmt2d to v0.7.0 Changes relevant constructors/methods to update to new definition of rsmt2d.TreeConstructorFn - [x] Closes #712 - [x] Closes #754

ADR version of https://github.com/celestiaorg/celestia-app/issues/235 - [ ] poc implementation once we have finalized on approach

Configure default rpc params to factor in large txns and long block times - [x] Closes #256 - [x] Closes #591

Adds `minSquareSize` and `maxSquareSize` as params to the payment module. Defines relevant stores and queries Relevant changes in `proto/payment/*` `x/payment/keeper*` `x/payment/types/*` - [x] closes #183 Note: The constants that currently...

enhancement
C: Celestia app
breaking

### Summary Deprecate global constants for `MinSquareSize` and `MaxSquareSize` in favour of them being params to the payment module, which is then configurable/changeable via governance proposals Supersedes #183 after #893...

enhancement

Add documentation for exposed methods and functions

Initial implementation of message type version negotiation handshake - [ ] Additional Supported types - [ ] Method overloads for supported types

While gosspping, two different timeouts are used - defined by context supplied by user - defined by value of field in the `GossipOptions` struct The first one defies the total...