-
Notifications
You must be signed in to change notification settings - Fork 40
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
Node Connection Status #775
Conversation
Generated by E2E-Test |
95eaf03
to
901c2ac
Compare
e0ef530
to
b4140ca
Compare
Found a possible bug: "Please ask blockchain admin or user having activate permission to let you connect and/or transact: When approving a new node (Step 2 in the test plan), the node is given permissions (check using the multichain-cli command |
- use peer info data
- Display node connection status
b4140ca
to
3295d7a
Compare
A new node is registered as connected after some time (one case takes 14 Minutes) and the "Please ask blockchain admin" message will disappear by itself. |
- Path: react-scripts > react-dev-utils > immer - More info: https://www.npmjs.com/advisories/1603 facebook/create-react-app#10412
ee03a03
to
7fe13ce
Compare
Checklist
Description
getpeerinfo
to retrieve all connected peers, compare with node list to determine statusTest Plan
docker exec -it trubudget-dev_slave-node_1 bash
multichain-cli TrubudgetChain stop
multichaind -txindex -port=7447 -autosubscribe=streams TrubudgetChain@master-node:7447 “” -externalip=master-node
Resources
Issue
Subtask of #746