First release of Rollkit after re-branding from rollmint. This release introduces a lot of changes and improvements to storage and fraud proofs.
What's Changed
- build(deps): bump github.com/rs/cors from 1.8.2 to 1.8.3 by @dependabot in https://github.com/rollkit/rollkit/pull/671
- migrate datasource from store.KVStore to datastore.Datastore by @gupadhyaya in https://github.com/rollkit/rollkit/pull/665
- feat: add ConnectionGater by @randomshinichi in https://github.com/rollkit/rollkit/pull/610
- Integration with go-header by @tzdybal in https://github.com/rollkit/rollkit/pull/685
- Introduce light node & refactor RPC client by @S1nus in https://github.com/rollkit/rollkit/pull/681
- Update required go vesion in readme by @tzdybal in https://github.com/rollkit/rollkit/pull/696
- Use consistent hash type across headers by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/698
- Rebrand to Rollkit by @tzdybal in https://github.com/rollkit/rollkit/pull/703
- update wait time by @toanngosy in https://github.com/rollkit/rollkit/pull/278
- build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 by @dependabot in https://github.com/rollkit/rollkit/pull/706
- deps: update to go-header v0.1.0 by @tzdybal in https://github.com/rollkit/rollkit/pull/708
- Gossip Fraud Proofs to P2P network after generation when needed by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/643
- Add IsRunning and Stop methods to Node interface by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/714
- ci: request review from rollkit/celestia by @tzdybal in https://github.com/rollkit/rollkit/pull/709
- build(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 by @dependabot in https://github.com/rollkit/rollkit/pull/702
- build(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.8.2 to 0.8.3 by @dependabot in https://github.com/rollkit/rollkit/pull/710
New Contributors
- @toanngosy made their first contribution in https://github.com/rollkit/rollkit/pull/278
Full Changelog: https://github.com/rollkit/rollkit/compare/v0.5.0...v0.6.0