5 个版本
0.10.1 | 2023 年 7 月 14 日 |
---|---|
0.9.6 | 2023 年 7 月 19 日 |
0.9.5 | 2023 年 7 月 17 日 |
0.9.4 | 2023 年 7 月 16 日 |
0.9.3 | 2023 年 7 月 14 日 |
#17 in #streamingfast
1,564 个月下载量
用于 substreams-near
52KB
1K SLoC
Substreams Near
NEAR 链的 Substreams 开发套件,包含 Rust Firehose 块模型和助手。
使用方法
[package]
name = "substreams-acme"
version = 0.1.2
[lib]
crate-type = ["cdylib"]
[dependencies]
substreams-near = "0.1.0"
开发
我们手动将渲染的 Rust Firehose 块模型与在 firehose-near 中找到的实际 Protocol Buffer 定义文件保持同步,并将它们提交到 Git。
这意味着必须手动重新生成和提交 Protobuf 文件中的更改,下面将说明如何进行。
从 Protobuf 重新生成 Rust Firehose 块
./gen.sh
依赖项
~2–4MB
~74K SLoC