WIP: Nitro integration #76

Draft
roysc wants to merge 3 commits from roysc/nitro-integration into main

3 Commits

Author SHA1 Message Date
d130608f67 patch system test
Some checks failed
Protobuf / lint (pull_request) Failing after 1m30s
Build / build (pull_request) Failing after 1m40s
E2E Tests / test-e2e (pull_request) Failing after 1m45s
Integration Tests / test-integration (pull_request) Failing after 1m52s
Unit Tests / test-unit (pull_request) Failing after 1m8s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 3m10s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Failing after 3m21s
SDK Tests / sdk_tests (pull_request) Failing after 2m25s
2025-12-04 14:58:14 +08:00
33574a8f89 doc 2025-12-04 14:58:14 +08:00
5aa2594073 Integrate go-nitro
- Add nitro server and x/nitro module
    - wire go-nitro p2p through cometbft

- Add distsig server, currently WIP
    - integrate DKG and DSS schemes into ABCI methods

- Remove deprecated features
    - crisis module
    - module invariants

- Update to use newer SDK patterns
    - upgrade sdk to v0.53.x
    - custom address codec
    - expand use of depinject
    - migrate e2e tests to system tests
    - use depinject to set up integration tests
    - change reserved protobuf field name `cerc.registry.v1.Record.type`

- Revise & add documentation
    - TransferCoinsToModuleAccount: clarify function

- Update init.sh script
2025-09-21 11:44:44 +08:00