Tags: sysrex/celestia-app
Tags
chore!: clean up tx sim docker usage (celestiaorg#3902) This PR tidies up our docker usage. Namely, it puts our two Dockerfiles in the `docker` directory, and the txsim one separately in the `docker/txsim` folder. It also cleans up the indirection with the flags so our e2e tests can pass them directly.
fix: mocha block sync on v2.x (celestiaorg#3843) Closes celestiaorg#3840 by implementing option 2 because it seems like a bad practice to modify `genesis.json` after the chain has launched. ~~Blocked on celestiaorg/celestia-core#1469 ## Testing I can state sync and block sync on Arabica and Mocha ```shell ./scripts/arabica.sh ./scripts/arabica-block-sync.sh ./scripts/mocha.sh ./scripts/mocha-block-sync.sh ```
fix: mocha block sync on v2.x (celestiaorg#3843) Closes celestiaorg#3840 by implementing option 2 because it seems like a bad practice to modify `genesis.json` after the chain has launched. ~~Blocked on celestiaorg/celestia-core#1469 ## Testing I can state sync and block sync on Arabica and Mocha ```shell ./scripts/arabica.sh ./scripts/arabica-block-sync.sh ./scripts/mocha.sh ./scripts/mocha-block-sync.sh ```
PreviousNext