Go to file
Derrick Hammer ea872fedc4
refactor: move nodeVotes to a dedicated file
2024-01-07 04:03:36 -05:00
config refactor: move config to its own package 2024-01-06 13:23:54 -05:00
ed25519 feat: add ed25519 package 2024-01-03 08:11:26 -05:00
encoding refactor: major refactor to split major components into interfaces due to import cycles 2024-01-07 03:13:35 -05:00
interfaces refactor: need access data via methods 2024-01-07 03:55:33 -05:00
internal/bases refactor: move test consts under testdata folder in pkg 2024-01-04 02:51:05 -05:00
metadata refactor: major refactor to split major components into interfaces due to import cycles 2024-01-07 03:13:35 -05:00
net feat: wip networking 2024-01-06 06:34:15 -05:00
node refactor: use interfaces, rename struct to be an impl 2024-01-07 03:56:50 -05:00
protocol refactor: use interfaces 2024-01-07 03:58:22 -05:00
serialize chore: remove commented code 2024-01-05 07:41:33 -05:00
service refactor: move nodeVotes to a dedicated file 2024-01-07 04:03:36 -05:00
structs refactor: add interface to map 2024-01-07 03:57:12 -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
go.mod feat: wip networking 2024-01-06 06:34:15 -05:00
service.go feat: wip networking 2024-01-06 06:34:15 -05:00

README.md

libs5-go