Commit Graph

12 Commits

Author SHA1 Message Date
Oleksandr Brezhniev
113995d6f4 Fixed sql tx close, fixed unit tests. Refactoring. Added missing structs and methods. 2021-06-25 23:34:20 +03:00
Oleksandr Brezhniev
cadeb222c6 Small fixes 2021-06-23 16:59:24 +03:00
Oleksandr Brezhniev
1ba9669a29 WIP. Implementation of Postgres Storage for MerkleTree. Changes in how storage works in general. 2021-06-23 16:05:46 +03:00
Eduard S
ba186604a7 Remove Database closed log message 2021-01-19 16:56:30 +01:00
arnaucube
5c7c03eca1 Rm db.Info, rm go-iden3-core dependency
Rm db.Info, rm go-iden3-core dependency, update version of
go-iden3-crypto
2020-12-18 12:34:52 +01:00
arnaucube
e5a3d7e049 Upgrade linter rules 2020-12-18 11:56:07 +01:00
Eduard S
b03ccf232a Improve PebbleStorage.Iterate performance 2020-10-20 12:35:58 +02:00
arnaucube
eeb949f8c3 Add pebble Batch implementation for db.Tx
Add pebble Batch implementation for db.Tx, and update db.Tx Put & Add methods
to return error.
2020-09-02 14:33:54 +02:00
arnaucube
3093442590 Add golangci-lint to GHA & fix lint warnings 2020-08-29 18:35:05 +02:00
arnaucube
93b40ef73e Add PebbleDB db-Storage interface implementation 2020-08-15 16:33:54 +02:00
arnaucube
75e24244a1 Small fixes 2020-07-23 22:27:38 +02:00
arnaucube
716a0ede91 Add db package
Add own db (storage) package with db.Storage interface, with Memory & Leveldb
implementations, and with tests.

Adapted with several changes from
https://github.com/iden3/go-iden3-core/tree/v0.0.8/db
2020-07-14 22:37:56 +02:00