graphops / graphcast-sdk

Graphcast SDK allows you to build gossip-powered Radios
https://docs.graphops.xyz/graphcast/intro
Apache License 2.0
16 stars 3 forks source link

Message type resolved for validation #249

Closed hopeyen closed 1 year ago

hopeyen commented 1 year ago

Problem statement

Radio may be receiving multiple types of messages. The messages may have different types, protobuf/eip712 encoding, and validation requirements. SDK could provide a standardized way for radios to resolve messages by learning about the types first.

Expectation proposal Simplest start

Alternative considerations Macro for Graphcast agent to

Additional context Example radio design

hopeyen commented 1 year ago

Resolved by https://github.com/graphops/graphcast-sdk/pull/255