v0.5.0 is compatible with Arabica testnet. Among lots of smaller features and fixes, this release brings experimental support for Fraaud Proofs.
What's Changed
- pass logger config to mockserver by @randomshinichi in https://github.com/celestiaorg/rollmint/pull/553
- replaced [8]byte with types.NamespaceID by @randomshinichi in https://github.com/celestiaorg/rollmint/pull/554
- Configure local-prefix for goimports linter by @tzdybal in https://github.com/celestiaorg/rollmint/pull/556
- build(deps): bump github.com/dgraph-io/badger/v3 from 3.2103.2 to 3.2103.3 by @dependabot in https://github.com/celestiaorg/rollmint/pull/559
- build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in https://github.com/celestiaorg/rollmint/pull/558
- Change rollmint ethermint to optimint by @tzdybal in https://github.com/celestiaorg/rollmint/pull/560
- Update build to replace correct module by @joroshiba in https://github.com/celestiaorg/rollmint/pull/561
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in https://github.com/celestiaorg/rollmint/pull/565
- build(deps): bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1 by @dependabot in https://github.com/celestiaorg/rollmint/pull/591
- build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in https://github.com/celestiaorg/rollmint/pull/563
- build(deps): bump github.com/dgraph-io/badger/v3 from 3.2103.3 to 3.2103.4 by @dependabot in https://github.com/celestiaorg/rollmint/pull/590
- build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in https://github.com/celestiaorg/rollmint/pull/568
- build(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0 by @dependabot in https://github.com/celestiaorg/rollmint/pull/589
- build(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in https://github.com/celestiaorg/rollmint/pull/601
- ci: dependabot: request review from GH team by @tzdybal in https://github.com/celestiaorg/rollmint/pull/600
- build(deps): bump github.com/multiformats/go-multiaddr from 0.7.0 to 0.8.0 by @dependabot in https://github.com/celestiaorg/rollmint/pull/602
- build(deps): bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 by @dependabot in https://github.com/celestiaorg/rollmint/pull/603
- Fraud Proofs - one PR to rule them all by @Manav-Aggarwal in https://github.com/celestiaorg/rollmint/pull/567
- fill in all the missing fields of status rpc by @gupadhyaya in https://github.com/celestiaorg/rollmint/pull/599
- new rollmint dependency graph by @nashqueue in https://github.com/celestiaorg/rollmint/pull/609
- add flag to enable fraud proofs by @gupadhyaya in https://github.com/celestiaorg/rollmint/pull/622
- Resolve discrepancy between Aggregator and Full Nodes in Integration Test by @Manav-Aggarwal in https://github.com/celestiaorg/rollmint/pull/644
- remove design doc by @jcstein in https://github.com/celestiaorg/rollmint/pull/647
- Fix commit nil issue by @Manav-Aggarwal in https://github.com/celestiaorg/rollmint/pull/655
- build(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.18.0 to 0.20.0 by @dependabot in https://github.com/celestiaorg/rollmint/pull/658
- build(deps): bump go.uber.org/multierr from 1.8.0 to 1.9.0 by @dependabot in https://github.com/celestiaorg/rollmint/pull/657
- Add Chain ID onto the Rollmint block by @joroshiba in https://github.com/celestiaorg/rollmint/pull/649
- added contexts to Celestia DataAvailabilityLayerClient by @S1nus in https://github.com/celestiaorg/rollmint/pull/623
- build(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.8.1 to 0.8.2 by @dependabot in https://github.com/celestiaorg/rollmint/pull/645
- feat: celestia DA: support fees by @tzdybal in https://github.com/celestiaorg/rollmint/pull/666
- build(deps): bump github.com/dgraph-io/badger/v3 from 3.2103.4 to 3.2103.5 by @dependabot in https://github.com/celestiaorg/rollmint/pull/669
New Contributors
- @randomshinichi made their first contribution in https://github.com/celestiaorg/rollmint/pull/553
- @joroshiba made their first contribution in https://github.com/celestiaorg/rollmint/pull/561
- @gupadhyaya made their first contribution in https://github.com/celestiaorg/rollmint/pull/599
- @jcstein made their first contribution in https://github.com/celestiaorg/rollmint/pull/647
- @S1nus made their first contribution in https://github.com/celestiaorg/rollmint/pull/623
Full Changelog: https://github.com/celestiaorg/rollmint/compare/v0.4.0...v0.5.0