Go to file
Derrick Hammer 1020293b35
test: add tests for HandleMessage
2024-01-08 07:15:30 -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 fix: dont strip off anything 2024-01-07 11:24:47 -05:00
interfaces feat: add gomock testing 2024-01-08 00:18:30 -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 test: need to generate mock for peer 2024-01-08 05:32:06 -05:00
node refactor: add NetworkId() to node 2024-01-07 09:13:02 -05:00
protocol test: add tests for HandleMessage 2024-01-08 07:15:30 -05:00
serialize chore: remove commented code 2024-01-05 07:41:33 -05:00
service fix: need to store a reference to the handler to itself so we can access it by the proper type in a parent method 2024-01-07 10:37:42 -05:00
storage refactor: need to export storage structs 2024-01-07 04:33:40 -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 fix: we need to define custom array encoding and decoding api due to non-standard message packing in the dart implementation 2024-01-07 22:33:04 -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 dep: add testify assert 2024-01-08 01:01:49 -05:00
service.go feat: wip networking 2024-01-06 06:34:15 -05:00

README.md

libs5-go