-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Update smoldot to the latest version #1400
Merged
Merged
Changes from 5 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
bf3c7f3
Update smoldot to 0.17 and smoldot-light to 0.15
lexnv 1231920
Update cargo lock
lexnv ab0f67f
lightclient: Add generic platform for AddedChain
lexnv b948044
Merge remote-tracking branch 'origin/master' into lexnv/update-smoldot
lexnv f14bf9a
debug: Finalized heads
lexnv 644626f
Merge remote-tracking branch 'origin/master' into lexnv/update-smoldot
lexnv b91742a
lightclient: Use generic TPlat for chainSuccess
lexnv 75ace42
lightclient: Trim response for logs
lexnv c8020c9
Backup
lexnv 6c9088e
Merge remote-tracking branch 'origin/master' into lexnv/update-smoldot
lexnv 74dd9d7
tests/lightclient: Switch to localnode for testing
lexnv 1c96d5e
cargo: Point smoldot to crates.io
lexnv 03c629a
Merge remote-tracking branch 'origin/master' into lexnv/update-smoldot
lexnv 1de5a06
Solve merge conflicts
lexnv c74e4ad
Add subxt macro for tests
lexnv b517adf
lightclient/wasm: Impl log of the PlatformRef
lexnv 67ca3ec
Use git dep
lexnv c776229
Merge remote-tracking branch 'origin/master' into lexnv/update-smoldot
lexnv c4fe110
Revert "tests/lightclient: Switch to localnode for testing" + max log
lexnv 6cca6f9
tests: Comment chainspec
lexnv 2e7bacd
lightclient/wasm: Import IpAddr from core::net
lexnv c587309
Merge remote-tracking branch 'origin/master' into lexnv/update-smoldot
lexnv a6d7055
tests: Enable all tests again
lexnv 3412cb6
tests/wasm: Update cargo lock
lexnv b6bdd06
tests: Add trace logs to easily reproduce problems
lexnv 2779faf
cargo: Use released smoldot version
lexnv 4612da3
Merge remote-tracking branch 'origin/master' into lexnv/update-smoldot
lexnv 648b4f9
lightclient: Use chainspec and optionally make use of unstable backend
lexnv 3b81de0
lightclient: Fix clippy
lexnv b69cba7
lightclient: Better trimming for log messages
lexnv f222db1
lightclient: Remove max log size
lexnv 1a02662
lightclient: Use both backends for testing
lexnv f3c6179
Update Cargo.toml
lexnv 8b34dcd
Update Cargo.toml
lexnv 30c81b8
Merge remote-tracking branch 'origin/master' into lexnv/update-smoldot
lexnv 7a41bf7
Merge branch 'master' into lexnv/update-smoldot
niklasad1 0b611f5
Update testing/integration-tests/src/light_client/mod.rs
niklasad1 43bd4db
Update testing/integration-tests/src/light_client/mod.rs
niklasad1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these still be commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, I've added a few debug logs in f14bf9a.
This is to help reproduce the issue from smoldot faster smol-dot/smoldot#1638.
I suggest putting this PR on pending until another smoldot version is published on crates io :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds like a plan :)