Skip to content

Commit

Permalink
Merge pull request #59 from hunteryavitz/58
Browse files Browse the repository at this point in the history
feat: added get node network health endpoint and service
  • Loading branch information
hunteryavitz authored Nov 11, 2023
2 parents e3fcc5b + 4d15a11 commit 8a85d36
Show file tree
Hide file tree
Showing 12 changed files with 590 additions and 259 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Blockchain API
Unreleased

*v0.0.18*
*v0.0.19*

**11/11/23**

- [FEAT: Get Node Health Returns List of Node Status and Traffic Objects](#58)
- [Fix: Node Network Status and Node Traffic](#56)

**11/7/23**
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ GET http://localhost:8080/api/v1/nodeManager/getNodeNetworkStatus
###
GET http://localhost:8080/api/v1/nodeManager/nodeNetworkRollCall

###
GET http://localhost:8080/api/v1/nodeManager/getNodeNetworkHealth

###
POST http://localhost:8080/api/v1/transaction/submitTransaction
Content-Type: application/json
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.18
0.0.19
Loading

0 comments on commit 8a85d36

Please sign in to comment.