dashboard: send current block to the dashboard client (#19762)
This adds all dashboard changes from the last couple months. We're about to remove the dashboard, but decided that we should get all the recent work in first in case anyone wants to pick up this project later on. * cmd, dashboard, eth, p2p: send peer info to the dashboard * dashboard: update npm packages, improve UI, rebase * dashboard, p2p: remove println, change doc * cmd, dashboard, eth, p2p: cleanup after review * dashboard: send current block to the dashboard client
Showing
- cmd/geth/config.go 6 additions, 3 deletionscmd/geth/config.go
- cmd/utils/flags.go 11 additions, 2 deletionscmd/utils/flags.go
- dashboard/assets.go 13981 additions, 13595 deletionsdashboard/assets.go
- dashboard/assets/components/Chain.jsx 53 additions, 0 deletionsdashboard/assets/components/Chain.jsx
- dashboard/assets/components/Dashboard.jsx 15 additions, 5 deletionsdashboard/assets/components/Dashboard.jsx
- dashboard/assets/components/Footer.jsx 23 additions, 0 deletionsdashboard/assets/components/Footer.jsx
- dashboard/assets/components/Header.jsx 58 additions, 4 deletionsdashboard/assets/components/Header.jsx
- dashboard/assets/components/Main.jsx 4 additions, 1 deletiondashboard/assets/components/Main.jsx
- dashboard/assets/components/Network.jsx 516 additions, 187 deletionsdashboard/assets/components/Network.jsx
- dashboard/assets/components/SideBar.jsx 3 additions, 2 deletionsdashboard/assets/components/SideBar.jsx
- dashboard/assets/package.json 31 additions, 29 deletionsdashboard/assets/package.json
- dashboard/assets/types/content.jsx 20 additions, 13 deletionsdashboard/assets/types/content.jsx
- dashboard/assets/yarn.lock 737 additions, 662 deletionsdashboard/assets/yarn.lock
- dashboard/chain.go 77 additions, 0 deletionsdashboard/chain.go
- dashboard/dashboard.go 58 additions, 26 deletionsdashboard/dashboard.go
- dashboard/message.go 6 additions, 3 deletionsdashboard/message.go
- dashboard/peers.go 129 additions, 151 deletionsdashboard/peers.go
- p2p/dial.go 1 addition, 1 deletionp2p/dial.go
- p2p/metrics.go 37 additions, 43 deletionsp2p/metrics.go
- p2p/server.go 9 additions, 5 deletionsp2p/server.go
Loading
Please register or sign in to comment