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 <alexandru.vasile@parity.io> * Update cargo lock Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * lightclient: Add generic platform for AddedChain Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * debug: Finalized heads Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * lightclient: Use generic TPlat for chainSuccess Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * lightclient: Trim response for logs Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Backup Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * tests/lightclient: Switch to localnode for testing Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Point smoldot to crates.io Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Solve merge conflicts Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Add subxt macro for tests Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * lightclient/wasm: Impl log of the PlatformRef Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Use git dep Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Revert "tests/lightclient: Switch to localnode for testing" + max log size This reverts commit 74dd9d7. Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * tests: Comment chainspec Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * lightclient/wasm: Import IpAddr from core::net Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * tests: Enable all tests again Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * tests/wasm: Update cargo lock Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * tests: Add trace logs to easily reproduce problems Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * cargo: Use released smoldot version Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * lightclient: Use chainspec and optionally make use of unstable backend Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * lightclient: Fix clippy Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * lightclient: Better trimming for log messages Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * lightclient: Remove max log size Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * lightclient: Use both backends for testing Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update Cargo.toml Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com> * Update Cargo.toml Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com> * Update testing/integration-tests/src/light_client/mod.rs * Update testing/integration-tests/src/light_client/mod.rs --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
- Loading branch information