-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Substreams rust setup #14
Conversation
Cargo.lock
Outdated
@@ -0,0 +1,579 @@ | |||
# This file is automatically @generated by Cargo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we move the rust substreams example into a subpackage ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved rust substreams setup to separate folder
Cargo.toml
Outdated
@@ -0,0 +1,17 @@ | |||
[package] | |||
name = "firehose-multiversx" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename to substreams-multiversx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
substreams.yaml
Outdated
@@ -13,3 +13,16 @@ protobuf: | |||
- sf/multiversx/type/v1/type.proto | |||
importPaths: | |||
- ./proto | |||
|
|||
binaries: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we move the example related code to a separate substreams yaml inside the example package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
substreams-example/Cargo.toml
Outdated
|
||
[build-dependencies] | ||
prost-build = "0.11.9" | ||
protoc-rust = "2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, removed unused deps
Added substreams example with rust setup.
Added proto structures for outport block data.