-
Notifications
You must be signed in to change notification settings - Fork 48
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
feat: add storage module #18
Conversation
021f6e1
to
8ba26ce
Compare
proto/bfs/storage/tx.proto
Outdated
message MsgLeaveGroup { | ||
option (cosmos.msg.v1.signer) = "creator"; | ||
string creator = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"]; | ||
string owner = 2 [(cosmos_proto.scalar) = "cosmos.AddressString"]; |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
x/storage/keeper/query.go
Outdated
} | ||
|
||
ctx := sdk.UnwrapSDKContext(goCtx) | ||
// TODO(fynn): check if have permission |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
) | ||
|
||
var ( | ||
DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
8ba26ce
to
694938f
Compare
694938f
to
9305552
Compare
1079704
to
445c468
Compare
Co-authored-by: Owen <[email protected]>
445c468
to
a86e2f4
Compare
b366b54
to
2e993f4
Compare
Description
The storage module used to manage and maintain the metadata of all the resources stored in SP.
Rationale
Changes
Notable changes:
TODOs