V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit fe71cb20dd - Show all commits
+2 -3
View File
@@ -165,9 +165,8 @@ message AssetFilter {
optional bool can_sell = 7; optional bool can_sell = 7;
optional bool can_deposit = 8; optional bool can_deposit = 8;
optional bool can_withdraw = 9; optional bool can_withdraw = 9;
optional bool can_trade = 10; optional bool is_active = 10;
optional bool is_active = 11; optional string search = 11; // Not yet implemented !
optional string search = 12; // Not yet implemented !
} }
message AssetDiscountReq { message AssetDiscountReq {