Set ConnectionStrategy.ClosestFirst for initialization chronik-client will start asynchronously and others will wait.
Details
Details
- Reviewers
Fabien bytesofman - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project
npm test and test it manually in the local demo
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- alita0501
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 33197 Build 65877: Build Diff cashtab-tests Build 65876: arc lint + arc unit
Event Timeline
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (preview-cashtab) passed.
Preview is available at http://51.89.41.69:41339 for the next 60 minutes.
cashtab/src/index.tsx | ||
---|---|---|
40 | Client initialization errors are material enough to be rendered for the user in the frontend rather than a silent console msg. |
cashtab/src/index.tsx | ||
---|---|---|
40 | gm. the console of initialization failure here is my "imagination" because with the current node selection strategy, the worst case scenario is failure after 1000ms, followed by using the default order. So the worst case is consistent with the "original" method. Therefore, the "initialization" failure here might be redundant, or there should be a better description. |