113995d
(feature/postgres)
Fixed sql tx close, fixed unit tests. Refactoring. Added missing structs and methods. by
2021-06-25 23:34:20 +0300
cadeb22
Small fixes by
2021-06-23 16:59:24 +0300
1ba9669
WIP. Implementation of Postgres Storage for MerkleTree. Changes in how storage works in general. by
2021-06-23 16:05:46 +0300
8b63ca8
(HEAD -> master)
Merge pull request #17 from iden3/feature/update-poseidon by
2021-03-08 15:33:13 +0100
0175193
(feature/update-poseidon)
Update to last Poseidon (go-iden3-crypto) version by
2021-03-08 15:11:52 +0100
bb53e6a
Merge pull request #16 from iden3/feature/nolog by
2021-01-19 16:58:51 +0100
ba18660
(feature/nolog)
Remove Database closed log message by
2021-01-19 12:23:50 +0100
5a669a1
Merge pull request #15 from iden3/feagture/pebble-upd by
2021-01-05 11:50:53 +0100
3d074f3
(feagture/pebble-upd)
Upgrade Pebble version & go mod tidy by
2021-01-05 10:54:58 +0100
d73b96c
Initialize Siblings to avoid null on json marshal by
2020-12-31 10:11:58 +0100
4280a99
Merge pull request #14 from iden3/feature/sc-siblings by
2020-12-30 10:34:51 +0100
48e4633
(feature/sc-siblings)
Add SC proof generator (siblings) by
2020-12-30 10:12:14 +0100
8f3905f
Merge pull request #13 from iden3/feature/upgrade-linters by
2020-12-18 13:02:19 +0100
5c7c03e
(feature/upgrade-linters)
Rm db.Info, rm go-iden3-core dependency by
2020-12-18 11:58:02 +0100
e5a3d7e
Upgrade linter rules by
2020-12-15 19:33:14 +0100
730707e
Merge pull request #12 from iden3/feature/fixroot by
2020-12-15 15:20:17 +0100
2b4090b
(feature/fixroot)
Fix loading root key by
2020-12-15 15:12:18 +0100
4a8397a
Merge pull request #11 from iden3/feature/upd-circomproof by
2020-12-03 10:53:30 +0100
b45fb42
(feature/upd-circomproof)
Add lvl on proof siblings for circom compatibility by
2020-12-02 20:03:51 +0100
ad30c83
Merge pull request #10 from iden3/feature/circomproofs-upd by
2020-11-03 12:56:30 +0100
566079f
(feature/circomproofs-upd)
Update Circom proofs for compatibility,add parsers by
2020-11-03 12:01:19 +0100
a7d8f38
Merge pull request #9 from iden3/feature/update by
2020-10-21 13:08:05 +0200
b03ccf2
(feature/update)
Improve PebbleStorage.Iterate performance by
2020-10-20 12:35:58 +0200
5a00ae9
Return ErrReachedMaxLevel in Get when appropriate by
2020-10-20 12:26:52 +0200
e76f9f6
Merge pull request #8 from iden3/fix/hash-parsers by
2020-09-27 21:28:45 +0200
acf3838
(fix/hash-parsers)
Fix Hash bytes & *big.int parsers by
2020-09-27 21:25:54 +0200
fb20b52
Add Hash type hex parser by
2020-09-19 11:57:36 +0200
eeb949f
Add pebble Batch implementation for db.Tx by
2020-09-02 14:33:54 +0200
3093442
Add golangci-lint to GHA & fix lint warnings by
2020-08-29 18:35:05 +0200
3232fdd
Add NewHashFromBytes & update comments by
2020-08-29 18:06:17 +0200
cda85dd
Fix mt.Update existing leaf & GenerateCircomVerifierProof by
2020-08-25 11:35:52 +0200
dc656fd
Merge pull request #7 from iden3/circomproofs by
2020-08-19 11:24:43 +0200
d9271ab
(circomproofs)
Update to new Poseidon version by
2020-08-19 09:15:03 +0200
1f1bd54
mt.Update CircomProof generator w/ test by
2020-08-09 09:32:20 +0200
7b7b9a1
AddAndGetCircomProof generating CircomProcessorProof by
2020-08-09 00:59:04 +0200
2a9b565
Add CircomProcessorProof & CircomVerifierProof by
2020-08-15 12:47:26 +0200
93b40ef
Add PebbleDB db-Storage interface implementation by
2020-08-15 16:33:54 +0200
75e2424
Small fixes by
2020-07-23 22:27:38 +0200
cdad1f2
Merge pull request #5 from iden3/feature/update by
2020-07-23 22:10:10 +0200
3cba052
Add mt.Update(key, value) method by
2020-07-23 22:05:53 +0200
4768d85
Merge pull request #4 from iden3/feature/get by
2020-07-23 21:36:07 +0200
c01a9f4
Add mt.Get to retrieve a value for the given key by
2020-07-23 21:34:35 +0200
f7a0018
Update Poseidon version, add mt.Snapshot by
2020-07-23 12:24:38 +0200
716a0ed
Add db package by
2020-07-14 22:37:56 +0200
3d1b788
Add DumpLeafs & ImportDumpedLeafs for MerkleTree backup functionality by
2020-07-08 15:39:03 +0200
1883b40
Update mt.Delete for empty Tree cases by
2020-07-08 08:48:53 +0200
e68d9e3
Merge pull request #3 from iden3/feature/delete-leaf by
2020-07-08 00:06:52 +0200
3b1436b
Add mt.Delete(key) with test vectors by
2020-07-08 00:05:30 +0200
adf72a1
Merge pull request #2 from iden3/GraphViz by
2020-07-03 21:21:21 +0200
f54d9b4
Update hash.String(), fix hash.Hex(), add TestGraphViz, add Hash parsers tests by
2020-07-03 21:01:26 +0200
9252210
Correction to the GraphViz function when drawing empty nodes by
2020-07-03 18:07:33 +0200
532de89
Add more tests, update README.md by
2020-07-01 15:35:07 +0200
39f0736
Add proof Siblings methods for circom compatibility by
2020-07-01 14:57:44 +0200
b07b7ea
Merge pull request #1 from iden3/feature/add-gha by
2020-06-30 22:55:38 +0200
414882d
Add GHA by
2020-06-30 22:50:26 +0200
28d9e9b
Update golint warnings by
2020-06-30 22:44:51 +0200
cc927fa
Add Graphviz methods by
2020-06-30 22:21:40 +0200
e8f819d
Add Proof verification by
2020-06-30 22:15:00 +0200
6254619
Add Proof generation by
2020-06-30 21:58:15 +0200
ade8732
Add(k, v), add tests compatible with circomlib by
2020-06-30 21:48:29 +0200
dcacaf1
Add node methods by
2020-06-30 20:24:46 +0200
e5a087d
Add used utils by
2020-06-30 20:12:17 +0200
95070a7
Init MT adapting from https://github.com/iden3/go-iden3-core/tree/v0.0.8 by
2020-06-30 20:04:56 +0200