Sergi Rene

Results 32 issues of Sergi Rene

# PR Standards ## Opening a pull request should be able to meet the following requirements --- Closes #406 **All** items are required. Please add a note to the item...

whitelist address is not registered on genesis

# PR Standards The main objective of this PR is the startup process for Celestia DA for full-nodes. With the modifications, full nodes will not wait for a DA to...

dym-internal

if da light client is down, or out of sync, a full-node will not start, even though it could start syncing and caching packets from p2p

goroutine 62 [running]: github.com/dymensionxyz/dymint/da/celestia.(*DataAvailabilityLayerClient).getDataAvailabilityHeaders(0x14000368c30, 0x14d1e6) /Users/sergi/workspace/dymension/dymint/da/celestia/celestia.go:646 +0x88 github.com/dymensionxyz/dymint/da/celestia.(*DataAvailabilityLayerClient).checkBatchAvailability(0x14000368c30, 0x1401d3ff960) /Users/sergi/workspace/dymension/dymint/da/celestia/celestia.go:454 +0xdc github.com/dymensionxyz/dymint/da/celestia.(*DataAvailabilityLayerClient).CheckBatchAvailability.func1() /Users/sergi/workspace/dymension/dymint/da/celestia/celestia.go:426 +0x34 github.com/avast/retry-go/v4.Do.func1() /Users/sergi/go/pkg/mod/github.com/avast/retry-go/[email protected]/retry.go:115 +0x24 github.com/avast/retry-go/v4.DoWithData[...](0x1408dd91718?, {0x1408dd91810, 0x3, 0x7a}) /Users/sergi/go/pkg/mod/github.com/avast/retry-go/[email protected]/retry.go:179 +0x564 github.com/avast/retry-go/v4.Do(0x0?, {0x1408dd91810?, 0x1408dd91778?, 0x10261c00c?}) /Users/sergi/go/pkg/mod/github.com/avast/retry-go/[email protected]/retry.go:118 +0x4c github.com/dymensionxyz/dymint/da/celestia.(*DataAvailabilityLayerClient).CheckBatchAvailability(0x14000368c30,...

it maybe they are able to sync from P2P without DA, so i would retry instead of panic when failing syncuntiltarget from DA

da path must support backward compatiblity, probably attaching version information to it, and adding multiple versions of how to write and read for dapath. This way, full-nodes will be able...

node crashes with following errorwhen it has to wait for celestia light node to finish syncing panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation...

bug