-
Updated
May 9, 2019 - JavaScript
dapps
Here are 378 public repositories matching this topic...
-
Updated
Dec 24, 2021
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Dec 28, 2021 - Python
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
Oct 19, 2021 - JavaScript
-
Updated
Sep 10, 2021 - HTML
-
Updated
Dec 27, 2021 - JavaScript
-
Updated
Dec 18, 2021
-
Updated
Dec 20, 2021 - TypeScript
-
Updated
Dec 28, 2021 - Swift
-
Updated
Dec 25, 2021 - TypeScript
-
Updated
Dec 28, 2021 - C++
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
Dec 24, 2021 - TypeScript
Not sure why, but copy to clipboard in the proofs tab fires multiple times
-
Updated
Jan 20, 2021 - Solidity
It's impossible to pass value of type Bool to scripts and transactions.
Playground which illustrates the problem can be found here:
https://play.onflow.org/539dfe50-fa3e-4c06-b132-cb32a06dcaa7?type=script&id=07af0649-f83e-46a1-9af9-a1ac73bd376b
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."
Currently the
hardhat-vyperplugin is hardcoded to request the first 100 releases from the vyper github repo. This is fine for the time being as they aren't anywhere near 100 releases yet, but it should be refactored to handle a possibly paginated response from github.Ideally it would aggregate all results from all pages returned from github before saving the
list.jsonfile.