ironfish
ironfish copied to clipboard
A novel cryptocurrency focused on privacy and accessibility.
### What happened? started a `rescan` in Aug. 12, still running extremely slow now Aug. 17. ``` % time node ./ironfish-cli/bin/run accounts:rescan -v Connecting to /.ironfish/ironfish.ipc Asking node to start...
### Description while (true) { // balanceResp = await this.client.getAccountBalance({ account: accountName }) // confirmedBalance = Number(balanceResp.content.confirmed) // unconfirmedBalance = Number(balanceResp.content.unconfirmed) // terminate condition if (terminate && unconfirmedBalance < ironToOre(IRON_TO_SEND)...
## Summary Add http support for RPC ## Testing Plan Run node with `--rpc.tcp` and access `http://localhost:$rpcTcpPort+1`. Example `curl http://localhost:8021/node/getStatus`. ## Breaking Change Is this a breaking change? If yes,...
### What happened? (From user Louchi) https://phase1.testnet.ironfish.network/users/21553 - link to my profile in phase 1 leaderboard. https://t.me/louchi_ch/296 - points received https://t.me/louchi_ch/298 - points received https://telegra.ph/Iron-Fish--33mln-investicij-ot-Sequoia-Capital-a16z-slow-ventures-02-07-2 - points received, but there...
### What happened? We have a job that never seems to fully finish and likely backs up everything else. Investigate, and either remove or improve performance. ### Version 0.1.43 ###...
### Description We have seen a handful of this error in the pool logs: ``` Error while sending payout transaction: Request failed (400) error: InvalidPaymentAddress Error: InvalidPaymentAddress at CreateTransactionTask.execute (/usr/src/app/node_modules/@ironfish/sdk/build/src/workerPool/tasks/createTransaction.js:157:26)...
### What happened? Should have a detailed view that allows us to dig into transactions, even after expiration. ### Version 0.1.43 ### Debug output _No response_ ### Relevant log output...
### What happened? When a tx expires, it is deleted and there is no mechanism to get information on its expiration. From a user standpoint, it is impossible to see...
### What happened? We have no visibility into nodes crashing. Is there a way to measure this? Possible ideas - peers not responding, spike in dropoffs from node online pings...
### What happened? When will it expire? When will it be confirmed? Has it missed blocks due to too-low tx fee? ### Version 0.1.43 ### Debug output _No response_ ###...