Skip to content

Commit

Permalink
Open route: node/epoch-start.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Sep 26, 2022
1 parent 6aa66c0 commit 8d55624
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
{ Name = "/debug", Open = true },

# /node/peerinfo will return the p2p peer info of the provided pid
{ Name = "/peerinfo", Open = true }
{ Name = "/peerinfo", Open = true },

# /node/epoch-start/:epoch will return the epoch start data for a given epoch
{ Name = "/epoch-start/:epoch", Open = true }
]

[APIPackages.address]
Expand Down

0 comments on commit 8d55624

Please sign in to comment.