diff --git a/.changeset/fix_rhp4_server_not_returning_errnotenoughfunds_when_account_has_insufficient_balance.md b/.changeset/fix_rhp4_server_not_returning_errnotenoughfunds_when_account_has_insufficient_balance.md deleted file mode 100644 index 1792e57..0000000 --- a/.changeset/fix_rhp4_server_not_returning_errnotenoughfunds_when_account_has_insufficient_balance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Fix rhp4 server not returning ErrNotEnoughFunds when account has insufficient balance diff --git a/CHANGELOG.md b/CHANGELOG.md index 603c4c2..a0f88ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.8.1 (2024-12-18) + +### Fixes + +- fix panic in handleRPCFormContract +- Return ErrNotEnoughFunds when account doesn't exist or has insufficient funds in it +- Fix rhp4 server not returning ErrNotEnoughFunds when account has insufficient balance + ## 0.8.0 (2024-12-13) ### Breaking Changes diff --git a/go.mod b/go.mod index e9bda9f..6d1b9ba 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/coreutils // v0.8.0 +module go.sia.tech/coreutils // v0.8.1 go 1.23.1