Commit Graph

57 Commits

Author SHA1 Message Date
Miguel Mota f94dd5fbac fix travis 2019-01-19 15:49:36 -08:00
Miguel Mota 4c0187b57f version bump 2019-01-19 15:49:05 -08:00
Miguel Mota 730dc4b47d npm audit 2019-01-19 15:47:05 -08:00
Miguel Mota 9055817df7 add travis.yml 2019-01-19 15:43:57 -08:00
Miguel Mota 4c467de895 update readme 2019-01-19 15:26:13 -08:00
Miguel Mota a781f3b314 get layers as object 2018-12-09 19:57:31 -08:00
Miguel Mota ede0c13c3a print example 2018-12-09 19:12:10 -08:00
Miguel Mota 069cc98640 add getting started example 2018-12-09 19:10:43 -08:00
Miguel Mota 02f9f9b80f clean up 2018-10-29 13:58:49 -07:00
Miguel Mota db3e8dc0ce crypto-js SHA3 test 2018-10-29 13:56:23 -07:00
Miguel Mota 28f0383a1d bufferify leaves 2018-10-26 12:42:14 -07:00
Miguel Mota a8bb50b50b fix infinite loop bug if no leaves 2018-10-25 22:04:51 -07:00
Miguel Mota 8d0092a0e0 update faq 2018-10-22 23:46:17 -07:00
Miguel Mota 87ed744904 bump 2018-10-22 23:44:46 -07:00
Miguel Mota 0b4fd9f404 update link 2018-10-22 23:44:17 -07:00
Miguel Mota 7bb6333031 bump 2018-10-22 23:41:52 -07:00
Miguel Mota 20c42f095c update readme 2018-10-22 23:40:56 -07:00
Miguel Mota f5f049fc11 add faq 2018-10-22 23:38:33 -07:00
Miguel Mota c6c29f26bb version bump 2018-09-18 20:08:10 -07:00
Miguel Mota ff407af73b
Merge pull request #10 from edhedges/feat/types
Add TypeScript declaration file
2018-09-18 20:07:11 -07:00
Eddie Hedges f1f5d95e71 Added TypeScript declaration file 2018-09-18 18:14:51 -05:00
Miguel Mota 2815920acf
Merge pull request #9 from edhedges/fix/proof-type-docs
Fix docs in code + readme for proof object
2018-09-18 15:51:20 -07:00
Eddie Hedges 4680587354 Fixed docs in code / readme for proof object
The `getProof` function stated that it returned an array of `Buffer`, but it in fact returns an array of a proof object, which looks like this:

```
{
  position: string, // left or right
  data: Buffer
}
```
2018-09-17 17:03:35 -05:00
Miguel Mota 609049c974 version bump 2018-08-20 23:13:39 -07:00
Miguel Mota e681ded3ee Merge branch 'williamberman-master'
* williamberman-master:
  changed recursive createHashes into loop
2018-08-20 23:12:59 -07:00
William Berman 51b99a0ba3 changed recursive createHashes into loop 2018-08-19 13:14:03 -07:00
Miguel Mota 5223760cf3 move crypto-js to deps 2018-08-11 11:44:29 -07:00
Miguel Mota 922f78fa27 bufferify hash algo (for crypto-js) - closes #5 2018-08-02 17:46:06 -07:00
Miguel Mota 1b74431d15 typo 2018-08-02 16:31:05 -07:00
Miguel Mota bb54ade140 merkle-tree -> merkletreejs 2018-08-02 16:30:11 -07:00
Miguel Mota ab1014ef13 more info link 2018-07-26 11:31:04 -07:00
Donlee 7db34be877 Fixed invalid bitcoin tree proofs 2018-07-11 00:31:20 +01:00
Donlee 8da6f51d55 Support for non-bitcoin tree proofs 2018-07-10 22:29:40 +01:00
Donlee 5da9e2dd48 Support for non-bitcoin tree proofs 2018-07-10 22:28:34 +01:00
Miguel Mota 873821e0d4 version bump 2018-07-10 00:08:17 -07:00
Miguel Mota 5eae50fe1e fix diagram typo 2018-07-10 00:05:33 -07:00
Donlee 9ecf38a50a Fixed example code inconsistencies 2018-07-09 20:57:31 +01:00
Donlee 77a20031b0
Merge pull request #4 from DonleeIO/master
Resolved invalid proof issue
2018-07-09 19:14:24 +01:00
Miguel Mota 812079e52e m-tree -> merkletreejs 2018-07-09 10:25:43 -07:00
Harvey Donnelly a5dfe1acf3 Resolved invalid proof issue 2018-07-09 01:16:23 +01:00
Miguel Mota 0029efd325 bump 2018-05-01 23:52:11 -07:00
Miguel Mota 80baeb274b image 2018-05-01 23:25:56 -07:00
Miguel Mota 3b05b295f4 typo 2017-08-07 20:55:28 -07:00
Miguel Mota b94b2625ba bitcoin merkle tree diagram 2017-08-07 20:54:56 -07:00
Miguel Mota 3cbbf31fa6 update diagram 2017-08-07 20:29:54 -07:00
Miguel Mota 126056c6cd update readme 2017-07-22 22:16:42 -07:00
Miguel Mota 957b2aa1d6 add notes 2017-07-22 22:12:37 -07:00
Miguel Mota 720008ebdb update readme 2017-07-22 01:36:53 -07:00
Miguel Mota 048ffe5c1f update readme 2017-07-22 01:35:58 -07:00
Miguel Mota c2ffb2176d update readme 2017-07-22 01:35:42 -07:00