Releases: celestiaorg/private-blockspace-proxy
v0.3.0
Now moves to use an integrated signer, so you can use any upstream Celestia app node to
Breaking Changes
Required new signing key in env, example:
# If using https://www.quicknode.com/docs/celestia, both endpoints are at the same URL with an auth token in the path:
CELESTIA_NODE_RPC=https://<your-instance>.celestia-mainnet.quiknode.pro/<your-token>
CELESTIA_CORE_GRPC=https://<your-instance>.celestia-mainnet.quiknode.pro:9090
# If using quicknode, this is your Token for both Node JSON RPC and Core/App gRPC
CELESTIA_NODE_WRITE_TOKEN=<your-token>
CELESTIA_SIGNING_KEY=<celestia-signing-key-hex-encoded>v0.2.3
BREAKING CHANGE to Celestia Node API upstream! See https://github.com/celestiaorg/celestia-node/releases/tag/v0.25.0-arabica
This version MUST target a node running v0.25.* or greater to operate, and 0.24.* nodes and below will fail!
So update your connected node then update the pda-proxy to resume operations.
v0.2.2
update deps for Celestia app v5 and SP1 v5.1
New env var for SP1 remote proving for auction timeouts is required:
https://github.com/celestiaorg/pda-proxy/blob/10e3bb98b3a0cd218687d1fcf480b5db22137ba5/example.env#L81-L84
v0.2.1
v0.2.0 - support selectable remote and local proving
Not idea implementation, but allow you to select remote or local proving.
Enabled by #31 (see for more details & the diff)
If you need to change an identical job (blob.Submit is same) to remote to/from local proving, you must delete the DB 😭
v0.1.3
v0.1.2
v0.1.1
🎉 MVP v0.1.0
Still a WIP, but we want to start testing, this release creates a docker image for ghcr and dockerhub