Skip to content

Conversation

crowning-
Copy link

No description provided.

@darkcoinproject
Copy link

Merged into v0.11.0.x, thanks!

@crowning- crowning- deleted the patch-1 branch December 31, 2014 14:07
biblepay pushed a commit to biblepay/biblepay that referenced this pull request Mar 13, 2020
biblepay pushed a commit to biblepay/biblepay that referenced this pull request Mar 13, 2020
* develop:
  Issue dashpay#55 hide boincmd shell windows in Win32/64
  Restore dash xpm files to allow Licht's ubuntu PPAs to build without errors
  Issue dashpay#62 some failure routes at SignStake might leave wallet unlocked
  PPA script and doc
FornaxA pushed a commit to ioncoincore/ion that referenced this pull request Jul 6, 2020
- replace pivxs default demo address in help preparebudget
- fixes https://github.com/ioncoincore/ion/issues/55
FornaxA added a commit to ioncoincore/ion that referenced this pull request Jul 6, 2020
Update mainnet parameters and (softfork) display for bip34, bip65 and bip66

Approved-by: Cevap
cryptolinux pushed a commit to cryptolinux/ion that referenced this pull request Feb 6, 2021
- replace pivxs default demo address in help preparebudget
- fixes https://github.com/ioncoincore/ion/issues/55
ckti pushed a commit to ckti-gitian-ion/ion that referenced this pull request Mar 29, 2021
- replace pivxs default demo address in help preparebudget
- fixes https://github.com/ioncoincore/ion/issues/55
kwvg pushed a commit to kwvg/dash that referenced this pull request Dec 21, 2022
* Add simple build script

* Add simple bindings

* Changed WSIZE to 32 to make emscripten work (it's a 32-bit compiler); Added some bindings and tests for the bindings

* Add simple bindings for the Signature class

* Add a new helper to copy c++ vector<uin8_t> to js Buffer in order to avoid raw memory views, as they can lead to a data corruption; Modify CMake bindings config to make CMake working properly;

* Add a new helper to copy c++ vector<uin8_t> to js Buffer in order to avoid raw memory views, as they can lead to a data corruption; Modify CMake bindings config to make CMake working properly;

* Add bindings for the PublicKey and a test for the PrivateKey

* Add test for PublicKey

* Add aggregation methods for public and private keys

* Reformat code a bit

* Add more helpers for bns, byte arrays and vectors; Add AggregationInfo class; Separated helpers to header and implementation

* Modify main cmake file to include specific emscripten instructions

* Add some works on signature aggregation

* Fixed cmake build for emscripten

* Make signature aggregation work

* Reformat code

* Reformat bindings

* Refactor helpers and wrappers

* Revert main cmake

* Add wrapper for extended private key

* Add extended public key wrapper; Add extended private and public keys to bindings

* Add ChainCode wrapper and bindings

* Add initial typings

* Add more ts typings; Add InsecureSignature wrapper and JS binding;

* Refactored wrappers a bit

* Add a base wrapper

* Add simple readme

* Fix typos in readme

* Add license to js bindings

* Make CMake copy js package files to the build dir; Make CMake to copy js tests to the build dir; Make CMake install npm dependencies after the build; Make tests to require lib from the parent dir

* Modify readme a bit

* Modify readme a bit

* Modify readme a bit

* Modify readme a bit

* Modify readme a bit

* Add repository to package.json

* Add some content to threshold wrapper; Port thershold signature test

* Add test for Threshold

* Add tests for ExtendedPrivateKey, ExtendedPublicKey, ChainCode, add more tests for PrivateKey, fixed typings a bit

* Update name in package.json

* Add bundling memfile to bindings; Fix bindings readme; Bumped patch version

* Reformat wrappers code

* Apply README grammar fixes

* Make lib interface to interact with Uint8Array instead of Buffer; Changed default compilation target to wasm instead of asmjs

* Add information about deleting objects to README; Add .delete method to all objects in typings

* Add browser tests

* Mentioned firefox tests in Readme

* Add simple test for typings

* Add tests for typings

* Add constants from bls classes

* Add GROUP_ORDER constant

* Fix cpplint errors

* Fix readme grammar

* Add bindings for DHKeyExchange

* Remove relic headers from helpers
kwvg added a commit to kwvg/dash that referenced this pull request Dec 21, 2022
…d as vendored dependency (dashpay#55)

* build: drop minialloc from build system

* depends: drop minialloc from source tree

* Squashed 'depends/mimalloc/' content from commit 91ba1f374

git-subtree-dir: depends/mimalloc
git-subtree-split: 91ba1f374da66e624841f53f6659da3a8f8f93ea

* build: add mimalloc to build system, set as default (de)allocator
kwvg added a commit to kwvg/dash that referenced this pull request Dec 30, 2022
03268b3a02 Merge pull request dashpay#59 from kittywhiskers/repair_subtree
3d2e7a183e depends: commit microsoft/mimalloc@91ba1f37 to source tree as 44314dd9
7a4d1a01fa depends: remove mangled 'depends/mimalloc' subdirectory
44314dd972 Squashed 'depends/mimalloc/' content from commit 91ba1f37
8383f08 dashbls: replace flaky minialloc with microsoft/mimalloc@91ba1f37, add as vendored dependency (dashpay#55)
85b7e61 fix: Should not check validity for legacy G1 and G2 in FromBytes (dashpay#58)
7457939 chore/fix: bump Catch2 to v2.13.10 (dashpay#57)

git-subtree-dir: src/dashbls
git-subtree-split: 03268b3a02368cf3d838f790dd809f545d1b1ef2
kwvg added a commit to kwvg/dash that referenced this pull request Dec 30, 2022
03268b3a02 Merge pull request dashpay#59 from kittywhiskers/repair_subtree
3d2e7a183e depends: commit microsoft/mimalloc@91ba1f37 to source tree as 44314dd9
7a4d1a01fa depends: remove mangled 'depends/mimalloc' subdirectory
44314dd972 Squashed 'depends/mimalloc/' content from commit 91ba1f37
8383f08 dashbls: replace flaky minialloc with microsoft/mimalloc@91ba1f37, add as vendored dependency (dashpay#55)
85b7e61 fix: Should not check validity for legacy G1 and G2 in FromBytes (dashpay#58)
7457939 chore/fix: bump Catch2 to v2.13.10 (dashpay#57)

git-subtree-dir: src/dashbls
git-subtree-split: 03268b3a02368cf3d838f790dd809f545d1b1ef2
kwvg added a commit to kwvg/dash that referenced this pull request Jan 2, 2023
22b066020c build: match detection of Win32 libraries with mimalloc (dashpay#60)
03268b3a02 Merge pull request dashpay#59 from kittywhiskers/repair_subtree
3d2e7a183e depends: commit microsoft/mimalloc@91ba1f37 to source tree as 44314dd9
7a4d1a01fa depends: remove mangled 'depends/mimalloc' subdirectory
44314dd972 Squashed 'depends/mimalloc/' content from commit 91ba1f37
8383f08 dashbls: replace flaky minialloc with microsoft/mimalloc@91ba1f37, add as vendored dependency (dashpay#55)
85b7e61 fix: Should not check validity for legacy G1 and G2 in FromBytes (dashpay#58)
7457939 chore/fix: bump Catch2 to v2.13.10 (dashpay#57)

git-subtree-dir: src/dashbls
git-subtree-split: 22b066020c14bd162022c73f90fc7c940f4acdda
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