zeroxbt
zeroxbt
Hi @ethereum1729, thanks for reporting this. We are aware of this issue and will investigate soon.
In your code you create the client using : `const dkg = new DKG({ endpoint: "http://127.0.0.1", port: 8900, useSSL: false, loglevel: "trace", });` Ot-node has SSL enabled by default. If...
`tokenAmount` is an integer and is denoted in the smallest unit of TRAC (like wei for ETH and satoshis for BTC). Since TRAC has 18 decimals, setting `tokenAmount: 1` when...
What unit do you think we should set as tokenAmount ? There are a few options : - leave it as is (`tokenAmount: 1 `= 0.000000000000000001 TRAC) - change it...
Hi @DKGunit, thanks for reporting. We are currently working on telemetry and your scores will soon get updated.
@achingbrain could you take a look at this ? Most auto dials are failing because of it
@achingbrain I'm having the same issue when running nodes in local environment. When dialing a peer, these are the addresses found in the peer store: `[/ip4/10.2.0.2/tcp/9106, /ip4/127.0.0.1/tcp/9106, /ip4/172.20.5.94/tcp/9106]` The first...
Although sorting and filtering addresses is a good option, as a user I would still expect the dial function to attempt dialing all provided addresses. Why not give users the...
> @zeroxbt did you test this change. After pushing fix on AWS and GSP nodes i was still getting error Unable to dial pear on the network. I haven't tested...
@djordjekovac I've added the command, which will only log on development and devnet environments. It would be good if you could review with @Niks988 how these nodes are setup, and...