laconicd/x/auction
Roy Crihfield 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
..
client/cli Integrate go-nitro 2025-09-21 11:44:44 +08:00
keeper Integrate go-nitro 2025-09-21 11:44:44 +08:00
module Integrate go-nitro 2025-09-21 11:44:44 +08:00
auction.pb.go Add service provider auctions (#59) 2024-09-25 12:38:49 +00:00
codec.go Integrate go-nitro 2025-09-21 11:44:44 +08:00
events.go Add service provider auctions (#59) 2024-09-25 12:38:49 +00:00
expected_keeper.go Integrate go-nitro 2025-09-21 11:44:44 +08:00
genesis.go Add commands to create and get auctions (#2) 2024-02-12 08:34:40 +00:00
genesis.pb.go Rename laconic2d to laconicd (#26) 2024-04-01 09:57:26 +00:00
keys.go Setup integration tests and CI (#11) 2024-02-29 11:54:35 +00:00
msgs.go Integrate go-nitro 2025-09-21 11:44:44 +08:00
params.go Add service provider auctions (#59) 2024-09-25 12:38:49 +00:00
query.pb.go Integrate go-nitro 2025-09-21 11:44:44 +08:00
query.pb.gw.go Rename RPC method to reserve authority and fix proto lint errors (#17) 2024-03-07 11:25:15 +00:00
tx.pb.go Integrate go-nitro 2025-09-21 11:44:44 +08:00
tx.pb.gw.go Add service provider auctions (#59) 2024-09-25 12:38:49 +00:00
types.go Integrate go-nitro 2025-09-21 11:44:44 +08:00