celestia-node icon indicating copy to clipboard operation
celestia-node copied to clipboard

chore: backport to v0.34.x tendermint

Open distractedm1nd opened this issue 3 years ago • 3 comments

Still very much a WIP, resolves #951

distractedm1nd avatar Aug 02 '22 12:08 distractedm1nd

@renaynay The main issue currently seems to be with how the config works in core/testing.go - haven't been able to figure it out yet though

distractedm1nd avatar Aug 02 '22 13:08 distractedm1nd

@renaynay There are now only 4 tests that are failing, but I can't figure out why yet. 3 of them pass when run individually, but get a context timeout when run with the others for some reason. The other one, TestFraudProofBroadcasting, has some file write issue that I haven't been able to track down yet. Will keep looking, but if you could checkout and take a look it might be something stupid easy that I'm just overseeing

When replacing the nd.Stop() with a rpctest.StopTendermint(nd), all 4 get the same error which I haven't been able to debug further yet

distractedm1nd avatar Aug 03 '22 19:08 distractedm1nd

We need to rebase :(

renaynay avatar Aug 15 '22 15:08 renaynay