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] Service module #365

Merged
merged 26 commits into from
Feb 21, 2024
Merged

Conversation

bryanchriswhite
Copy link
Contributor

@bryanchriswhite bryanchriswhite commented Feb 6, 2024

Summary

Human Summary

This branch applies the steps outlined in the migration guide notion doc under the "Module Bootstrapping > Service Module" section. To be merged after #372 has been approved.

Issue

Type of change

Select one or more:

  • New feature, functionality or library
  • Bug fix
  • Code health or cleanup
  • Documentation
  • Other (specify)

Testing

  • Run all unit tests: make go_develop_and_test
  • Run E2E tests locally: make test_e2e
  • Run E2E tests on DevNet: Add the devnet-test-e2e label to the PR. This is VERY expensive, only do it after all the reviews are complete.

Sanity Checklist

  • I have tested my changes using the available tooling
  • I have performed a self-review of my own code
  • I have commented my code, updated documentation and left TODOs throughout the codebase

@bryanchriswhite bryanchriswhite added service Anything related to general-purpose RPC service support code health Cleans up some code labels Feb 6, 2024
@bryanchriswhite bryanchriswhite self-assigned this Feb 6, 2024
@bryanchriswhite bryanchriswhite force-pushed the migration/service-module branch 3 times, most recently from ce9e072 to 9727c64 Compare February 8, 2024 09:25
@bryanchriswhite bryanchriswhite added this to the Shannon TestNet milestone Feb 8, 2024
@bryanchriswhite bryanchriswhite force-pushed the migration/service-module branch 3 times, most recently from fda5702 to c1fd8eb Compare February 9, 2024 03:32
@bryanchriswhite bryanchriswhite mentioned this pull request Feb 12, 2024
11 tasks
Copy link
Contributor

@red-0ne red-0ne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

Added some comments, mainly to discuss alignment and consistency with work done on other modules.

testutil/keeper/service.go Outdated Show resolved Hide resolved
testutil/keeper/service.go Outdated Show resolved Hide resolved
x/service/keeper/msg_update_params.go Outdated Show resolved Hide resolved
x/service/keeper/query_service.go Show resolved Hide resolved
x/service/module/autocli.go Outdated Show resolved Hide resolved
x/service/types/errors.go Outdated Show resolved Hide resolved
x/service/types/genesis_test.go Show resolved Hide resolved
x/service/types/msg_update_params.go Outdated Show resolved Hide resolved
@bryanchriswhite bryanchriswhite mentioned this pull request Feb 19, 2024
11 tasks
@bryanchriswhite bryanchriswhite merged commit 4994d65 into migration/base Feb 21, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health Cleans up some code service Anything related to general-purpose RPC service support
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants