Conversation
chore(release): propagate `get_private_keys` hotfix (main→staging)
`malloc_size` caused a segfault in linux and was removed.
v2.5.1-beta changelogs were added as well.
…ev (#2641) This change is re-propagated to dev only to preserve linear git history
|
Confirmed related gui login bug on linux is resolved with this build. |
|
Confirmed KDF binary in |
This commit is a quick fix for zcoin wasm build to return correct balance and tx history (spent_amount). It corrects the `get_nullifiers` function to return nullfiers both for unspent notes and notes with unconfirmed spends similar to the non-wasm sqlite function in librustzcash.
This commit hides the persistent pubkey while broadcasting swap status for privacy coins. It also fixes a problem where the htlc pubkey where stored in stats db in some cases instead of the persistent pubkey.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v2.5.2-beta - 2025-10-10
Enhancements/Fixes:
Swap Stats DB:
ARRR/Pirate:
get_nullifiersfunction for Zcoin WASM build is now aligned with its sqlite counterpart to return nullifiers for both unspent notes and notes with unconfirmed spends, fixing thespent_by_mefield in transaction history and balance calculations. #2651Metrics:
memory_dbsize metric that relied onparity-util-mem::malloc_sizewas removed because it intermittently segfaulted on Linux due to allocator conflicts. #2632Build and Dependency Management:
x86_64-apple-darwinandaarch64-apple-darwinbinaries vialipoto produce a single binary that runs natively on both Intel and Apple Silicon. The universal binary is uploaded askdf_<commit>-mac-universal.zip. #2628parity-util-memdependency was removed. #2632debian:bullseye-slim#2534 #2641