Ben
ebf608b340
sets leveldb to v0.2.0
2025-02-11 12:31:35 +01:00
Ben
a969b9799c
updates nim-leveldbstatic
2025-02-10 11:25:03 +01:00
Arnaud
b5635ef82f
Remove .lock and file and direct dependency to nim-results
2024-12-10 09:44:46 +01:00
Arnaud
155029f31d
Add versions and commit to dependencies
2024-12-09 17:37:25 +01:00
Arnaud
f9572662d1
Update the leveldb dependency
2024-12-09 16:54:45 +01:00
Arnaud
b933d01e56
Increment the version
2024-12-09 12:03:27 +01:00
Arnaud
9aa30847a5
Update nim-results to version 0.5.1
...
Signed-off-by: Arnaud <arnaud@status.im>
2024-12-09 11:29:08 +01:00
Arnaud
2461b514c5
Update dependencies to specific commit hashes
...
Signed-off-by: Arnaud <arnaud@status.im>
2024-12-06 17:40:48 +01:00
Ben Bierens
b3d4bd40fc
sets version for chronos. bumps nim-datastore to 0.1.1 ( #73 )
2024-08-28 08:55:23 +02:00
Ben Bierens
5feef6ff4b
updates nimble file ( #72 )
2024-08-19 15:02:50 +02:00
Ben Bierens
90a9053437
Support GCC-14 ( #69 )
...
* bump chronos
* bumps asynctest
* fixes asynctest imports
* bumps leveldbstatic
* bumps leveldb again
* pins asynctest version
2024-08-19 11:02:18 +03:00
Ben Bierens
f4989fcce5
LevelDB review ( #65 )
...
* Replaces stew-results with results package
* Applies leveldb batch-put
* links in dispose call to leveldb wrapper
* Handles trailing wildcards in leveldb query.
* Fixes tests for leveldb typed-ds.
* Adjusts exception handling in leveldbds to match what can be raised by leveldb iterator callbacks.
* Pulls in leveldbstatic 0.1.4
* Replaces replace with substring in leveldbds query
* Adds cmake to windows CI install
2024-05-23 09:31:49 -07:00
Dmitriy Ryajov
962c08c101
cleanup results import and some warnings ( #64 )
...
* cleanup results import and some warnings
* add some more push raises
2024-05-15 10:37:01 -07:00
Ben Bierens
0ee88a2a9b
Adds LevelDB Datastore ( #63 )
...
* set up leveldb-datastore
* Adds test for leveldb
* pulls in nim-leveldb by url and hash
* Fixes basic tests for leveldbds
* Implements query iterator
* Fixes include path for defaultImpl
* Review comments by Tomasz
2024-05-14 11:05:58 +02:00
Tomasz Bekas
50b480270f
TypedDatastore implementation
2024-05-08 14:14:47 +02:00
gmega
cadf38db57
pin chronos to the lastest commit (as of today)
2023-12-15 19:22:57 -03:00
gmega
077ab3d077
explicitly change chronos to pick up from head
2023-12-15 19:22:57 -03:00
gmega
5d1755081c
explicitly annotate iterator exception effects so it does not default to raises: [Exception]
2023-12-15 19:22:57 -03:00
Michael Bradley, Jr
0c5d805257
refactor base API to be async
...
and refactor Datastore impls and tests accordingly
Closes #7
2022-07-04 22:28:41 -05:00
Michael Bradley, Jr
a9b00efbd6
initial implementation
2022-06-22 13:16:43 -05:00