Skip to content

Commit

Permalink
Update file.proto to use FileID type instead of long for file identif…
Browse files Browse the repository at this point in the history
…ication (#285)

* Initial commit

* Replace instead of deprecate previous field

* change topic number to topicID (#286)

Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>

* Initial commit

* Replace instead of deprecate previous field

---------

Signed-off-by: Lev Povolotsky <lev@swirldslabs.com>
Co-authored-by: Lev Povolotsky <16233475+povolev15@users.noreply.github.com>
  • Loading branch information
kimbor and povolev15 authored Jun 22, 2023
1 parent 3568673 commit 70ca376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/state/file/file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ option java_multiple_files = true;
*/
message File {
/**
* The file's unique entity number in the Merkle state.
* The file's unique file identifier in the Merkle state.
*/
int64 file_number = 1;
FileID file_id = 1;
/**
* The file's consensus expiration time in seconds since the epoch.
*/
Expand Down

0 comments on commit 70ca376

Please sign in to comment.