Commit Graph

5 Commits

Author SHA1 Message Date
8e12b9dcf5 Setup alnt and lnt coin denoms
Some checks failed
Integration Tests / test-integration (pull_request) Failing after 3m12s
Build / build (pull_request) Successful in 3m18s
E2E Tests / test-e2e (pull_request) Failing after 3m27s
Unit Tests / test-unit (pull_request) Successful in 2m24s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Failing after 8m21s
SDK Tests / sdk_tests (pull_request) Failing after 6m57s
SDK Tests / sdk_tests_auctions (pull_request) Failing after 13m22s
2024-07-30 11:02:54 +05:30
Isha Venikar
f23f691646 Add lint config and fix lint errors (#7)
* Add config file for linter

* Fix lint errors

* Fix gofumpt errors

* Fix pre-allocate slices lint error

* Remove unused lint rule

* Disable style check ID error

* Add gomodguard section in yml file

* Remove trailing white spaces

* Remove unnecessary comments

---------

Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-07-16 09:25:39 +05:30
prathamesh0
4da8dd8d7b
Additional bond commands (#4)
* Add commands to get bonds by id and owner

* Add commands to get bond module params and balances

* Add commands to refill, withdraw and cancel bond

* Add implementations for bond tx commands

* Use indexed map to implement command for getting bond by owner

* Use collections for bond module params

* Clean up
2024-02-08 18:53:20 +05:30
prathamesh0
5ee988ccd8
Setup and integrate bond module into the chain (#2)
* Add common message types and update proto gen script

* Update proto gen script to generate pulsar proto code

* Upgrade direct deps

* Populate params and genesis files

* Setup keeper files

* Setup module files with depinject and autocli

* Add placeholder keeper methods

* Integrate bond module into the chain
2024-02-01 16:28:34 +05:30
prathamesh0
e513f79b81
Add a minimal chain and placeholders for bond module (#1)
* Setup minimal chain

* Change app and command name

* Rename command folder

* Add run instructions

* Add placeholder files for bond module

* Missing new line
2024-02-01 10:18:40 +05:30