-
Notifications
You must be signed in to change notification settings - Fork 709
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
More specific errors for decrease_balance
#2240
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
D0-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder.
I5-enhancement
An additional feature request.
T1-FRAME
This PR/Issue is related to core FRAME, the framework.
Comments
liamaharon
added
T1-FRAME
This PR/Issue is related to core FRAME, the framework.
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
labels
Nov 9, 2023
ggwpez
added
I5-enhancement
An additional feature request.
D0-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder.
labels
Feb 5, 2024
Is this still available? I can take it if so. |
1 task
@liamaharon I have created a PR to work on this issue. Please give a check and let me know if there is another case need to be covered. |
bkontur
pushed a commit
that referenced
this issue
May 15, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
May 16, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
May 17, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
May 17, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
May 17, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
May 20, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
May 21, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
May 22, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
May 23, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
May 30, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
Jun 4, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
Jun 5, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
Jun 7, 2024
* update async-trait to 0.1.69 * more clippy fixes
bkontur
pushed a commit
that referenced
this issue
Jun 7, 2024
* update async-trait to 0.1.69 * more clippy fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
D0-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder.
I5-enhancement
An additional feature request.
T1-FRAME
This PR/Issue is related to core FRAME, the framework.
Originally posted by @muharem in #1296 (comment)
Currently
decrease_balance
errors don't differentiate between failing due to ED or frozen constraints. Could improve the API by emitting a different error, depending on why it failed.The text was updated successfully, but these errors were encountered: