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

Missing NAV documentation for Metadata/NAV #2134

Open
4 tasks
iramiller opened this issue Aug 23, 2024 · 0 comments · May be fixed by #2160
Open
4 tasks

Missing NAV documentation for Metadata/NAV #2134

iramiller opened this issue Aug 23, 2024 · 0 comments · May be fixed by #2160
Labels
bug Something isn't working documentation Improvements or additions to documentation metadata Metadata Module
Milestone

Comments

@iramiller
Copy link
Member

Summary of Bug

The metadata module has a spec folder with a description of all messages supported, unfortunately there seems to be nothing on how the NAV function works.

Version

1.19+ - HEAD

Steps to Reproduce

This message exists:

// MsgAddNetAssetValuesRequest defines the Msg/AddNetAssetValues request type
message MsgAddNetAssetValuesRequest {
option (cosmos.msg.v1.signer) = "signers";
option (gogoproto.equal) = false;
option (gogoproto.goproto_getters) = false;
string scope_id = 1;
repeated string signers = 2;
repeated NetAssetValue net_asset_values = 3 [(gogoproto.nullable) = false];
}

But there are no documented example in x/metadata/spec/03_messages.md and further the events published for this update are not documented in x/metadata/spec/06_events.md so it isn't clear which events should be looked for when an update is published.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@iramiller iramiller added bug Something isn't working documentation Improvements or additions to documentation metadata Metadata Module labels Aug 23, 2024
@iramiller iramiller added this to the v1.20.0 milestone Aug 23, 2024
@iramiller iramiller linked a pull request Sep 23, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation metadata Metadata Module
Projects
Development

Successfully merging a pull request may close this issue.

1 participant