Skip to content

Commit

Permalink
support standard fork choice format
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Feb 13, 2023
1 parent 768236d commit 156417a
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 480 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ProtoArray visualization tool

**Currently supporting TEKU data only**
**Currently supporting standard fork choice debug api format and old Teku, Prysm and Nimbus proprietary format**

<img width="2159" alt="image" src="https://user-images.githubusercontent.com/15999009/186437551-d0ecba58-7f24-4f9b-87c2-633f59434e99.png">

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proto-vis",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand All @@ -20,7 +20,7 @@
"react-range": "^1.8.14",
"react-scripts": "5.0.1",
"typescript": "^4.7.4",
"vis-network-react": "https://github.com/DinerIsmail/vis-network-react.git#2dd266e111b78d7f6f5424bd495a0eef8ab2dbf4",
"vis-network-react": "https://github.com/DinerIsmail/vis-network-react.git#7f5fd4bdd30f4a10cbc999d1e2ac4a431da97d33",
"web-vitals": "^2.1.4"
},
"overrides": {
Expand Down
Loading

0 comments on commit 156417a

Please # to comment.