streamingfast / substreams

Powerful Blockchain streaming data engine, based on StreamingFast Firehose technology.
Apache License 2.0
159 stars 45 forks source link

⚠️ WARN Plugin "buf.build/prost/prost" is deprecated #236

Closed DenisCarriere closed 1 year ago

DenisCarriere commented 1 year ago

Substreams version v1.1.5

Command make protogen

WARN    Plugin "buf.build/prost/prost" is deprecated
WARN    Plugin "buf.build/prost/crate" is deprecated

Cargo.toml

[dependencies]
prost = "0.11"
prost-types = "0.11"
substreams = "0.5"
maoueh commented 1 year ago

I fixed WARN Plugin "buf.build/prost/prost" is deprecated in https://github.com/streamingfast/substreams/commit/87fab7e9152519d8f3255799942761c6c027fca1 but the other other while deprecated don't have a replacement, I'm pushing to have a community plugin replacement.