Go to file
Derrick Hammer 0e82207cde
fix: use pointer methods
2024-03-09 07:11:53 -05:00
build feat: add build package to allow build time consts 2024-01-10 09:18:09 -05:00
config feat: implement new kv database package starting with bbolt 2024-03-09 06:46:48 -05:00
db fix: use pointer methods 2024-03-09 07:11:53 -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 refactor: make no transport error an exported error we can test on 2024-03-05 15:01:22 -05:00
node feat: implement new kv database package starting with bbolt 2024-03-09 06:46:48 -05:00
protocol fix: set the username to the peer id for all connection uris 2024-03-05 14:13:22 -05:00
serialize refactor: make InitMarshaller signature consistent with InitUnmarshaller 2024-02-29 23:36:48 -05:00
service feat: implement new kv database package starting with bbolt 2024-03-09 06:46:48 -05: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: add GetUInt and PutUInt 2024-01-15 12:57:47 -05: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: need to implement MetadataTypeProof support 2024-03-01 01:24:20 -05:00

README.md

libs5-go