Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Migration] Supplier module #373

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
61351ac
scaffold: module supplier --dep bank
bryanchriswhite Feb 14, 2024
394e958
scaffold: map supplier --module supplier --no-message address stake:c…
bryanchriswhite Feb 14, 2024
bc0bc41
chore: move supplier.proto to shared
bryanchriswhite Feb 8, 2024
e470fd8
reconcile: `SupplierServiceConfig` & dep proto types
bryanchriswhite Feb 8, 2024
2379527
reconcile: `Suppler` proto type
bryanchriswhite Feb 8, 2024
35b7505
reconcile: types genesis
bryanchriswhite Feb 13, 2024
6de85a9
reconcile: error types
bryanchriswhite Feb 13, 2024
c788d74
reconcile: shared service helpers (1/2)
bryanchriswhite Feb 13, 2024
2813fa6
reconcile: module genesis
bryanchriswhite Feb 13, 2024
e57fc04
reconcile: supplier store (map)
bryanchriswhite Feb 13, 2024
8d2e1b9
reconcile: suppliers query
bryanchriswhite Feb 13, 2024
a636eeb
scaffold: message stake-supplier --module supplier --signer address s…
bryanchriswhite Feb 14, 2024
62f7b97
reconcile: stake supplier message
bryanchriswhite Feb 14, 2024
bf72fea
reconcile: mock bank keeper
bryanchriswhite Feb 14, 2024
6c2ba4e
scaffold: message unstake-supplier --module supplier --signer address
bryanchriswhite Feb 14, 2024
898a295
reconcile: unstake supplier message
bryanchriswhite Feb 14, 2024
9bbe1db
reconcile: supplier CLI configs
bryanchriswhite Feb 14, 2024
334878e
chore: restore mocks pkg
bryanchriswhite Feb 14, 2024
d2b788e
reconcile: in-memory network
bryanchriswhite Feb 14, 2024
05029a2
chore: override autocli tx commands
bryanchriswhite Feb 14, 2024
1eaf8a0
reconcile: stake supplier CLI commands
bryanchriswhite Feb 14, 2024
85c5284
reconcile: unstake supplier CLI commands
bryanchriswhite Feb 14, 2024
53533cf
fix: linter errors
bryanchriswhite Feb 14, 2024
d75904f
reconcile: query CLI commands
bryanchriswhite Feb 15, 2024
648e5d8
fixup! scaffold: map supplier --module supplier --no-message address …
bryanchriswhite Feb 16, 2024
c626b04
chore: cleanup test helper
bryanchriswhite Feb 16, 2024
19b6b44
reconcile: query CLI test
bryanchriswhite Feb 16, 2024
62feb1d
reconcile: query param CLI command
bryanchriswhite Feb 16, 2024
93fa368
chore: supplier module review improvements
red-0ne Feb 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ go_mockgen: ## Use `mockgen` to generate mocks used for testing purposes of all
find . -name "*_mock.go" | xargs --no-run-if-empty rm
# go generate ./x/application/types/
go generate ./x/gateway/types/
# go generate ./x/supplier/types/
go generate ./x/supplier/types/
# go generate ./x/session/types/
go generate ./x/service/types/
# go generate ./x/tokenomics/types/
Expand Down
Loading
Loading