-
❤
-
```
./celestia-server --enable-rpc --rpc-addr $RPC_ADDR \
--rpc-port $RPC_PORT --celestia.auth-token $AUTH_TOKEN \
--celestia.gas-price $GAS_PRICE \
--celestia.gas-multiplier $GA…
-
1. Use height instead of header in share module API: https://github.com/celestiaorg/celestia-node/pull/3870
2. Update existing cmds:
1. https://docs.celestia.org/tutorials/node-tutorial#advanced…
-
# Summary
The sequencer heuristics try to generate optimal blocks by performing different heuristic passes on the passed-in mempool blocks. However, the final blob bytes that are submitted to Celesti…
-
show how to plug https://github.com/celestiaorg/celestia-core/blob/v0.34.x-celestia/rpc/openapi/openapi.yaml
into editor.swagger.io
maybe make a page with the specs from latest celestia-app version …
-
# Summary
A malicious user may post a zstd bomb (a small compressed blob which decompresses to a huge buffer) as a blob on the movement Celestia namespace. Even though blob data is checked to be sign…
-
## Context
On `main`, I added a log line to print the current version in EndBlocker and ran
```
make install
./scripts/single-node.sh
```
## Problem
The app thinks it is on app version …
-
### Celestia Node version
v0.20.1
### OS
mac
### Install tools
docs
```
# clone node
make build
make install
celestia version
```
### Others
_No response_
### Steps to reproduce it
ab…
-
I'm experiencing transaction failures when using the Usenexus bridge to transfer between Celestia and Neutron. The transactions initially appear to fail, causing confusion, but they later go through. …
-
## Context
I was wondering why I could never pipe the output of celestia-appd status into jq like this:
```shell
celestia-appd status | jq .
```
## Problem
It turns out, `celestia-appd s…