-
Updated
Feb 10, 2022
dapps
Here are 409 public repositories matching this topic...
-
Updated
May 9, 2019 - JavaScript
-
Updated
Mar 3, 2022 - TypeScript
-
Updated
Mar 2, 2022
This bounty is to improve test coverage on the Matic contracts repo. The repo contains the following contracts:
- Plasma MoreVP (https://blog.matic.network/finer-details-of-matics-plasma-implementation/)
- Predicates (https://plasma.build/t/predicates-in-matic-plasma/86/3)
- ERC20, ERC721 and Marketplace
- Matic Proof-of-Stake management
- Genesis Bor contracts
For an overview of
Refactor test suite
-
Updated
Mar 3, 2022 - Python
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Oct 19, 2021 - JavaScript
-
Updated
Feb 26, 2022 - HTML
-
Updated
Feb 14, 2022 - TypeScript
-
Updated
Mar 3, 2022 - TypeScript
-
Updated
Mar 3, 2022 - C++
-
Updated
Feb 27, 2022 - TypeScript
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,
-
Updated
Apr 1, 2019 - TypeScript
-
Updated
Nov 22, 2021 - JavaScript
-
Updated
Mar 3, 2022
Not sure why, but copy to clipboard in the proofs tab fires multiple times
-
Updated
Jan 20, 2021 - Solidity
Context
Currently the account state is shown as JSON-CDC, as a string.
It would be more user-friendly if it would be shown as a tree view.
Definition of Done
- Find a suitable React library that can
- Translate JSON-CDC to tree view library's representation
- Replace current component with tree view library's
Improve this page
Add a description, image, and links to the dapps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dapps topic, visit your repo's landing page and select "manage topics."
It is currently not possible to specify the chain ID for a hardhat network invoked with
npx hardhat nodethrough any means other than the config file. This means it is impossible to specify the--chain-idargument in the command line, or execute a chain host pragmatically withhre.run('node', { chainId: 100 }).Please add the
chainIdparameter to thenodecommand so it is possible to