Derrick Hammer
|
a51e3430e1
|
refactor: more refactoring to break import cycles, introduce a mediator between protocol and service
|
2024-01-30 00:31:31 -05:00 |
Derrick Hammer
|
af58aac985
|
refactor: base pkg is not needed
|
2024-01-29 22:25:46 -05:00 |
Derrick Hammer
|
b60979e79d
|
refactor: further refactoring for DI, splitting node responsibilities to a new Storage service, Services, and P2P
|
2024-01-29 01:55:36 -05:00 |
Derrick Hammer
|
31ccfb8c0b
|
refactor: major rewrite of message structure and wiring, reducing complexity
|
2024-01-28 23:39:40 -05:00 |
Derrick Hammer
|
91b171d468
|
fix: prevent panic if length range is out of bounds for message
|
2024-01-24 11:10:16 -05:00 |
Derrick Hammer
|
ba00e15518
|
fix: AddStorageLocation no longer needs config
|
2024-01-24 03:37:14 -05:00 |
Derrick Hammer
|
3d41119f74
|
fix: add a new property on messages and peers to prevent messages from being processed before the handshake is done
|
2024-01-13 11:22:01 -05:00 |
Derrick Hammer
|
528e1a6c27
|
chore: remove debug lines
|
2024-01-09 17:17:45 -05:00 |
Derrick Hammer
|
1e7baabcb3
|
fix: switch to using the originally stored message since we need everything to do message verification
|
2024-01-09 14:54:59 -05:00 |
Derrick Hammer
|
8806e69a66
|
fix: register RecordTypeStorageLocation
|
2024-01-09 13:58:11 -05:00 |
Derrick Hammer
|
350d9c8244
|
fix: switch to using hash cid and fix handling of list
|
2024-01-08 12:40:40 -05:00 |
Derrick Hammer
|
2e9b07c6bd
|
refactor: dont use pointers with interfaces
|
2024-01-07 06:47:01 -05:00 |
Derrick Hammer
|
54f0a53f77
|
refactor: need to crease a base protocol package to solve import cycle
|
2024-01-07 05:12:43 -05:00 |
Derrick Hammer
|
1950edf181
|
refactor: move StorageLocation to a new pkg to prevent import cycle
|
2024-01-07 04:30:03 -05:00 |
Derrick Hammer
|
51d76a2d95
|
refactor: use interfaces
|
2024-01-07 03:58:22 -05:00 |
Derrick Hammer
|
713bcf98c3
|
refactor: major refactor to split major components into interfaces due to import cycles
|
2024-01-07 03:13:35 -05:00 |
Derrick Hammer
|
2a21ca4d60
|
refactor: move node and storage to its own package
|
2024-01-06 13:21:09 -05:00 |
Derrick Hammer
|
4959270f51
|
feat: wip initial storage location support
|
2024-01-06 09:45:00 -05:00 |