build
|
feat: add build package to allow build time consts
|
2024-01-10 09:18:09 -05:00 |
config
|
refactor: move config to its own package
|
2024-01-06 13:23:54 -05:00 |
ed25519
|
fix: bad return on PublicKeyRaw
|
2024-01-07 05:22:00 -05:00 |
encoding
|
refactor: rename CID decode to CIDFromString
|
2024-01-09 08:23:35 -05:00 |
interfaces
|
test: add mock generation for registry
|
2024-01-10 09:18:45 -05:00 |
internal/bases
|
refactor: move test consts under testdata folder in pkg
|
2024-01-04 02:51:05 -05:00 |
metadata
|
feat: add support for directories in GetMetadataByCID
|
2024-01-09 16:34:07 -05:00 |
net
|
refactor: send every message in a coroutine and manage errors in a dedicated channel
|
2024-01-08 12:08:15 -05:00 |
node
|
fix: ensure registry is setup in construction
|
2024-01-10 06:42:17 -05:00 |
protocol
|
fix: need to decode the original message as its not msgpack
|
2024-01-10 07:20:33 -05:00 |
serialize
|
chore: remove commented code
|
2024-01-05 07:41:33 -05:00 |
service
|
refactor: run initial peer connect async
|
2024-01-10 07:42:04 -05:00 |
storage
|
fix: rewrite StorageLocationMap DecodeMsgpack as it only works with a temporary map
|
2024-01-09 15:50:14 -05:00 |
structs
|
refactor: add interface to map
|
2024-01-07 03:57:12 -05:00 |
types
|
feat: initial registry service support
|
2024-01-10 06:29:03 -05:00 |
utils
|
fix: we need to run all bucket actions via transactions and cannot store a pointer to the bucket
|
2024-01-09 15:49:23 -05:00 |
LICENSE
|
chore: LICENSE
|
2024-01-03 03:48:50 -05:00 |
README.md
|
Initial commit
|
2024-01-02 15:21:09 +00:00 |
go.mod
|
feat: initial registry service support
|
2024-01-10 06:29:03 -05:00 |
service.go
|
feat: wip networking
|
2024-01-06 06:34:15 -05:00 |