-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make RAV value threshold per sender #93
Labels
Milestone
Comments
aasseman
added
size:medium
Medium
p1
High priority
type:feature
New or enhanced functionality
labels
Nov 13, 2023
Merged
aasseman
added a commit
that referenced
this issue
Jan 31, 2024
Fixes #93 Signed-off-by: Alexis Asseman <alexis@semiotic.ai>
aasseman
added a commit
that referenced
this issue
Jan 31, 2024
Fixes #93 Signed-off-by: Alexis Asseman <alexis@semiotic.ai>
aasseman
added a commit
that referenced
this issue
Feb 16, 2024
Fixes #93 Signed-off-by: Alexis Asseman <alexis@semiotic.ai>
aasseman
added a commit
that referenced
this issue
Feb 16, 2024
* Make RAV value threshold per sender Fixes #93 Signed-off-by: Alexis Asseman <alexis@semiotic.ai> * fix: simplify rav_requester_finalize error handling Signed-off-by: Alexis Asseman <alexis@semiotic.ai> * fix: proper signer/sender handling at startup DB SenderAccount loading Signed-off-by: Alexis Asseman <alexis@semiotic.ai> * test: cleanup Signed-off-by: Alexis Asseman <alexis@semiotic.ai> * fix: nested SQL query in sender_accounts_manager Signed-off-by: Alexis Asseman <alexis@semiotic.ai> * refactor: move static methods into Inner impl Signed-off-by: Alexis Asseman <alexis@semiotic.ai> * refactor: simplify SenderAcccount's fees_add Signed-off-by: Alexis Asseman <alexis@semiotic.ai> * refactor: replace active and ineligible allocations with AllocationStateEnum and single HashMap Signed-off-by: Alexis Asseman <alexis@semiotic.ai> * fix: locking issue and recompute unaggregated fees * fix: unaggregated fees update race condition with tokio mutex guards Signed-off-by: Alexis Asseman <alexis@semiotic.ai> * chore: fix comments Signed-off-by: Alexis Asseman <alexis@semiotic.ai> * fix: use std mutex for sender_accounts Signed-off-by: Alexis Asseman <alexis@semiotic.ai> --------- Signed-off-by: Alexis Asseman <alexis@semiotic.ai> Co-authored-by: Gustavo Inacio <gustavo@semiotic.ai>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @Jannis in #83 (comment)
The text was updated successfully, but these errors were encountered: