refactor(substreams): add rust-toolchain to the templates and modules. (#155)

* refactor(substreams): add `rust-toolchain` to the templates and modules.

This freezes the wasm output for each module, allowing us to have full control over each packages and when we break the modules hashes.

* fix(testing): allow no `initialized_accounts` in tests

---------

Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
This commit is contained in:
Zizou
2025-02-17 09:29:07 +01:00
committed by GitHub
parent 6da2141f66
commit b1e7ba9e2f
10 changed files with 37 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "1.83.0"
components = [ "rustfmt" ]
targets = [ "wasm32-unknown-unknown" ]