forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
110x ds fix2 #116
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
110x ds fix2 #116
Conversation
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
UdjinM6
commented
Jan 17, 2015
- pre-mix denoms
- no ND in mixing
kwvg
added a commit
to kwvg/dash
that referenced
this pull request
Nov 19, 2025
6169ee9c91 Merge pull request dashpay#120 from kwvg/bump_2.0 8b8e492967 chore: bump version to 2.0 e367139843 Merge pull request dashpay#119 from PastaPastaPasta/various-optimizations 6dc1515724 fix: include array 290a787340 fix: compilation error 44bbdd6d2e perf: CoreMPL::Aggregate needs a vector, this implicitly allocates vecPublicKeys.size() times 776a061b8b perf: remove unneeded SecAlloc in SignG2 7b1fb5a17f perf: remove unused bn_t one e2ee41d376 perf: use reserve where trivial b6c08aa624 perf: avoid extra allocations and copies in HashPubKeys 829291f4c2 fix: leak in HashPubKeys b94489cb3e fix: memory leak in CoreMPL::AggregateSecure, call bn_free for each time we call bn_new 483003da88 fix: avoid allocation churn in DivFP; fix memory leak 6e7c89a18b fix: add a destructor to fix a memory leak 05a79d2b44 perf: avoid unneeded vector allocation in Add d7958a05f6 Revert "perf: use unordered_set and fail fast in BasicSchemeMPL::AggregateVerify" a19de6290b perf: use unordered_set and fail fast in BasicSchemeMPL::AggregateVerify e25c2e34c7 perf: prefer serialize to array 7c1d20a6af perf: use serializeToArray 4e833dbc1f fix: include <array> 9141e14446 perf: in CoreMPL::Aggregate return array 10744ea62f perf: don't use vector for constant sized 2af62e2b62 Merge pull request dashpay#116 from kwvg/bump_mimalloc_3.0.10 7bec91a655 patch: add awareness for different page sizes 03bf222cad patch: swap conditions to evaluate emscripten-specific case earlier cae3f99ee8 patch: s/mi_align_up_ptr/_mi_align_up_ptr/g e79044797a ci: build with debug enabled 1ca74c12c8 build: prefer debug mimalloc lib over release lib for Rust and Go binds c47c84e409 build: update build files for `mimalloc` subtree bump a325850bfd build: harmonize cmake version across dependencies f064d8fe7f depends: commit microsoft/mimalloc@dfa50c37 to source tree as da7905c9 da7905c923 Squashed 'depends/mimalloc/' changes from 91ba1f374..dfa50c37d b4622d0c7a revert: update cmake 160dd95097 Merge pull request dashpay#117 from kwvg/homekeep_p2 79775723d9 revert: disable Go bindings CI for macos for now ef58d4306a chore(ci): bump Go to 1.24 f4242f46df ci: add Rust 1.91 to build matrix, test bindings fc54fc58c8 chore(ci): bump Python version matrix to test 3.10 to 3.13 2881362fd9 fix: account for API changes introduced in Python 3.13 in binds 3c7fa5c41c build: apply review suggestions for Go binds Makefile 3dafb33875 build: add Homebrew and MacPorts awareness in Go binds Makefile bb72770c97 refactor: shuffle contents of Go binds Makefile dd4766212b build: drop standalone library definition comments from Go binds 68905cdbad build: enable runtime assertions for WASM debug builds 9368177b81 build: ensure LINK_FLAGS actually propagate to blsjstmp b0006ab1e9 Merge pull request dashpay#118 from kwvg/fix_sz a47caad61a refactor: use the size of the buffer in the Python binds when possible 8b200a6640 fix: correct typo in Python bindings f91afeec90 fix!: pass the actual size of the buffer from the Go bindings 9605703c78 fix!: pass the actual size of the buffer from the Rust bindings git-subtree-dir: src/dashbls git-subtree-split: 6169ee9c9141d209c2a576f0e2e99856b2ee3e25
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.