92ae93ef45
sdk update refactor
...
go mod update
2025-02-13 11:41:58 +08:00
41c6d26ec9
fix address encoding
2025-02-13 11:41:58 +08:00
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
dd39fb2365
[wip] refactor laconic app cli
...
- use runtime, server v2
- move generic tx decoder to utils
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
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
e63f51cacd
Use custom KV store config to handle progressively increasing gas usage ( #30 )
...
Integration Tests / test-integration (push) Successful in 2m13s
E2E Tests / test-e2e (push) Successful in 3m21s
Lint / Run golangci-lint (push) Successful in 5m5s
SDK Tests / sdk_tests_nameservice_expiry (push) Successful in 6m51s
Unit Tests / test-unit (push) Successful in 1m45s
SDK Tests / sdk_tests (push) Successful in 7m43s
SDK Tests / sdk_tests_auctions (push) Successful in 12m18s
Part of [Create an external fixturenet-laconicd stack](https://www.notion.so/Create-an-external-fixturenet-laconicd-stack-3b33cc2317444f4da209c4472f4244ed )
Reviewed-on: cerc-io/laconic2d#30
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-06-25 06:33:41 +00:00
33b6cce362
Additional CI workflows ( #16 )
...
Lint / Run golangci-lint (push) Successful in 2m55s
Integration Tests / test-integration (push) Successful in 2m56s
E2E Tests / test-e2e (push) Successful in 3m35s
Unit Tests / test-unit (push) Successful in 1m12s
Reviewed-on: deep-stack/laconic2d#16
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-03-07 09:11:53 +00:00
a36063aba6
Additional auction module commands ( #3 )
...
Reviewed-on: deep-stack/laconic2d#3
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-02-15 06:56:18 +00:00