Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/celestiaorg/go-square/v3 v3.0.2
github.com/celestiaorg/go-square/v4 v4.0.0-rc2
github.com/celestiaorg/nmt v0.24.2
github.com/celestiaorg/rsema1d v0.0.0-20251031140154-a36e18b9e940
github.com/celestiaorg/rsema1d v0.0.0-20260113121834-51e6165619b0
github.com/celestiaorg/rsmt2d v0.15.1
github.com/cometbft/cometbft v1.0.1
github.com/cometbft/cometbft-db v1.0.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,8 @@ github.com/celestiaorg/nmt v0.24.2 h1:LlpJSPOd6/Lw1Ig6HUhZuqiINHLka/ZSRTBzlNJpch
github.com/celestiaorg/nmt v0.24.2/go.mod h1:vgLBpWBi8F5KLxTdXSwb7AU4NhiIQ1AQRGa+PzdcLEA=
github.com/celestiaorg/reedsolomon v1.12.6-0.20250824224240-8b66bda83fd0 h1:nM6tHBLW1Uej4VKe6Zm3+kYnOrvcQ1Q4I1qFBIbC+EU=
github.com/celestiaorg/reedsolomon v1.12.6-0.20250824224240-8b66bda83fd0/go.mod h1:39naxIQYdj/oxjNZVvWvhRreh3uguAq4v6Ke7mI9cDI=
github.com/celestiaorg/rsema1d v0.0.0-20251031140154-a36e18b9e940 h1:YeC/5Lx3A06Ggvc0aKYZjnUMvbBJD5p2okNddQnIxw0=
github.com/celestiaorg/rsema1d v0.0.0-20251031140154-a36e18b9e940/go.mod h1:pDqRBQaFbwdX3AUoPLAhucV+MUSm701fOMGxZZwvML0=
github.com/celestiaorg/rsema1d v0.0.0-20260113121834-51e6165619b0 h1:G7ctPrCA0y6zIN2CtWNz8Z37c1fwqDRj8GvX+5/PyFw=
github.com/celestiaorg/rsema1d v0.0.0-20260113121834-51e6165619b0/go.mod h1:WtDhTrN17IA6ZBLEIZsXv+IAQJD4grchKeodmLbjt+g=
github.com/celestiaorg/rsmt2d v0.15.1 h1:NF4D0LX501oDjw00RoJrTUrMHrO+Kv0LewL0FKQU7hg=
github.com/celestiaorg/rsmt2d v0.15.1/go.mod h1:WKkpXoD1foHn4qgFx6GNoz36Wm0fbCh29ze4rA7ZwCs=
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
Expand Down
2 changes: 1 addition & 1 deletion test/docker-e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ require (
github.com/celestiaorg/merkletree v0.0.0-20210714075610-a84dc3ddbbe4 // indirect
github.com/celestiaorg/nmt v0.24.2 // indirect
github.com/celestiaorg/reedsolomon v1.12.6-0.20250824224240-8b66bda83fd0 // indirect
github.com/celestiaorg/rsema1d v0.0.0-20251031140154-a36e18b9e940 // indirect
github.com/celestiaorg/rsema1d v0.0.0-20260113121834-51e6165619b0 // indirect
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works. As a follow-up we could create a release of rsema1d and use that here

github.com/celestiaorg/rsmt2d v0.15.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions test/docker-e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,8 @@ github.com/celestiaorg/nmt v0.24.2 h1:LlpJSPOd6/Lw1Ig6HUhZuqiINHLka/ZSRTBzlNJpch
github.com/celestiaorg/nmt v0.24.2/go.mod h1:vgLBpWBi8F5KLxTdXSwb7AU4NhiIQ1AQRGa+PzdcLEA=
github.com/celestiaorg/reedsolomon v1.12.6-0.20250824224240-8b66bda83fd0 h1:nM6tHBLW1Uej4VKe6Zm3+kYnOrvcQ1Q4I1qFBIbC+EU=
github.com/celestiaorg/reedsolomon v1.12.6-0.20250824224240-8b66bda83fd0/go.mod h1:39naxIQYdj/oxjNZVvWvhRreh3uguAq4v6Ke7mI9cDI=
github.com/celestiaorg/rsema1d v0.0.0-20251031140154-a36e18b9e940 h1:YeC/5Lx3A06Ggvc0aKYZjnUMvbBJD5p2okNddQnIxw0=
github.com/celestiaorg/rsema1d v0.0.0-20251031140154-a36e18b9e940/go.mod h1:pDqRBQaFbwdX3AUoPLAhucV+MUSm701fOMGxZZwvML0=
github.com/celestiaorg/rsema1d v0.0.0-20260113121834-51e6165619b0 h1:G7ctPrCA0y6zIN2CtWNz8Z37c1fwqDRj8GvX+5/PyFw=
github.com/celestiaorg/rsema1d v0.0.0-20260113121834-51e6165619b0/go.mod h1:WtDhTrN17IA6ZBLEIZsXv+IAQJD4grchKeodmLbjt+g=
github.com/celestiaorg/rsmt2d v0.15.1 h1:NF4D0LX501oDjw00RoJrTUrMHrO+Kv0LewL0FKQU7hg=
github.com/celestiaorg/rsmt2d v0.15.1/go.mod h1:WKkpXoD1foHn4qgFx6GNoz36Wm0fbCh29ze4rA7ZwCs=
github.com/celestiaorg/tastora v0.5.1 h1:lFaJ6q8jUyK7iUL0hBwbS93DMp5jM1kDEp2EiAPlm4w=
Expand Down