Skip to content

Commit

Permalink
savanna block type
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Sep 18, 2024
1 parent ccaa270 commit 197b88d
Show file tree
Hide file tree
Showing 4 changed files with 563 additions and 4,167 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ opt-level = 's'
strip = "debuginfo"

[workspace.package]
version = "0.4.2"
version = "0.5.0"
edition = "2021"
description = "Substreams development kit for Antelope chains, contains Firehose Block model and helpers."
authors = [
Expand All @@ -25,6 +25,6 @@ license = "MIT OR Apache-2.0"
rust-version = "1.76"

[workspace.dependencies]
substreams-antelope = { version = "0.4.*", path = "./substreams-antelope" }
substreams-antelope-core = { version = "0.4.*", path = "./core" }
substreams-antelope-abigen = { version = "0.4.*", path = "./abigen" }
substreams-antelope = { version = "0.5.*", path = "./substreams-antelope" }
substreams-antelope-core = { version = "0.5.*", path = "./core" }
substreams-antelope-abigen = { version = "0.5.*", path = "./abigen" }
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-substreams.antelope-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/substreams-antelope)
[<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/pinax-network/substreams-antelope/ci.yml?branch=develop&style=for-the-badge" height="20">](https://github.com/pinax-network/substreams-antelope/actions?query=branch%3Adevelop)

> This library contains the generated protobuffer for the [Antelope blocks](https://github.com/pinax-network/firehose-antelope/blob/develop/proto/sf/antelope/type/v1/type.proto) as well as helper methods to extract and parse block data.
> This library contains the generated Rust protobuf bindings for [Antelope blocks](https://github.com/pinax-network/firehose-antelope/blob/develop/proto/sf/antelope/type/v1/type.proto) as well as helper methods to extract and parse block data.
## 📖 Documentation

Expand Down Expand Up @@ -89,6 +89,7 @@ fn main() {
```

## Release
- Run `gen.sh` if there were changes in protobufs
- Bump up version in workspace `Cargo.toml`
- Commit changes
- Tag a release: https://github.com/pinax-network/substreams-antelope/releases
Expand Down
Loading

0 comments on commit 197b88d

Please sign in to comment.