Skip to content
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

Fast start for chains configured with an allow list #1705

Merged
merged 29 commits into from
Jan 26, 2022
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
883ee7d
Introduce a `ChainScanner` to scan the chains for clients, connection…
romac Dec 3, 2021
70f5e1f
Use `ChainScanner` for spawning workers
romac Dec 13, 2021
2a51530
Merge branch 'master' into romac/spawn-scanner
romac Jan 6, 2022
4ffffb7
Formatting
romac Jan 6, 2022
8f1a62c
Add `--full-scan` option to `start` command to force a full scan even…
romac Jan 6, 2022
25e57de
Remove debug statements and print scanned chains on startup
romac Jan 7, 2022
600a0c6
Changelog entry
romac Jan 10, 2022
1151a2d
Merge branch 'master' into romac/spawn-scanner
romac Jan 10, 2022
1986051
Merge branch 'master' into romac/spawn-scanner
romac Jan 13, 2022
25d5119
Fix duplicate info message
romac Jan 19, 2022
59d744f
Quote identifiers in log messages
romac Jan 19, 2022
9404a81
Merge branch 'master' into romac/spawn-scanner
romac Jan 19, 2022
23924e9
Better error when port/channel does not exists
romac Jan 19, 2022
28866ad
Merge branch 'master' into romac/spawn-scanner
romac Jan 20, 2022
56ff223
Add metrics for queries
romac Jan 20, 2022
3d450d9
Small log improvements
romac Jan 20, 2022
5ea4f27
Rename queries metric
romac Jan 20, 2022
a414523
Use `chain` key for recording chain identifier in tracing logs
romac Jan 20, 2022
496d735
Use more structured logging in chain scanner
romac Jan 20, 2022
d763b4d
Fix changelog entry
romac Jan 20, 2022
d7f829e
Merge branch 'master' into romac/spawn-scanner
romac Jan 20, 2022
8a36fff
Improve logs when no workers were spawned
romac Jan 20, 2022
8f49559
Improve logs when spawning connection and channel workers
romac Jan 20, 2022
763aaa0
Remove spaces in objects names
romac Jan 20, 2022
111150c
Add changelog entry
romac Jan 20, 2022
48616b8
Revert part of logs changes
romac Jan 24, 2022
13160a7
Merge branch 'master' into romac/spawn-scanner
romac Jan 25, 2022
c43ce1a
Use INFO level for spawning logs
romac Jan 25, 2022
b0eafcf
Remove redundant changelog entry
romac Jan 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix changelog entry
  • Loading branch information
romac committed Jan 20, 2022
commit d763b4d728cf76408f4ec1cc1d0978db913fe07b
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- Allow `ChainEndpoint` implementations to fetch any types of clients
and consensus states ([#1481](https://github.com/informalsystems/ibc-
rs/issues/1481))
and consensus states ([#1481](https://github.com/informalsystems/ibc-rs/issues/1481))