Skip to content

Commit

Permalink
bump smoldot (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci authored Feb 7, 2024
1 parent 53d4d9d commit 8ea5526
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
28 changes: 24 additions & 4 deletions executor/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/smoldot
Submodule smoldot updated 47 files
+0 −7 .github/dependabot.yml
+2 −27 .github/workflows/ci.yml
+0 −2 .github/workflows/periodic-cargo-update.yml
+37 −16 Cargo.lock
+1 −0 Cargo.toml
+73 −86 full-node/src/consensus_service.rs
+0 −3 fuzz/.gitignore
+0 −2,223 fuzz/Cargo.lock
+0 −158 fuzz/Cargo.toml
+0 −18 fuzz/README.md
+0 −22 fuzz/fuzz_targets/chain-spec.rs
+0 −167 fuzz/fuzz_targets/fork-tree.rs
+0 −25 fuzz/fuzz_targets/grandpa-justification-parse.rs
+0 −22 fuzz/fuzz_targets/header-parse.rs
+0 −22 fuzz/fuzz_targets/json-rpc-call.rs
+0 −24 fuzz/fuzz_targets/multiaddr-bytes.rs
+0 −24 fuzz/fuzz_targets/multiaddr-text.rs
+0 −22 fuzz/fuzz_targets/multihash.rs
+0 −248 fuzz/fuzz_targets/network-connection-encrypted.rs
+0 −99 fuzz/fuzz_targets/network-connection-raw.rs
+0 −22 fuzz/fuzz_targets/peer-id.rs
+0 −22 fuzz/fuzz_targets/protocol-block-announce-decode.rs
+0 −25 fuzz/fuzz_targets/protocol-block-announces-handshake-decode.rs
+0 −22 fuzz/fuzz_targets/protocol-blocks-request-decode.rs
+0 −22 fuzz/fuzz_targets/protocol-blocks-response-decode.rs
+0 −23 fuzz/fuzz_targets/protocol-grandpa-notification-decode.rs
+0 −25 fuzz/fuzz_targets/protocol-grandpa-warp-sync-response-decode.rs
+0 −22 fuzz/fuzz_targets/protocol-identify-response-decode.rs
+0 −22 fuzz/fuzz_targets/protocol-state-response-decode.rs
+0 −26 fuzz/fuzz_targets/protocol-storage-call-proof-response-decode.rs
+0 −34 fuzz/fuzz_targets/trie-node.rs
+0 −29 fuzz/fuzz_targets/wasm-module-wasmi.rs
+0 −29 fuzz/fuzz_targets/wasm-module-wasmtime.rs
+2 −2 lib/Cargo.toml
+23 −2 lib/src/chain/async_tree.rs
+33 −55 lib/src/chain/blocks_tree.rs
+4 −10 lib/src/executor/vm/interpreter.rs
+538 −277 lib/src/sync/all.rs
+85 −90 lib/src/sync/all_forks.rs
+46 −8 lib/src/sync/warp_sync.rs
+2 −7 lib/src/trie/proof_decode.rs
+465 −332 light-base/src/runtime_service.rs
+1,142 −1,020 light-base/src/sync_service/standalone.rs
+13 −0 wasm-node/CHANGELOG.md
+2 −2 wasm-node/javascript/package-lock.json
+1 −1 wasm-node/javascript/package.json
+2 −2 wasm-node/rust/Cargo.toml

0 comments on commit 8ea5526

Please sign in to comment.