Don't use network for sending ACK #2205

Merged
PeterSurda merged 6 commits from gitea-77 into v0.6 2024-04-05 01:15:06 +02:00
PeterSurda commented 2024-04-05 00:56:27 +02:00 (Migrated from github.com)

Hi!

After careful reading of the code I found a simple replacement for network.bmproto.BMStringParser() . Both objectProcessor and API HandleDisseminatePreEncryptedMsg handler do it by putting the payload into the inventory. To decode the object parameters I defined a corresponding function decodeObjectParameters() in the protocol.

Need to add more tests.

Hi! After careful reading of the code I found a simple replacement for `network.bmproto.BMStringParser()` . Both `objectProcessor` and API `HandleDisseminatePreEncryptedMsg` handler do it by putting the payload into the inventory. To decode the object parameters I defined a corresponding function `decodeObjectParameters()` in the `protocol`. Need to add more tests.
This repo is archived. You cannot comment on pull requests.
No description provided.