Skip to content

Commit

Permalink
Merge pull request #258 from koinos/remove-storage
Browse files Browse the repository at this point in the history
Remove internal storage objects from KCS standard proto files
  • Loading branch information
sgerbino authored Jul 30, 2024
2 parents ebf37fa + f0c4d5a commit 7bbd9fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions koinos/standards/kcs1.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ message burn_arguments {

message burn_result {}

message balance_object {
uint64 value = 1 [jstype = JS_STRING];
}

message burn_event {
bytes from = 1 [(btype) = ADDRESS];
uint64 value = 2 [jstype = JS_STRING];
Expand Down
4 changes: 0 additions & 4 deletions koinos/standards/kcs3.proto
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,3 @@ message approve_event {
bytes spender = 2 [(koinos.btype) = ADDRESS];
uint64 value = 3 [jstype = JS_STRING];
}

message balance_object {
uint64 value = 1 [jstype = JS_STRING];
}
4 changes: 0 additions & 4 deletions koinos/standards/kcs4.proto
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,3 @@ message approve_event {
bytes spender = 2 [(koinos.btype) = ADDRESS];
uint64 value = 3 [jstype = JS_STRING];
}

message balance_object {
uint64 value = 1 [jstype = JS_STRING];
}

0 comments on commit 7bbd9fd

Please sign in to comment.