Skip to content

upgrade all deps and go version to 1.23 #1417

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

Merged
merged 11 commits into from
Oct 18, 2024
Merged

Conversation

lazynina
Copy link
Member

No description provided.

@@ -187,7 +186,7 @@ func (bav *UtxoView) _sanityCheckLimitOrderMoneyPrinting(
// we did not print money.
for creatorPKID, deltaBalanceBaseUnits := range finalDeltasMap {
// If delta is > 0, throw an error.
if deltaBalanceBaseUnits.Cmp(big.NewInt(0)) > 0 {
if deltaBalanceBaseUnits.Sign() > 0 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. I'd just try and replace all usages of Sign() with whatever we had before. The reason is it could do something different around zero or something...

@lazynina lazynina marked this pull request as ready for review October 18, 2024 14:22
@lazynina lazynina requested a review from a team as a code owner October 18, 2024 14:22
@lazynina lazynina merged commit bc64e75 into main Oct 18, 2024
3 checks passed
@lazynina lazynina deleted the ln/upgrade-deps-and-go-version branch October 18, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants