Skip to content
#

dapps

Here are 425 public repositories matching this topic...

Namaskar-1F64F
Namaskar-1F64F commented Feb 3, 2022

The blockNumber in the documentation is 11095000 which is 471 days ago. I think it should be updated to 14135803 which is the block number at the moment of my typing this issue!

Why?

There's a bunch of newly deployed contracts and the such since the last year. I was testing with pinning and the contract I was interacti

good first issue type:docs
0xAshish
0xAshish commented Feb 25, 2020

This bounty is to improve test coverage on the Matic contracts repo. The repo contains the following contracts:

For an overview of

kingsleyh
kingsleyh commented Aug 2, 2019

Show number of connected miners for a node
Show each miners info

for these endpoints we could add the total of connected miners:
/nodes
/node/id
/node/current

e.g. for /nodes - the total_miners is the sum of all miners from each successor in the list + the predecessor if it's not already in the list of successors.

{
  "status": "success",
  "result": {
    "total_miners": 45,
 

Improve this page

Add a description, image, and links to the dapps topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dapps topic, visit your repo's landing page and select "manage topics."

Learn more