b55e05e4ec
[wip] laconic module fixes
...
- msg & query servers
- clean up logging, errors
- don't use sdk global config
2025-02-13 11:41:58 +08:00
72a93dec2f
refactor for sdk update
...
- register crypto types
- fix app codec
eager config and cli init
[wip] fix app cli
[wip] new msg handler registration (bonds)
clean up module autocli: use <> for required positional args
system tests
- registry
[wip] system tests fix, refactor
registry tests
TransferCoinsToModuleAccount: clarify function
2025-02-13 11:41:58 +08:00
f85ec5ca1f
replace sdk.Context with context.Context
...
refactor to add inputs via depinject
2025-02-13 11:41:58 +08:00
e5a085642c
refactor app & modules
...
- makefile clean up
- replace cosmos-sdk
- upgrade cosmos-sdk to v1.0.0
- replace cometbft
refactor cli + app init
- rm crisis module
- use custom address codec
- app setup, depinject fixes
- improve errors
2025-02-13 11:41:58 +08:00
7a88c82816
Add queries to get participant by laconic or nitro address ( #44 )
...
Integration Tests / test-integration (push) Successful in 3m5s
E2E Tests / test-e2e (push) Successful in 4m20s
Unit Tests / test-unit (push) Successful in 3m6s
SDK Tests / sdk_tests_nameservice_expiry (push) Successful in 9m18s
SDK Tests / sdk_tests (push) Successful in 10m33s
SDK Tests / sdk_tests_auctions (push) Successful in 14m29s
Publish on release / Run docker build and publish (release) Successful in 3m11s
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675 )
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Reviewed-on: #44
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-29 10:28:30 +00:00
9fab3f8326
Add fields for role and KYC ID for onboarded participants ( #43 )
...
Integration Tests / test-integration (push) Successful in 2m32s
Unit Tests / test-unit (push) Successful in 2m34s
SDK Tests / sdk_tests_nameservice_expiry (push) Successful in 8m34s
SDK Tests / sdk_tests_auctions (push) Successful in 14m15s
E2E Tests / test-e2e (push) Successful in 2m47s
SDK Tests / sdk_tests (push) Successful in 7m54s
Part of [Sumsub KYC integration in onboarding app](https://www.notion.so/Sumsub-KYC-integration-in-onboarding-app-607b598c9c1d4d12adc71725e2ab5e7e )
Reviewed-on: #43
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-26 14:42:40 +00:00
Isha Venikar
8c14d578f7
Add flag to enable/disable onboarding of validators ( #6 )
...
* Add gql implementation for getParticipant query
* Add onboarding enable/disable flag
* Remove unnecessary message field from onboardParticipant message
* Add instructions to generate gql bindings
2024-07-16 09:25:39 +05:30
Isha Venikar
582c83543c
Implement query in onboarding module to list the registered participants ( #4 )
...
* Implement query to list participants
* Remove unnecessary comments
2024-07-16 09:25:39 +05:30
Isha Venikar
a21e9ea387
Implement onboarding module for testnet validator enrollment ( #3 )
...
* Add proto files for onboarding module
* Add generated proto bindings
* Define onboarding object
* Define the participants state in keeper
* Update genesis file to initialize and export module state to/from genesis
* Add msg to onboard participant
* Register command to enroll participant
* Add functionality to decode ethereum address from signature
* Add comments for messages and fields
* Fix lint errors in proto files
* Add message validation and events in msg_server
* Reuse crypto utils from go-nitro
* Sign entire eth_payload object
* Use google API for rpc method
* Regenerate proto bindings
---------
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-16 09:25:39 +05:30
Isha Venikar
7369264f0a
Create skeleton for onboarding module ( #2 )
...
* Add proto files for onboarding module
* Add general files for onboarding module
* Add keeper files for onboarding module
* Add module files for onboarding module
* Update proto files
* Add generated proto bindings
* Use Keeper pointer in depinject
* Fix lint errors
2024-07-16 09:25:39 +05:30