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 fa793e03b2 - Show all commits
+1 -1
View File
@@ -344,7 +344,7 @@ enum TransactionStatus {
message Transaction {
int64 id = 1;
int64 asset_id = 2;
// Asset asset_info = 3; //Causing network overloading
string asset_code = 3;
optional int64 from_user_id = 4;
optional auth.v1.UserIdentityBasic from_user_info = 5;
optional int64 from_federation_id = 6;