diff --git a/x/ecocredit/base/keeper/features/msg_create_or_update_application.feature b/x/ecocredit/base/keeper/features/msg_create_or_update_application.feature new file mode 100644 index 0000000000..aff16bbffe --- /dev/null +++ b/x/ecocredit/base/keeper/features/msg_create_or_update_application.feature @@ -0,0 +1,2 @@ +Feature: Msg/CreateOrUpdateApplication + TODO \ No newline at end of file diff --git a/x/ecocredit/base/keeper/features/msg_create_unregistered_project.feature b/x/ecocredit/base/keeper/features/msg_create_unregistered_project.feature index ba05131477..7e0b495f1b 100644 --- a/x/ecocredit/base/keeper/features/msg_create_unregistered_project.feature +++ b/x/ecocredit/base/keeper/features/msg_create_unregistered_project.feature @@ -1,3 +1,2 @@ Feature: CreateUnregisteredProject - - Rule: \ No newline at end of file + TODO diff --git a/x/ecocredit/base/keeper/features/msg_update_project_enrollment.feature b/x/ecocredit/base/keeper/features/msg_update_project_enrollment.feature new file mode 100644 index 0000000000..c7632bfc2c --- /dev/null +++ b/x/ecocredit/base/keeper/features/msg_update_project_enrollment.feature @@ -0,0 +1,2 @@ +Feature: Msg/UpdateProjectEnrollment + TODO \ No newline at end of file diff --git a/x/ecocredit/base/keeper/features/msg_update_project_fee.feature b/x/ecocredit/base/keeper/features/msg_update_project_fee.feature new file mode 100644 index 0000000000..0c78ee3762 --- /dev/null +++ b/x/ecocredit/base/keeper/features/msg_update_project_fee.feature @@ -0,0 +1,2 @@ +Feature: Msg/UpdateProjectFee + TODO \ No newline at end of file diff --git a/x/ecocredit/base/types/v1/features/msg_update_project_fee.feature b/x/ecocredit/base/types/v1/features/msg_update_project_fee.feature new file mode 100644 index 0000000000..3a9f0c5a74 --- /dev/null +++ b/x/ecocredit/base/types/v1/features/msg_update_project_fee.feature @@ -0,0 +1,2 @@ +Feature: MsgUpdateProjectFee + TODO