What's Changed
- ci: add light client tests and refactor node test helpers by @MSevey in https://github.com/rollkit/rollkit/pull/1313
- Add missing spec symlinks by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1333
- ci: handle shutdown in p2p client peer connect by @MSevey in https://github.com/rollkit/rollkit/pull/1332
- build(deps): Bump golang.org/x/net from 0.17.0 to 0.18.0 by @dependabot in https://github.com/rollkit/rollkit/pull/1331
- chore: enable export comment linters and resolve errors by @MSevey in https://github.com/rollkit/rollkit/pull/1294
- Test netInfo in full_client_test.go by @chandiniv1 in https://github.com/rollkit/rollkit/pull/1267
- New DA API by @tzdybal in https://github.com/rollkit/rollkit/pull/1242
- Handle nil case in Header function by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1337
- Change Hard Confirmed to DA Included by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1338
- tested blockchain-info by @chandiniv1 in https://github.com/rollkit/rollkit/pull/1343
- block verify by @S1nus in https://github.com/rollkit/rollkit/pull/1336
- add staking module differences to block_spec by @S1nus in https://github.com/rollkit/rollkit/pull/1335
- Stop indexer service in full node OnStop method by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1351
- Bump config version by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1353
- Deduplicate client generation by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1354
- renamed Store Interface Load methods to Get by @deepakgudla in https://github.com/rollkit/rollkit/pull/1349
- Hardcode centralized sequencer behavior by @S1nus in https://github.com/rollkit/rollkit/pull/1301
New Contributors
- @deepakgudla made their first contribution in https://github.com/rollkit/rollkit/pull/1349
Full Changelog: https://github.com/rollkit/rollkit/compare/v0.12.0...v0.10.7
Major changes
- Hardcode centralized sequencer