5 releases (1 stable)
1.0.0 | Jan 10, 2023 |
---|---|
0.3.0 | Nov 28, 2022 |
0.2.1 | Nov 23, 2022 |
0.2.0 | Nov 4, 2022 |
0.1.0 | Oct 21, 2022 |
#193 in WebAssembly
53 downloads per month
37KB
799 lines
Substreams Entity Change
Developer preview
substreams-entity-change
crate contains all the definitions for the entity changes which can be emitted by a substream.
Build proto manually
Install protoc
To be able to build proto files manually using the command line, you have to have protoc installed on your machine. Visit here to install.
For Linux, using apt
apt install -y protobuf-compiler
protoc --version # Ensure compiler version is 3+
For macOS, using Homebrew
brew install protobuf
protoc --version # Ensure compiler version is 3+
Instead of having a build.rs
file which will build the proto automatically on every cargo build --release
you have to build the proto files manually.
Simply run ./gen/generate.sh
Dependencies
~2.6–4MB
~82K SLoC