Commit Graph

238 Commits

Author SHA1 Message Date
Miguel Mota 6a01e3bef7
Bump minor version 2022-10-26 18:09:37 -07:00
Miguel Mota 60d8d0cb58
Lint 2022-10-26 18:08:40 -07:00
Miguel Mota 8d6fbf434b
Merge branch 'frangio-complete' 2022-10-26 18:08:12 -07:00
Miguel Mota 2b0a2f7b2a
Merge branch 'complete' of https://github.com/frangio/merkletreejs into frangio-complete 2022-10-26 17:59:11 -07:00
Francisco Giordano f9923826ff fix test 2022-10-26 20:20:03 -03:00
Francisco Giordano 35f512bdb3 revert error from verification of multiproof flags 2022-10-26 20:18:41 -03:00
Francisco Giordano dda5c23cbc fix and unskip test 2022-10-26 20:16:34 -03:00
Francisco Giordano 77f4df0cf3 add recommendation to use sortLeaves 2022-10-26 20:16:34 -03:00
Francisco Giordano 67cefb0a0f fix tests 2022-10-26 20:16:34 -03:00
Francisco Giordano d695d22406 add error on bad multiproof flags 2022-10-26 20:16:34 -03:00
miguel d4f0fab01a
Merge pull request #66 from darienmh/merkle_tree_logo
Update merkle tree logo
2022-10-26 14:51:13 -07:00
miguel 19c29b387a
Merge pull request #69 from daniel-a111/master
Update README.md
2022-10-26 14:49:26 -07:00
daniel f60ed66351
Update README.md
fix example of bad proof
2022-10-21 13:52:39 +03:00
Francisco Giordano dfec2938fa implement complete option 2022-10-16 19:09:06 -05:00
darienmh 42324e53a3 background white 2022-09-29 16:23:20 -03:00
darienmh aa1ca99c0d background white 2022-09-29 15:38:46 -03:00
darienmh c6c9ea8a3c logo background white 2022-09-29 14:58:56 -03:00
PreetamSing 392a41d715 Add tests for binarySearch method. 2022-09-22 15:05:32 +05:30
PreetamSing 07e261ac76 Update getProof to use bufferIndexOf method. 2022-09-22 15:04:27 +05:30
PreetamSing b6b7d94a84 Add binary search if leaves are sorted. 2022-09-22 15:03:21 +05:30
Miguel Mota 1ae0d607bf
Bump patch version 2022-06-17 18:10:38 -07:00
Miguel Mota 14ea7684bf
import Buffer package 2022-06-17 18:10:24 -07:00
SIQI YOU c9be194296 add-getProofs 2022-06-03 14:01:32 -07:00
SIQI YOU 1040a06897 add-getProofs 2022-06-03 13:55:51 -07:00
Miguel Mota 893ce99a4a
Add disclaimer comment 2022-05-24 09:59:39 -07:00
Miguel Mota a917fa12c4
Update README 2022-03-17 13:07:53 -07:00
Miguel Mota 51b0cf8f64
Update FAQ 2022-03-12 23:03:32 -08:00
Miguel Mota 21ce84a950
Bump patch version 2022-03-08 23:57:42 -08:00
Miguel Mota 286c3966eb
Bufferify ArrayBuffer. #45 2022-03-08 23:56:49 -08:00
Miguel Mota 2fa7a22532
Bump patch version 2022-02-21 00:24:43 -08:00
Miguel Mota 1656b6b125
Fix bufferifyFn inputs. #46 2022-02-21 00:24:14 -08:00
Miguel Mota 4e82e75d4f
Bump patch version 2022-02-20 23:54:01 -08:00
Miguel Mota 9d716830aa
Change depth parameter to leavesCount for verifyMultiProof 2022-02-20 23:53:22 -08:00
Miguel Mota 17728e0588
Bump patch version 2022-02-20 21:50:41 -08:00
Miguel Mota 329cf8975a
MultiProof bug fixes 2022-02-20 21:50:20 -08:00
Miguel Mota e239f1cdc7
Bump patch version 2021-12-09 21:00:49 -08:00
Miguel Mota b4d93df890
Add docs badge 2021-12-09 20:59:25 -08:00
Miguel Mota 92ea38768c
Update docs 2021-12-09 20:52:50 -08:00
Miguel Mota f4be5df429
Update docs 2021-12-06 15:37:12 -08:00
Miguel Mota 503afa03eb
Bump version 2021-12-06 15:10:32 -08:00
Miguel Mota febe67e8ea
Add method to add additional leaves 2021-12-06 15:09:45 -08:00
Miguel Mota 125c453a13
Add count methods 2021-12-02 13:48:05 -08:00
Miguel Mota c82949f500
Bump version 2021-07-25 23:56:45 -07:00
Miguel Mota 9351d56554
Merge branch 'friedger-feat/test' 2021-07-25 23:53:17 -07:00
Miguel Mota 7745683a7a
Merge branch 'feat/test' of https://github.com/friedger/merkletreejs into friedger-feat/test 2021-07-25 23:53:08 -07:00
Miguel Mota 86f7b03185
Rename test file 2021-07-25 23:48:52 -07:00
Miguel Mota a0eccb7691
Merge branch 'hujw77-patch-1' 2021-07-25 23:44:15 -07:00
Miguel Mota 740ed2aa11
Merge branch 'patch-1' of https://github.com/hujw77/merkletreejs into hujw77-patch-1 2021-07-25 23:43:31 -07:00
Friedger Müffke 95624eeb5b fix bitcoinTree edge case (#38) 2021-07-22 14:46:37 +02:00
Friedger Müffke 848d5793a1 add tests for all bitcoin tree leaves 2021-07-22 13:21:00 +02:00