What's Changed
- fix CM_VERSION in proto/get_deps.sh by @gupadhyaya in https://github.com/rollkit/rollkit/pull/1090
- golangci: add import duplication flag by @MSevey in https://github.com/rollkit/rollkit/pull/1093
- build(deps): bump github.com/celestiaorg/go-fraud from 0.1.1 to 0.1.2 by @dependabot in https://github.com/rollkit/rollkit/pull/1081
- build(deps): bump rollkit/.github from 0.1.1 to 0.2.2 by @dependabot in https://github.com/rollkit/rollkit/pull/1088
- feat: bump celestia-openrpc by @gupadhyaya in https://github.com/rollkit/rollkit/pull/1097
- code-hygiene: Move fraud proofs to feature branch by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1092
- FileLogger for Testing by @MSevey in https://github.com/rollkit/rollkit/pull/1067
- node: remove potential deadlock on chan capacity of zero by @MSevey in https://github.com/rollkit/rollkit/pull/1116
- Move libs to libs/celestia-app by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1118
- upgrade cometbft to 0.37.2 and fix int64 to *big.Int issues by @gupadhyaya in https://github.com/rollkit/rollkit/pull/1123
- build(deps): bump github.com/creachadair/taskgroup from 0.3.2 to 0.6.0 by @dependabot in https://github.com/rollkit/rollkit/pull/1099
- build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in https://github.com/rollkit/rollkit/pull/1100
- build(deps): bump golang.org/x/net from 0.12.0 to 0.13.0 by @dependabot in https://github.com/rollkit/rollkit/pull/1124
Full Changelog: https://github.com/rollkit/rollkit/compare/v0.10.0...v0.10.1
Major Updates
- upgraded to cometbft to 0.37.2
- removed fraud proof dependency so that only rollkit addition to cosmos-sdk as dependency is needed, no cometbft fork required.