Skip to content

Releases: celestiaorg/optimism

v1.1.0-OP_op-batcher/v1.4.3-CN_v0.12.4

26 Jan 20:51
8b7dc91
Compare
Choose a tag to compare

This version contains:

What's Changed

  • Rebased onto op-batcher/v1.4.3

Full Changelog: op-batcher/v1.4.3...celestiaorg:optimism:release-1.1.0@op-batcher/v1.4.3

v1.1.0-OP_op-batcher/v1.4.2-CN_v0.12.4

22 Jan 19:39
06a94bf
Compare
Choose a tag to compare

v1.1.0-OP_op-node/v1.4.2-CN_v0.12.3

16 Jan 20:43
071f4e0
Compare
Choose a tag to compare

This version contains:

What's Changed

  • Rebased onto op-node/v1.4.2

Full Changelog: op-node/v1.4.2...celestiaorg:optimism:release-1.1.0@op-node/v1.4.2

v1.1.0-OP_op-node/v1.4.0-CN_v0.12.3

16 Jan 02:56
0c32cf5
Compare
Choose a tag to compare

This version contains:

What's Changed

  • Updated go-da to v0.1.0 which supports setting blob gas price using --da.grpc.gasprice flag: see rollkit/celestia-da#49
  • Updated go-da to v0.2.0 which adds context to the gRPC commands to allow handling timeouts: see rollkit/celestia-da#33

Full Changelog: op-node/v1.4.0...celestiaorg:optimism:release-1.1.0@op-node/v1.4.0

v1.1.0-OP_op-batcher/v1.4.2-CN_v0.12.3

16 Jan 21:05
9c6a1db
Compare
Choose a tag to compare

This version contains:

What's Changed

  • Rebased onto op-batcher/v1.4.2

Full Changelog: op-batcher/v1.4.2...celestiaorg:optimism:release-1.1.0@op-batcher/v1.4.2

v1.0.0-OP_op-node/v1.4.0-CN_v0.12.1

03 Jan 23:28
01f968f
Compare
Choose a tag to compare

This version contains:

What's Changed

  • No new changes to the integration itself.
  • Rebased release-v1.0.0 diff onto upstream op-node/v1.4.0 in preparation of Canyon and Delta Network Upgrades.
  • Span batches can be enabled by configuring OP_BATCHER_BATCH_TYPE: 1
    • Note that this requires the Delta activation time to be configured
      • For devnet: set "l2GenesisDeltaTimeOffset": "0x0", in devnetL1-template.json, this should enable span batches and can be tested by grepping docker compose logs -f | grep batch_type which should include batch_type=SpanBatch and batch_type=1

Full Changelog: op-node/v1.4.0...celestiaorg:optimism:release-1.0.0@op-node/v1.4.0

v1.0.0-OP_v1.2.0-CN_v0.12.0

28 Nov 15:29
1c975c4
Compare
Choose a tag to compare

This version contains:

What's Changed

Breaking changes:

  • op-node flag da-rpc renamed to env var OP_NODE_DA_RPC (default: localhost:26650)
  • op-batcher flag da-rpc renamed to env var OP_BATCHER_DA_RPC (default: localhost:26650)
  • op-node flags namespace-id, auth-token removed
  • op-batcher flags da-rpc, namespace-id, auth-token removed
  • op-proposer flags da-rpc, namespace-id, auth-token removed
  • Frame pointer encoding / decoding is now handled by celestia-da. Therefore, a standard gRPC client can be be used instead of op-celestia.

Example of resolving frame using grpcurl:

grpcurl -proto da.proto -plaintext -d '{"ids": [{"value": "$INPUT"}]}' 127.0.0.1:26650 da.DAService.Get

The da.proto protobuf file is sourced from: https://github.com/rollkit/go-da/blob/main/proto/da/da.proto

Full Changelog: https://github.com/celestiaorg/optimism/commits/v1.0.0-OP_v1.2.0-CN-v0.12.0

v0.2.0-OP_v1.2.0-CN_v0.12.0

14 Nov 17:37
c737588
Compare
Choose a tag to compare

This version contains:

Full Changelog: https://github.com/celestiaorg/optimism/commits/v0.2.0-OP_v1.2.0-CN_v0.12.0

v0.1.3-OP_v1.0.6-CN_v0.11.0-rc8

15 Aug 18:04
6825902
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2-OP_v1.0.6-CN_v0.11.0-rc8...v0.1.3-OP_v1.0.6-CN_v0.11.0-rc8

v0.1.2-OP_v1.0.6-CN_v0.11.0-rc8

01 Aug 13:46
78f9f23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1-OP_v1.0.6-CN_v0.11.0-rc8...v0.1.2-OP_v1.0.6-CN_v0.11.0-rc8