You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec allows implementations to define which Announcement Types can be used with Publish Announcement (singular announcement) and which can be used with Publish Batch (up to 131,072 announcements at a time).
The Parquet format was selected for use with off-chain batch publications for various good reasons, but some of these reasons (inclusion of a Bloom Filter, for example) are less useful (or detrimental) when dealing with an individual announcement.
At present the spec does not mandate a particular serialization for the Announcement parameter in the Publish Announcement Operation, presumably leaving this to the implementation.
With the proposal for user data operations (#233) we are bringing in usage of the Avro serialization format. We should discuss whether it is useful to define the Avro data types for individual announcements as well, and specify that individual announcements be serialized into this format at the DSNP spec level.
The text was updated successfully, but these errors were encountered:
The spec allows implementations to define which Announcement Types can be used with Publish Announcement (singular announcement) and which can be used with Publish Batch (up to 131,072 announcements at a time).
The Parquet format was selected for use with off-chain batch publications for various good reasons, but some of these reasons (inclusion of a Bloom Filter, for example) are less useful (or detrimental) when dealing with an individual announcement.
At present the spec does not mandate a particular serialization for the Announcement parameter in the Publish Announcement Operation, presumably leaving this to the implementation.
With the proposal for user data operations (#233) we are bringing in usage of the Avro serialization format. We should discuss whether it is useful to define the Avro data types for individual announcements as well, and specify that individual announcements be serialized into this format at the DSNP spec level.
The text was updated successfully, but these errors were encountered: