Go to file
Derrick Hammer fdbc4cf7fc
fix: need to store pointer references
2024-01-06 13:15:29 -05:00
ed25519 feat: add ed25519 package 2024-01-03 08:11:26 -05:00
encoding refactor: make fullBytes private and create a getter 2024-01-06 07:11:51 -05:00
internal/bases refactor: move test consts under testdata folder in pkg 2024-01-04 02:51:05 -05:00
metadata refactor: make fullBytes private and create a getter 2024-01-06 07:11:51 -05:00
net feat: wip networking 2024-01-06 06:34:15 -05:00
protocol feat: implement AnnouncePeers 2024-01-06 12:51:38 -05:00
serialize chore: remove commented code 2024-01-05 07:41:33 -05:00
service feat: initial node scoring support 2024-01-06 10:54:03 -05:00
structs feat: wip networking 2024-01-06 06:34:15 -05:00
types feat: wip networking 2024-01-06 06:34:15 -05:00
utils refactor: abstract button creation to a generic utility method 2024-01-06 09:46:01 -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
config.go fix: need to store pointer references 2024-01-06 13:15:29 -05:00
go.mod feat: wip networking 2024-01-06 06:34:15 -05:00
node.go refactor: switch to storing by the base58 id, not the hashcode 2024-01-06 10:53:20 -05:00
service.go feat: wip networking 2024-01-06 06:34:15 -05:00
storage.go refactor: switch to storing by the base58 id, not the hashcode 2024-01-06 10:53:20 -05:00

README.md

libs5-go