This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 370
Allow integrated relay chain light client #2270
Merged
Merged
Changes from 20 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
f6eda5b
Add embedded light client to cli
skunert d5c7791
Prepare for light-client-worker
skunert efc9ebc
First working version
skunert a316e51
Clean up
skunert 5c0af7e
Remove unwanted logs
skunert cd9ebe0
Simplify subscription code
skunert 19c82f9
Let jsonrpsee handle rpc management
skunert 30490cc
Simplify implementation
skunert 3a807c1
Reorganize crate structure
skunert 1aee380
Use relay chain arg chainspec for light-client
skunert fbcd69d
Clean up command line
skunert 27c0ef9
Add light client worker file
skunert 7368580
Merge branch 'master' into smoldot-integration
skunert 007a699
Use smoldot master to avoid wasmtime conflict
skunert 85c6156
Remove sleep
skunert 489f1ae
Improve naming of cli option
skunert 45e5b45
Remove conflict with `validator`
skunert 35f9649
Improve docs
skunert 164d430
Merge branch 'master' into smoldot-integration
skunert 08efa4b
Update smoldot, remove unwanted change
skunert e450413
Apply suggestions from code review
skunert 7997f2b
Merge branch 'master' into smoldot-integration
skunert 9ce2ddd
Disable collation
skunert 33a1b4c
Reviewer comments
skunert 79d440d
Merge branch 'master' into smoldot-integration
skunert 7d0635c
Update smoldot and tokio-platform
skunert 181ce72
Update smoldot
skunert 0faada2
Merge remote-tracking branch 'origin/master' into smoldot-integration
skunert 595fd4a
Merge branch 'master' into smoldot-integration
skunert 2dbed4b
Update smoldot
skunert 4982892
Adjust to new version
skunert 197a77d
Patch substrate
skunert 9eba856
Use constants
skunert 410be7c
Add readme entry, improve zombienet tests
skunert a1d5b3d
Apply suggestions from code review
skunert 26fce06
Make execution mode an enum
skunert d11800c
Merge branch 'master' into smoldot-integration
skunert b4f372b
Update smoldot, remove substrate patch
skunert 660bd56
Merge branch 'master' into smoldot-integration
skunert 0c79ece
Update client/relay-chain-rpc-interface/src/rpc_client.rs
skunert 4bba54e
Reduce duplicate code
skunert 8a560bf
Merge branch 'master' into smoldot-integration
skunert b98a70f
Update smoldot
skunert 6cffdb9
Merge branch 'master' into smoldot-integration
skunert b96de21
Merge branch 'master' into smoldot-integration
skunert 3779ab1
Update smoldot
skunert e826941
Merge branch 'master' into smoldot-integration
skunert 145f396
Fix build
skunert 59c275d
Update smoldot
skunert 74c54b5
Make platform compile
skunert 145d2c5
Clean up dependencies
skunert 4be2a3e
Use crates.io instead of github for smoldot
skunert 0708c63
Apply suggestions from code review
skunert e58e322
Docs
skunert 0bbc284
Improve docs
skunert 3e481e6
Remove `RpcFrontend`
skunert 4ba2920
Merge branch 'master' into smoldot-integration
skunert 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.