[Core] Redesign actor.proto
to handle actor specific parameters
#555
Labels
core
Core infrastructure - protocol related
persistence
Persistence specific changes
utility
Utility specific changes
Milestone
Objective
A clear & modular to handle and maintain differences and commonalities between different actor protobuf types.
Origin Document
In #550, we tended #313 which consolidated
ActorSpecificParam
andGenericParam
intoServiceURL
while getting rid ofMaxRelays
. The new actor proto type is:However,
service_url
is not pertinent toApplications
; the field exists but is unused which can lead to confusion and lack of clarity throughout the codebase while adding hidden techdebt.Goals
Deliverable
Non-goals / Non-deliverables
General issue deliverables
Testing Methodology
make test_all
LocalNet
is still functioning correctly by following the instructions at docs/development/README.mdCreator: @Olshansk
Co-Owners: @deblasis
The text was updated successfully, but these errors were encountered: