Skip to content
#

dapps

Here are 236 public repositories matching this topic...

pdaoust
pdaoust commented Apr 10, 2020

Steps to reproduce:

  1. hc init my-dna
  2. cd my-dna
  3. hc generate zomes/kebab-case
  4. hc package

Output:

> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR 
"CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR "
/home/paul/target
> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} 
KyberSwap
nance2uiuc
nance2uiuc commented May 18, 2019

See: https://developer.kyber.network/docs/MainnetEnvGuide/ and note that KyberNetworkProxy = 0x818E6FECD516Ecc3849DAf6845e3EC868087B755

See: https://developer.kyber.network/docs/RopstenEnvGuide/ and note also that KyberNetworkProxy = 0x818E6FECD516Ecc3849DAf6845e3EC868087B755

However, for other test nets, the address is different. Etherscan.io also confirms that this duplicate address is

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,
 
daviddahl
daviddahl commented Oct 25, 2018

When peer joined is triggered, we immediately update the profile in the peers view with the generic IPFS peerId, sometimes the peer broadcast to the room takes a bit to update the peer with handle, etc.

We should check our local contactsDB for the peerId and use the cached data to update the peers UI.

Also, we should look for handle / bio / etc changes and upsert our contactsDB as

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

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

You can’t perform that action at this time.