logging, drain logic, watchdog, rugpull

This commit is contained in:
boufni95 2024-07-12 22:31:58 +02:00
parent 32dbd20a76
commit 3a8fdf89f5
46 changed files with 10441 additions and 9936 deletions

View file

@ -349,6 +349,9 @@ message UserInfo{
int64 balance = 2;
int64 max_withdrawable = 3;
string user_identifier = 4;
int64 service_fee_bps = 5;
int64 network_max_fee_bps = 6;
int64 network_max_fee_fixed = 7;
}
message GetUserOperationsRequest{