-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CHIA-1248 Adapt to fixing get_conditions_from_spendbundle's return value to include the cost of the whole spend #18537
Conversation
86f493a
to
d1afde2
Compare
19f6cd6
to
7835275
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
d1afde2
to
4bf7a21
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
7835275
to
fb71e79
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
4bf7a21
to
0d66536
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
are you changing these numbers back to where they are in main? |
fb71e79
to
c53d78b
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
0d66536
to
3e35acc
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
…lude the cost of the whole spend.
3e35acc
to
d8063a1
Compare
Superseded by PR #18557. |
Purpose:
This adapts this effort to Chia-Network/chia_rs#680 which fixes the fundamental issue that caused us to alter some test values.
Current Behavior:
We needed to alter some test values to get some tests to pass beyond a slight decrease in costs.
New Behavior:
The code works as it should and we only need to account for the slight cost decrease when needed.