Skip to content

Commit

Permalink
Missing field in Get response, basic tests, small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
UnitylChaos committed Jan 8, 2021
1 parent a6f2d0f commit 26c4225
Show file tree
Hide file tree
Showing 5 changed files with 724 additions and 114 deletions.
1 change: 1 addition & 0 deletions proto/iavl/iavl_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ message HasResponse {
message GetResponse {
int64 index = 1;
bytes value = 2;
bool missing = 3;
}

message GetByIndexResponse {
Expand Down
Loading

0 comments on commit 26c4225

Please sign in to comment.