Josh Stein
Josh Stein
This doesn't need to be a new page, but just an additional section somewhere in the blobstream category to add example implementations of community blobstream projects https://docs.lightlink.io/lightlink-protocol/achitecture-and-design/lightlink-protocol-deep-dive#id-5.-hummingbird https://github.com/lightlink-network
https://validao.xyz/#maps-celestia-da https://validao.xyz/#maps-celestia-testnet-da with a note that this is a community contribution. should be added to the Mainnet beta and Mocha testnet pages.
Since jailing (without slashing) is covered in the document, the title should be "Jailing and slashing on Celestia" and backlinks should be updated, too
From slack: # Types of setups - active + backup node with tmkms - 3 sentries setup with tmkms/horcrux - a mix of validator + 1-3 sentries + horcrux/tmkms ##...
Notes from @rootulp on how to view logs: View log file: ``` cat mainnet.log ``` View actively running process which is piping into a log file: ``` tail -f mainnet.log...
makes sense, thanks! and in this feature, if there are no blobs, empty vector is returned? is there anything else that changes from a user perspective? _Originally posted by @jcstein...
https://kingsuper.org/snapshots/celestia-bridge-mainnet - note that it is a community snapshot, and not archival also add kingsuper to consensus nodes if it's not already there, at least a link to the site
https://github.com/celestiaorg/go-header/blob/main/sync/metrics.go#L39 https://github.com/celestiaorg/go-header/blob/main/store/metrics.go#L26 https://github.com/celestiaorg/go-header/blob/main/p2p/subscriber_metrics.go https://github.com/celestiaorg/go-header/blob/main/p2p/exchange_metrics.go https://github.com/celestiaorg/go-header/blob/main/p2p/server_metrics.go cc @Wondertan
going through quick start, some users may expect to go through all steps in the category. the category could be improved to make this more intuitive https://docs.celestia.org/nodes/docker-images thanks for reporting...
# Problem I've hit errors a lot recently from PRs made on Github UI or without using dependencies (Husky) that cause errors down the line once someone does contribute to...