Skip to content

Releases: celestiaorg/private-blockspace-proxy

v0.3.0

25 Sep 16:57
1c48b4c

Choose a tag to compare

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

19 Aug 16:22
0a363e5

Choose a tag to compare

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

30 Jul 18:50
10e3bb9

Choose a tag to compare

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

26 Jun 20:31
690144b

Choose a tag to compare

fix remote zk proof timeout retry #38

v0.2.0 - support selectable remote and local proving

11 Jun 20:50
e60b838

Choose a tag to compare

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

03 Jun 14:55
6f50cd8

Choose a tag to compare

  • Better operational devex.
  • Patch for #30

v0.1.2

28 May 02:34
4271eae

Choose a tag to compare

attempts to fix strange errors in #22 - will test and followup if docker compose is still having issues

v0.1.1

15 May 13:05

Choose a tag to compare

  • Fixed malformed and dropped HTTP responses

🎉 MVP v0.1.0

01 May 23:31
3670f79

Choose a tag to compare

Still a WIP, but we want to start testing, this release creates a docker image for ghcr and dockerhub