Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update smoldot to the latest version (#1400)
* Update smoldot to 0.17 and smoldot-light to 0.15 Signed-off-by: Alexandru Vasile <[email protected]> * Update cargo lock Signed-off-by: Alexandru Vasile <[email protected]> * lightclient: Add generic platform for AddedChain Signed-off-by: Alexandru Vasile <[email protected]> * debug: Finalized heads Signed-off-by: Alexandru Vasile <[email protected]> * lightclient: Use generic TPlat for chainSuccess Signed-off-by: Alexandru Vasile <[email protected]> * lightclient: Trim response for logs Signed-off-by: Alexandru Vasile <[email protected]> * Backup Signed-off-by: Alexandru Vasile <[email protected]> * tests/lightclient: Switch to localnode for testing Signed-off-by: Alexandru Vasile <[email protected]> * cargo: Point smoldot to crates.io Signed-off-by: Alexandru Vasile <[email protected]> * Solve merge conflicts Signed-off-by: Alexandru Vasile <[email protected]> * Add subxt macro for tests Signed-off-by: Alexandru Vasile <[email protected]> * lightclient/wasm: Impl log of the PlatformRef Signed-off-by: Alexandru Vasile <[email protected]> * Use git dep Signed-off-by: Alexandru Vasile <[email protected]> * Revert "tests/lightclient: Switch to localnode for testing" + max log size This reverts commit 74dd9d7. Signed-off-by: Alexandru Vasile <[email protected]> * tests: Comment chainspec Signed-off-by: Alexandru Vasile <[email protected]> * lightclient/wasm: Import IpAddr from core::net Signed-off-by: Alexandru Vasile <[email protected]> * tests: Enable all tests again Signed-off-by: Alexandru Vasile <[email protected]> * tests/wasm: Update cargo lock Signed-off-by: Alexandru Vasile <[email protected]> * tests: Add trace logs to easily reproduce problems Signed-off-by: Alexandru Vasile <[email protected]> * cargo: Use released smoldot version Signed-off-by: Alexandru Vasile <[email protected]> * lightclient: Use chainspec and optionally make use of unstable backend Signed-off-by: Alexandru Vasile <[email protected]> * lightclient: Fix clippy Signed-off-by: Alexandru Vasile <[email protected]> * lightclient: Better trimming for log messages Signed-off-by: Alexandru Vasile <[email protected]> * lightclient: Remove max log size Signed-off-by: Alexandru Vasile <[email protected]> * lightclient: Use both backends for testing Signed-off-by: Alexandru Vasile <[email protected]> * Update Cargo.toml Co-authored-by: Niklas Adolfsson <[email protected]> * Update Cargo.toml Co-authored-by: Niklas Adolfsson <[email protected]> * Update testing/integration-tests/src/light_client/mod.rs * Update testing/integration-tests/src/light_client/mod.rs --------- Signed-off-by: Alexandru Vasile <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
- Loading branch information