Matthew Sevey
Matthew Sevey
## Status Update Experimenting with the ignite how to guide to add these steps into CLI so that we have confidence that the ignite flow always works. This would then...
This should have a test that verifies the expected FS structure on disk is created. Additionally, is this a breaking change? I would assume yes since we are changing how...
Another thought for the quick start section might to also just hardcode some more values and make it clear that it is for starting a light node to sample. Then...
> This is a draft version as there is an issue which needs help from other team members. > > To run it, use the following command > > ```...
Capturing recent occurrence ``` --> Running tests in race mode VERSION=0.15.0-rc0-52-g5aba51b go test -mod=readonly -race ./test/util/testnode ================== WARNING: DATA RACE Write at 0x00c001424b10 by goroutine 189: github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).BeginBlock() /Users/matt/Code/go/pkg/mod/github.com/celestiaorg/[email protected]/baseapp/abci.go:177 +0xa6b github.com/celestiaorg/celestia-app/app.(*App).BeginBlock()...
> @MSevey Can you please link where this happened? this issue came up when in my 1:1 with Evan. I just rand the `test/utils/testnode` package with the race detector. I...
imo we shouldn't change the behavior of such a common pattern. with almost every service, you expect to be able to stop things with crtl+c so knuu should be no...
We should split these out based on scope. For example ## Performance / Cost * DA Cost / Byte * Gas pricing * Blob size * etc ## Sequencer Node...
## Update Currently dealing with an issue connecting to a celestia node in docker. I've been testing running the celestia light node in docker and running the GM tutorial against...
some other data points. when running the light node directly you can curl the port and get the following ``` % curl http://0.0.0.0:26658/ {"error":{"code":-32600,"message":"Invalid request"},"id":null,"jsonrpc":"2.0"} ``` when running the light...