Callum Waters

Results 248 comments of Callum Waters

Came across this problem when restarting the application: ``` 3:05PM INF starting node with ABCI Tendermint in-process 3:05PM INF service start impl=multiAppConn module=proxy msg={} 3:05PM INF service start connection=query impl=localClient...

https://github.com/celestiaorg/celestia-app/pull/3353 seems to resolve the current app hash mismatch (I am up to height 250). @rootulp are you able to try rerun your node using this commit over the weekend...

I have a fix for this issue. Should be ready tomorrow

I think this might come about because of: https://github.com/celestiaorg/celestia-app/pull/3094 i.e. it only started failing last night

I've been thinking about this a bit more and am increasingly in favour of implementing this. Some caveats: - memo's should not be allowed (as this can vary considerably) -...

Yeah there are a bunch of other options that affect the gas used that I think could simply be amortized in favour of better UX: - Setting a fee granter...

From this conversation, something I would then propose is that all gas-related parameters be versioned constants. That means they are no longer changeable by governance and only can modify from...

As to having a special case for PFBs. I also don't think that estimating the exact gas amount is too much of an issue. Given currently how cheap DA is,...

Hey @chillyvee, sorry for getting to this delayed (was away). I think I understand the gist of what you're trying to achieve. We're assuming that the SDK (or some application)...

> Why do you need to state sync if you have local snapshots? there should be a way to restore from a local snapshot because the assumption is you can...