Callum Waters
Callum Waters
Its an app issue. The best short term solution is to use the `EstimateGas` on signer or `SimulateTx` via grpc which should provide an accurate gas estimate
Ref: https://github.com/celestiaorg/celestia-app/issues/3342
In the constructor of the application, each module states the versions it supports and thus the application determines all the versions that it can run over. Given that v2 is...
If we want to have an unbounded test, we could use a different docker image that we build specifically for our tests. This would allow us to make other alterations...
It's a bit difficult to inject code for test purposes in the production binary yet prevent it from users from using it. If we want greater flexibility (for testing sake),...
> Create a separate branch dedicated to testing. We don't necessarily have to have a separate branch. It could be possible to have two binaries within the same codebase (and...
So my take on this is that we already have a script for syncing a node from genesis. Which we should use before every release. If we want it to...
Thanks for the input @mindstyle85 > low/min self stake is a standard practice in tendermint chains, usually because validators rather self stake the minimum, then delegate via another address (preferably...
> what do you think about [eventually] using https://github.com/celestiaorg/celestia-app/issues/1105? would this make it more straightforward since we no longer have to separate the tx types? Yeah that's an option. Although...
Something to consider is whether we want deletions to charge negative gas (i.e. add gas) as they reduce the size of state