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