Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ num-bigint = "0.4"
num-traits = "0.2.15"
prost = "0.13"
prost-types = "0.13"
substreams = "0.6"
substreams = "0.7"
substreams-solana = "0.14"
substreams-solana-program-instructions = "0.2"
substreams-database-change = "2"
substreams-solana-program-instructions = "0.3"
substreams-database-change = "3"
substreams-entity-change = "2"
anchor-lang = ">=0.30.1"
sologger_log_context = "0.1.2"
Expand Down
10 changes: 5 additions & 5 deletions evm-events-calls-raw/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ crate-type = ["cdylib"]
hex-literal = "0.3.4"
num-bigint = "0.4"
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
substreams-ethereum = "0.10.2"
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"
substreams-ethereum = "0.11"

# Required so that ethabi > ethereum-types build correctly under wasm32-unknown-unknown
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["custom"] }

[build-dependencies]
anyhow = "1"
substreams-ethereum = "0.10.0"
substreams-ethereum = "0.11"
regex = "1.8"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion evm-events-calls-raw/templates/sql/substreams.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
imports:
sql: https://github.com/streamingfast/substreams-sink-sql/releases/download/protodefs-v{{ .SQLImportVersion }}/substreams-sink-sql-protodefs-v{{ .SQLImportVersion }}.spkg
database_change: https://github.com/streamingfast/substreams-sink-database-changes/releases/download/v{{ .DatabaseChangeImportVersion }}/substreams-database-change-v{{ .DatabaseChangeImportVersion }}.spkg
ethcommon: https://spkg.io/streamingfast/ethereum-common-v0.3.0.spkg
ethcommon: https://spkg.io/streamingfast/ethereum-common-v0.3.3.spkg

protobuf:
files:
Expand Down
2 changes: 1 addition & 1 deletion evm-events-calls-raw/templates/substreams.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:
version: v0.1.0

imports:
ethcommon: https://spkg.io/streamingfast/ethereum-common-v0.3.0.spkg
ethcommon: https://spkg.io/streamingfast/ethereum-common-v0.3.3.spkg

protobuf:
files:
Expand Down
10 changes: 5 additions & 5 deletions evm-events-calls/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ ethabi = "17"
hex-literal = "0.3.4"
num-bigint = "0.4"
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
substreams-ethereum = "0.10.2"
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"
substreams-ethereum = "0.11"

# Required so that ethabi > ethereum-types build correctly under wasm32-unknown-unknown
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["custom"] }

[build-dependencies]
anyhow = "1"
substreams-ethereum = "0.10.0"
substreams-ethereum = "0.11"
regex = "1.8"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion evm-events-calls/templates/sql/substreams.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
imports:
sql: https://github.com/streamingfast/substreams-sink-sql/releases/download/protodefs-v{{ .SQLImportVersion }}/substreams-sink-sql-protodefs-v{{ .SQLImportVersion }}.spkg
database_change: https://github.com/streamingfast/substreams-sink-database-changes/releases/download/v{{ .DatabaseChangeImportVersion }}/substreams-database-change-v{{ .DatabaseChangeImportVersion }}.spkg
ethcommon: https://spkg.io/streamingfast/ethereum-common-v0.3.0.spkg
ethcommon: https://spkg.io/streamingfast/ethereum-common-v0.3.3.spkg

protobuf:
files:
Expand Down
2 changes: 1 addition & 1 deletion evm-events-calls/templates/substreams.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:
version: v0.1.0

imports:
ethcommon: https://spkg.io/streamingfast/ethereum-common-v0.3.0.spkg
ethcommon: https://spkg.io/streamingfast/ethereum-common-v0.3.3.spkg

protobuf:
files:
Expand Down
10 changes: 5 additions & 5 deletions evm-hello-world/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ ethabi = "17"
hex-literal = "0.3.4"
num-bigint = "0.4"
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
substreams-ethereum = "0.10.2"
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"
substreams-ethereum = "0.11"

# Required so that ethabi > ethereum-types build correctly under wasm32-unknown-unknown
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["custom"] }

[build-dependencies]
anyhow = "1"
substreams-ethereum = "0.10.0"
substreams-ethereum = "0.11"
regex = "1.8"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion evm-hello-world/templates/substreams.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ modules:

# For performance, you should use a blockFilter whenever possible, like this:
# imports:
# eth: https://spkg.io/streamingfast/ethereum-common-v0.3.0.spkg
# eth: https://spkg.io/streamingfast/ethereum-common-v0.3.3.spkg
#
# modules:
# - name: (...)
Expand Down
10 changes: 5 additions & 5 deletions injective-events/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ name = "substreams"
crate-type = ["cdylib"]

[dependencies]
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
cosmrs = { version = "0.16.0", features = ["cosmwasm"] }
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"
cosmrs = { version = "0.16", features = ["cosmwasm"] }

# Required so that ethabi > ethereum-types build correctly under wasm32-unknown-unknown
# Required so that cosmrs dependencies build correctly under wasm32-unknown-unknown
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["custom"] }

Expand Down
10 changes: 5 additions & 5 deletions injective-hello-world/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ crate-type = ["cdylib"]
hex-literal = "0.3.4"
num-bigint = "0.4"
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
cosmrs = { version = "0.16.0", features = ["cosmwasm"] }
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"
cosmrs = { version = "0.16", features = ["cosmwasm"] }

# Required so that ethabi > ethereum-types build correctly under wasm32-unknown-unknown
# Required so that cosmrs dependencies build correctly under wasm32-unknown-unknown
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["custom"] }

Expand Down
10 changes: 5 additions & 5 deletions mantra-events/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ name = "substreams"
crate-type = ["cdylib"]

[dependencies]
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
cosmrs = { version = "0.16.0", features = ["cosmwasm"] }
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"
cosmrs = { version = "0.16", features = ["cosmwasm"] }

# Required so that ethabi > ethereum-types build correctly under wasm32-unknown-unknown
# Required so that cosmrs dependencies build correctly under wasm32-unknown-unknown
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["custom"] }

Expand Down
10 changes: 5 additions & 5 deletions mantra-hello-world/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ crate-type = ["cdylib"]
hex-literal = "0.3.4"
num-bigint = "0.4"
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
cosmrs = { version = "0.16.0", features = ["cosmwasm"] }
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"
cosmrs = { version = "0.16", features = ["cosmwasm"] }

# Required so that ethabi > ethereum-types build correctly under wasm32-unknown-unknown
# Required so that cosmrs dependencies build correctly under wasm32-unknown-unknown
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["custom"] }

Expand Down
3 changes: 1 addition & 2 deletions near-hello-world/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ name = "substreams"
crate-type = ["cdylib"]

[dependencies]
substreams = "0.6"
substreams = "0.7"
substreams-near = "0.10"
prost = "0.13"
prost-types = "0.13"

6 changes: 3 additions & 3 deletions sol-anchor/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ crate-type = ["cdylib"]
[dependencies]
prost = "0.13"
prost-types = "0.13"
substreams = "0.6"
substreams = "0.7"
substreams-solana = "0.14"
substreams-solana-program-instructions = "0.2"
substreams-solana-program-instructions = "0.3"
anchor-lang = ">=0.31.0"
sologger_log_context = "0.1.2"
base64 = "0.22.1"

# Required so that ethabi > ethereum-types build correctly under wasm32-unknown-unknown
# Required so that anchor-lang dependencies build correctly under wasm32-unknown-unknown
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["custom"] }

Expand Down
2 changes: 1 addition & 1 deletion sol-anchor/templates/substreams.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:
version: v0.1.0

imports:
solana: https://spkg.io/streamingfast/solana-common-v0.3.0.spkg
solana: https://spkg.io/streamingfast/solana-common-v0.3.3.spkg

protobuf:
files:
Expand Down
14 changes: 5 additions & 9 deletions sol-hello-world/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@ crate-type = ["cdylib"]
hex-literal = "0.3.4"
num-bigint = "0.4"
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
substreams-solana = "0.14.1"
substreams-solana-program-instructions = "0.2.0"

# Required so that ethabi > ethereum-types build correctly under wasm32-unknown-unknown
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["custom"] }
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"
substreams-solana = "0.14"
substreams-solana-program-instructions = "0.3"

[build-dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion sol-hello-world/templates/substreams.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:
version: v0.1.0

imports:
solana: https://spkg.io/streamingfast/solana-common-v0.3.0.spkg
solana: https://spkg.io/streamingfast/solana-common-v0.3.3.spkg

protobuf:
files:
Expand Down
8 changes: 4 additions & 4 deletions sol-transactions/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ name = "substreams"
crate-type = ["cdylib"]

[dependencies]
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
substreams-solana = "0.14.1"
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"
substreams-solana = "0.14"

[profile.release]
lto = true
Expand Down
6 changes: 3 additions & 3 deletions starknet-events/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ crate-type = ["cdylib"]
hex-literal = "0.3.4"
num-bigint = "0.4"
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"
starknet = { git = "https://github.com/xJonathanLEI/starknet-rs", rev = "2ddc694" }
starknet-types-core = { git = "https://github.com/starknet-io/types-rs", rev = "f98f048" }
cainome = { git = "https://github.com/cartridge-gg/cainome", tag = "v0.4.0", features = ["abigen-rs"] }
Expand Down
6 changes: 3 additions & 3 deletions starknet-hello-world/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ crate-type = ["cdylib"]
hex-literal = "0.3.4"
num-bigint = "0.4"
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"

[build-dependencies]
anyhow = "1"
Expand Down
6 changes: 3 additions & 3 deletions stellar-minimal/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ crate-type = ["cdylib"]
hex-literal = "0.3.4"
num-bigint = "0.4"
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"

[build-dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion stellar-minimal/templates/substreams.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:
version: v0.1.0

imports:
stellar: https://github.com/streamingfast/substreams-foundational-modules/releases/download/stellar-foundational-v0.3.0/stellar-foundational-v0.3.0.spkg
stellar: https://github.com/streamingfast/substreams-foundational-modules/releases/download/stellar-foundational-v0.5.0/stellar-foundational-v0.5.0.spkg

protobuf:
files:
Expand Down
6 changes: 3 additions & 3 deletions stellar-transactions-operations/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ crate-type = ["cdylib"]

[dependencies]
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"

[build-dependencies]
anyhow = "1"
Expand Down
6 changes: 3 additions & 3 deletions tron-hello-world/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ crate-type = ["cdylib"]
hex-literal = "0.3.4"
num-bigint = "0.4"
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"
bs58 = "0.5.1"
sha2 = "0.10.8"

Expand Down
6 changes: 3 additions & 3 deletions tron-transactions/templates/Cargo.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ crate-type = ["cdylib"]

[dependencies]
num-traits = "0.2.15"
prost = "0.13.3"
prost-types = "0.13.3"
substreams = "0.6.0"
prost = "0.13"
prost-types = "0.13"
substreams = "0.7"

[build-dependencies]
anyhow = "1"
Expand Down
Loading