Go to file
Derrick Hammer 6510beddf2
refactor: switch to using structs.SetImpl
2024-03-14 06:53:31 -04:00
build feat: add build package to allow build time consts 2024-01-10 09:18:09 -05:00
config feat: add config level blocklist support 2024-03-09 13:12:22 -05:00
db refactor: allow nested buckets 2024-03-09 07:15:54 -05:00
ed25519 fix: bad return on PublicKeyRaw 2024-01-07 05:22:00 -05:00
encoding fix: base64 needs to use raw url 2024-01-24 13:55:56 -05:00
fx fix: update ServiceParams for db 2024-03-09 07:00:12 -05:00
internal/bases refactor: move test consts under testdata folder in pkg 2024-01-04 02:51:05 -05:00
metadata fix: store and use by ref 2024-03-03 11:00:34 -05:00
net fix: use Lock 2024-03-11 17:51:00 -04:00
node feat: implement new kv database package starting with bbolt 2024-03-09 06:46:48 -05:00
protocol refactor: switch to using structs.SetImpl 2024-03-14 06:53:31 -04:00
serialize refactor: make InitMarshaller signature consistent with InitUnmarshaller 2024-02-29 23:36:48 -05:00
service feat: add /s5/p2p/peers endpoint 2024-03-11 17:24:21 -04:00
storage refactor: add a local param to StorageService.GetCachedStorageLocations so we don't spam the local provider store on every poll 2024-03-03 09:28:33 -05:00
structs feat: create a hashset subclass with a rwlock 2024-03-14 06:51:44 -04:00
types fix: need to implement MetadataTypeProof support 2024-03-01 01:24:20 -05:00
utils feat: implement new kv database package starting with bbolt 2024-03-09 06:46:48 -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 fix: need to implement MetadataTypeProof support 2024-03-01 01:24:20 -05:00
go.sum fix: prevent websocket loopback connections 2024-03-10 07:24:48 -04:00

README.md

libs5-go