Nguyen Nhu Viet
Nguyen Nhu Viet
This guide is meant to be as easy as possible Closes #1094
As the block directory becomes bigger in size, those who are sitting on 256gb Macs(as me) are going to struggle in the nearest future with built-in storage capacity. There is...
As #553 has exposed the need to start creating the dockerhub for celestia, this is an issue to make it happen and track the further progress
In order to be aligned with efforts made in app/core on downgrades, node should also do downgrade of respective deps Ref: - https://github.com/celestiaorg/celestia-core/pull/802 - https://github.com/celestiaorg/celestia-core/issues/790
We need to define key players/stakeholders on triaging issues of different types and what is the overall process of triaging to be in async contact/update and create a transparent place...
- [ ] Create a pull request template - [ ] Look into how to stop issue to be closed automatically on merging of linked PR
## Description Thanks to [networking service](https://docs.testground.ai/v/master/concepts-and-architecture/networking) we can set params(e.g. latency, jitter, packet loss) to testable instances. Still, it will be beneficial to implement the blacklist functionality. Or if there...
Introduction ✌🏻 --- Here is the current params we have for rpc part (I've removed some params that is indeed highly specific for each operator team) ```toml # Maximum number...
Introduction ✌🏻 --- Here is the current params we have for mempool part ```toml # Mempool version to use: # 1) "v0" - (default) FIFO mempool. # 2) "v1" -...
Introduction ✌🏻 --- Here is the current params we have for consensus part ```toml # How long we wait for a proposal block before prevoting nil timeout_propose = "3s" #...