Nguyen Nhu Viet
Nguyen Nhu Viet
Introduction ✌🏻 --- Found during testing with testground, we haven't predefined what default values are specific and crucial for celestia-app validators In order to fix this, we need to review...
H/t @SweeXordious for helping finding the root cause If we initialize a celestia-app instance in testground, the app is panicking in not finding the home directory, due to these lines...
If someone wants to use `celestia-app` as a dependency in their project, then it will be handy to include in the readme that this specific replacement liner should be included...
## Summary Guidance on how to spin up a seed node in v0.34.x on documentation pages ## Problem Definition ATM, [seed nodes](https://docs.tendermint.com/v0.34/tendermint-core/using-tendermint.html#seed) only have a definition/explanation and mention of changing...
# Introduction At Celestia we are relying on the ability to generate and broadcast large transactions, hence using testground, we emulated the scenario when a set of validators in the...
### Celestia Node version 8e5a4ed73bd78b622b677410a69f5255db51655d ### OS Ubuntu 20.04.3 LTS / Testground ### Install tools - install TG - clone infra repo - pull this PR https://github.com/celestiaorg/test-infra/pull/87 ### Others _No...
Pre-Reqs: - 3 validators - 3 bridge nodes - 3 light nodes sampling from bridge nodes Steps: 1. Generate 30+ blocks with sq size 128 (bridge/light are fully synced) 2....
## Description Let's say we have a `composition.toml` like this: ```toml [global] plan = "foo" case = "bar-1" total_instances = 6 builder = "docker:generic" runner = "local:docker" disable_metrics = false...
## Version information 🧐 Commit: https://github.com/testground/testground/commit/63a8fce8cf08d576e745186dc322312ccf3af97c Env: Ubuntu 20 LTS Docker Engine Version: 20.10.14 ## Steps 👣 1. git clone https://github.com/Bidon15/test-logv2 2. `testground plan import --from . --name test-logv2` 3....
## Introduction 👋 At Celestia, we are utilising [ipfs/go-log](https://github.com/ipfs/go-log) for our sw. While using testground, we observed that TG treats logs as `error` messages instead of `message` or `other` formats....