Skip to content

Release v0.8.0

Choose a tag to compare

@github-actions github-actions released this 24 May 15:40
· 906 commits to main since this release
35d9071

0.8.0 (2023-05-24)

Features

Bug Fixes

  • build proto before linting (4db6a34)
  • Disable CI/CD linter check with rand library, fix server overlap, and data race issue (#916) (d7f6772), closes #911 #919 #910
  • variable for sub workflow (c785a01)

Build Systems

What's Changed

  • build(deps): bump golang.org/x/net from 0.8.0 to 0.9.0 by @dependabot in #855
  • build(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.22.0 to 0.23.0 by @dependabot in #856
  • build(deps): bump golang from 1.19-alpine to 1.20-alpine in /docker by @dependabot in #843
  • build(deps): bump github.com/celestiaorg/go-header from 0.2.3 to 0.2.4 by @dependabot in #857
  • header: verify aggregator hash against validators by @tuxcanfly in #845
  • Support based rollups + centralized sequencer to based rollup integration test by @Manav-Aggarwal in #827
  • build(deps): bump github.com/rs/cors from 1.8.3 to 1.9.0 by @dependabot in #878
  • build(deps): bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 by @dependabot in #877
  • build(deps): bump github.com/celestiaorg/go-header from 0.2.4 to 0.2.6 by @dependabot in #879
  • Disallow adding back validator to empty validator set + test by @Manav-Aggarwal in #854
  • Copy share package into Rollkit by @Manav-Aggarwal in #888
  • handle error correctly when checking for data at a height that does not exists by @gupadhyaya in #909
  • feat: CI/CD setup by @smuu in #903
  • feat: housekeeping by @smuu in #905
  • fix: Disable CI/CD linter check with rand library, fix server overlap, and data race issue by @Manav-Aggarwal in #916
  • Wrap transaction with new struct to include ISRs by @Manav-Aggarwal in #885
  • enable fraud service to full & light nodes and extend abci.FraudProof with go-fraud Proof interface by @gupadhyaya in #891
  • build(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 by @dependabot in #926
  • build(deps): bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 by @dependabot in #927
  • Remove Evidence while keeping ABCI compatibility. by @Manav-Aggarwal in #915
  • ws: support cors by @tuxcanfly in #864
  • feat: Generate isr before begin block by @Manav-Aggarwal in #931
  • feat: Improvements to Makefile by @Manav-Aggarwal in #935
  • Delete tendermint proto , Adapt skript and remove file that was in gitignore. by @nashqueue in #939
  • Fix race condition in TestValidatorSetHandling by @Manav-Aggarwal in #937
  • new readme by @nashqueue in #942
  • build(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in #941
  • build(deps): bump alpine from 3.17.3 to 3.18.0 in /docker by @dependabot in #940
  • fix light header test by @S1nus in #930
  • feat: point to rollkit/.github for common workflows by @smuu in #952
  • fraud proof processing using go-fraud package by @gupadhyaya in #928
  • update tendermint dependency to cometbft 0.34.x w/ fraud proofs by @gupadhyaya in #955
  • feat: disable tidy check by @smuu in #958

Full Changelog: v0.7.4...v0.8.0