-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always serialize BlobId as string if is_human_readable (#2681)
## Motivation #2668 was not necessarily the best way we can fix this issue. ## Proposal Always serialize `BlobId` as string if `is_human_readable`. Fixes #2671 ## Test Plan Reverted #2668, made sure the `test_save_wallet_with_pending_blobs` test failed, and made sure it went back to passing with the new serialization implementation. ## Release Plan - Nothing to do / These changes follow the usual release cycle.
- Loading branch information
Andre da Silva
authored
Oct 23, 2024
1 parent
610985d
commit 23a6f69
Showing
3 changed files
with
42 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters