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

Download history 18/week @ 2022-12-04 8/week @ 2022-12-11 15/week @ 2022-12-18 6/week @ 2022-12-25 4/week @ 2023-01-01 54/week @ 2023-01-08 31/week @ 2023-01-15 40/week @ 2023-01-22 67/week @ 2023-01-29 19/week @ 2023-02-05 21/week @ 2023-02-12 27/week @ 2023-02-19 9/week @ 2023-02-26 8/week @ 2023-03-05 10/week @ 2023-03-12 25/week @ 2023-03-19

53 downloads per month

Apache-2.0

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