Commit Graph

21 Commits

Author SHA1 Message Date
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
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
William Berman 51b99a0ba3 changed recursive createHashes into loop 2018-08-19 13:14:03 -07:00
Miguel Mota 922f78fa27 bufferify hash algo (for crypto-js) - closes #5 2018-08-02 17:46:06 -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
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 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 b94b2625ba bitcoin merkle tree diagram 2017-08-07 20:54:56 -07:00
Miguel Mota f486975498 update readme 2017-07-22 01:05:52 -07:00
Miguel Mota 4728909c3f update readme 2017-07-22 00:44:19 -07:00
Miguel Mota 9ce3e13411 update readme 2017-07-22 00:43:00 -07:00
Miguel Mota 13c629711e update readme 2017-07-22 00:38:06 -07:00
Miguel Mota cc28ce9083 init 2017-07-22 00:31:30 -07:00