Skip to content

Conversation

@freynder
Copy link

  • write to debug log only when debug option is specified
  • do not log communication data that can contain secure information
  • use newline for curly braces according to coding conventions

…ions

- write to debug log only when debug option is specified
- do not log communication data that can contain secure information
- use newinline for curly braces according to coding conventions
darkcoinproject added a commit that referenced this pull request Jan 18, 2015
Cleaned up debug log and adhere to coding conventions
@darkcoinproject darkcoinproject merged commit b5e4d58 into dashpay:master Jan 18, 2015
kwvg pushed a commit to kwvg/dash that referenced this pull request Dec 21, 2022
…ashpay#118)

* First attempt - aarch 64 wheel
* Fix pytest call
* Update Readme
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants