diff --git a/Cargo.toml b/Cargo.toml index 0c95075..64a371b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/evm-events-calls-raw/templates/Cargo.toml.gotmpl b/evm-events-calls-raw/templates/Cargo.toml.gotmpl index dea3bf1..2eb1dc8 100644 --- a/evm-events-calls-raw/templates/Cargo.toml.gotmpl +++ b/evm-events-calls-raw/templates/Cargo.toml.gotmpl @@ -11,10 +11,10 @@ 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] @@ -22,7 +22,7 @@ getrandom = { version = "0.2", features = ["custom"] } [build-dependencies] anyhow = "1" -substreams-ethereum = "0.10.0" +substreams-ethereum = "0.11" regex = "1.8" [profile.release] diff --git a/evm-events-calls-raw/templates/sql/substreams.yaml.gotmpl b/evm-events-calls-raw/templates/sql/substreams.yaml.gotmpl index 617be1f..1440a3c 100644 --- a/evm-events-calls-raw/templates/sql/substreams.yaml.gotmpl +++ b/evm-events-calls-raw/templates/sql/substreams.yaml.gotmpl @@ -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: diff --git a/evm-events-calls-raw/templates/substreams.yaml.gotmpl b/evm-events-calls-raw/templates/substreams.yaml.gotmpl index 2cf68a2..3e83a07 100644 --- a/evm-events-calls-raw/templates/substreams.yaml.gotmpl +++ b/evm-events-calls-raw/templates/substreams.yaml.gotmpl @@ -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: diff --git a/evm-events-calls/templates/Cargo.toml.gotmpl b/evm-events-calls/templates/Cargo.toml.gotmpl index e580b35..109de68 100644 --- a/evm-events-calls/templates/Cargo.toml.gotmpl +++ b/evm-events-calls/templates/Cargo.toml.gotmpl @@ -12,10 +12,10 @@ 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] @@ -23,7 +23,7 @@ getrandom = { version = "0.2", features = ["custom"] } [build-dependencies] anyhow = "1" -substreams-ethereum = "0.10.0" +substreams-ethereum = "0.11" regex = "1.8" [profile.release] diff --git a/evm-events-calls/templates/sql/substreams.yaml.gotmpl b/evm-events-calls/templates/sql/substreams.yaml.gotmpl index 617be1f..1440a3c 100644 --- a/evm-events-calls/templates/sql/substreams.yaml.gotmpl +++ b/evm-events-calls/templates/sql/substreams.yaml.gotmpl @@ -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: diff --git a/evm-events-calls/templates/substreams.yaml.gotmpl b/evm-events-calls/templates/substreams.yaml.gotmpl index d712b75..7e431cf 100644 --- a/evm-events-calls/templates/substreams.yaml.gotmpl +++ b/evm-events-calls/templates/substreams.yaml.gotmpl @@ -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: diff --git a/evm-hello-world/templates/Cargo.toml.gotmpl b/evm-hello-world/templates/Cargo.toml.gotmpl index e580b35..109de68 100644 --- a/evm-hello-world/templates/Cargo.toml.gotmpl +++ b/evm-hello-world/templates/Cargo.toml.gotmpl @@ -12,10 +12,10 @@ 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] @@ -23,7 +23,7 @@ getrandom = { version = "0.2", features = ["custom"] } [build-dependencies] anyhow = "1" -substreams-ethereum = "0.10.0" +substreams-ethereum = "0.11" regex = "1.8" [profile.release] diff --git a/evm-hello-world/templates/substreams.yaml.gotmpl b/evm-hello-world/templates/substreams.yaml.gotmpl index 9668d3a..379319e 100644 --- a/evm-hello-world/templates/substreams.yaml.gotmpl +++ b/evm-hello-world/templates/substreams.yaml.gotmpl @@ -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: (...) diff --git a/injective-events/templates/Cargo.toml.gotmpl b/injective-events/templates/Cargo.toml.gotmpl index 1da11ac..971b04e 100644 --- a/injective-events/templates/Cargo.toml.gotmpl +++ b/injective-events/templates/Cargo.toml.gotmpl @@ -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"] } diff --git a/injective-hello-world/templates/Cargo.toml.gotmpl b/injective-hello-world/templates/Cargo.toml.gotmpl index 260e270..703fa76 100644 --- a/injective-hello-world/templates/Cargo.toml.gotmpl +++ b/injective-hello-world/templates/Cargo.toml.gotmpl @@ -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"] } diff --git a/mantra-events/templates/Cargo.toml.gotmpl b/mantra-events/templates/Cargo.toml.gotmpl index 1da11ac..971b04e 100644 --- a/mantra-events/templates/Cargo.toml.gotmpl +++ b/mantra-events/templates/Cargo.toml.gotmpl @@ -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"] } diff --git a/mantra-hello-world/templates/Cargo.toml.gotmpl b/mantra-hello-world/templates/Cargo.toml.gotmpl index 260e270..703fa76 100644 --- a/mantra-hello-world/templates/Cargo.toml.gotmpl +++ b/mantra-hello-world/templates/Cargo.toml.gotmpl @@ -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"] } diff --git a/near-hello-world/templates/Cargo.toml.gotmpl b/near-hello-world/templates/Cargo.toml.gotmpl index 62b2ebc..b8994bf 100644 --- a/near-hello-world/templates/Cargo.toml.gotmpl +++ b/near-hello-world/templates/Cargo.toml.gotmpl @@ -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" - diff --git a/sol-anchor/templates/Cargo.toml.gotmpl b/sol-anchor/templates/Cargo.toml.gotmpl index d902c74..31463e1 100644 --- a/sol-anchor/templates/Cargo.toml.gotmpl +++ b/sol-anchor/templates/Cargo.toml.gotmpl @@ -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"] } diff --git a/sol-anchor/templates/substreams.yaml.gotmpl b/sol-anchor/templates/substreams.yaml.gotmpl index 72ae38d..3e345ae 100644 --- a/sol-anchor/templates/substreams.yaml.gotmpl +++ b/sol-anchor/templates/substreams.yaml.gotmpl @@ -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: diff --git a/sol-hello-world/templates/Cargo.toml.gotmpl b/sol-hello-world/templates/Cargo.toml.gotmpl index df61edb..6d16c1c 100644 --- a/sol-hello-world/templates/Cargo.toml.gotmpl +++ b/sol-hello-world/templates/Cargo.toml.gotmpl @@ -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" diff --git a/sol-hello-world/templates/substreams.yaml.gotmpl b/sol-hello-world/templates/substreams.yaml.gotmpl index 2495595..b1f0b14 100644 --- a/sol-hello-world/templates/substreams.yaml.gotmpl +++ b/sol-hello-world/templates/substreams.yaml.gotmpl @@ -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: diff --git a/sol-transactions/templates/Cargo.toml.gotmpl b/sol-transactions/templates/Cargo.toml.gotmpl index 415548e..351a68c 100644 --- a/sol-transactions/templates/Cargo.toml.gotmpl +++ b/sol-transactions/templates/Cargo.toml.gotmpl @@ -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 diff --git a/starknet-events/templates/Cargo.toml.gotmpl b/starknet-events/templates/Cargo.toml.gotmpl index ebea1c7..d161ea0 100644 --- a/starknet-events/templates/Cargo.toml.gotmpl +++ b/starknet-events/templates/Cargo.toml.gotmpl @@ -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"] } diff --git a/starknet-hello-world/templates/Cargo.toml.gotmpl b/starknet-hello-world/templates/Cargo.toml.gotmpl index c74d09a..069f7c4 100644 --- a/starknet-hello-world/templates/Cargo.toml.gotmpl +++ b/starknet-hello-world/templates/Cargo.toml.gotmpl @@ -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" diff --git a/stellar-minimal/templates/Cargo.toml.gotmpl b/stellar-minimal/templates/Cargo.toml.gotmpl index c74d09a..069f7c4 100644 --- a/stellar-minimal/templates/Cargo.toml.gotmpl +++ b/stellar-minimal/templates/Cargo.toml.gotmpl @@ -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" diff --git a/stellar-minimal/templates/substreams.yaml.gotmpl b/stellar-minimal/templates/substreams.yaml.gotmpl index 4b9743a..daa8337 100644 --- a/stellar-minimal/templates/substreams.yaml.gotmpl +++ b/stellar-minimal/templates/substreams.yaml.gotmpl @@ -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: diff --git a/stellar-transactions-operations/templates/Cargo.toml.gotmpl b/stellar-transactions-operations/templates/Cargo.toml.gotmpl index 21d770f..b4f6810 100644 --- a/stellar-transactions-operations/templates/Cargo.toml.gotmpl +++ b/stellar-transactions-operations/templates/Cargo.toml.gotmpl @@ -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" diff --git a/tron-hello-world/templates/Cargo.toml.gotmpl b/tron-hello-world/templates/Cargo.toml.gotmpl index a850154..6895485 100644 --- a/tron-hello-world/templates/Cargo.toml.gotmpl +++ b/tron-hello-world/templates/Cargo.toml.gotmpl @@ -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" diff --git a/tron-transactions/templates/Cargo.toml.gotmpl b/tron-transactions/templates/Cargo.toml.gotmpl index 21d770f..b4f6810 100644 --- a/tron-transactions/templates/Cargo.toml.gotmpl +++ b/tron-transactions/templates/Cargo.toml.gotmpl @@ -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"