ironfish
ironfish copied to clipboard
A novel cryptocurrency focused on privacy and accessibility.
### Description This is an extension of the current RPC framework, which supports TCP and IPC. See details in https://github.com/iron-fish/ironfish/issues/1676
### Description Support different level of permission for Ironfish Rpc - Read: Read node state, no private data. - Write: Write to local store / chain, and read permissions. -...
### What happened? I noticed that during certain cases "blockchain" displays that the state is "synced" even though the "syncer" is still in the "syncing" state. It seems to happen...
### What happened? A bug happened! The node has crashed. ``` FATAL ERROR: std::bad_alloc 1: 0xb0a860 node::Abort() [node] 2: 0xa1c193 node::FatalError(char const*, char const*) [node] 3: 0xa1c19c [node] 4: 0xad270b...
### What happened? ``` Stopping sync from o058J6b (nvkz) due to Error: Invalid GetBlockHashesResponse: GetBlockHashesRequest (2) at PeerNetwork.getBlockHashes (/home/user/.nvm/versions/node/v16.15.0/lib/node_modules/ironfish/node_modules/@ironfish/sdk/build/src/network/peerNetwork.js:258:19) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Syncer.findAncestor (/home/user/.nvm/versions/node/v16.15.0/lib/node_modules/ironfish/node_modules/@ironfish/sdk/build/src/syncer.js:177:28) at...
### What happened? A bug happened! The node has crashed during execution of `ironfish depositAll` command. I use NPM installation method, Node.js v16.15.1, Ubuntu server 20.04.4 LTS, AMD Ryzen Threadripper...
### What happened? Node cannot be restarted due to following error message Version 0.1.37 @ src Peer Agent ironfish/0.1.37/src Peer Port 9033 Bootstrap test.bn1.ironfish.network node: ../deps/leveldb/leveldb-1.20/table/table_builder.cc:97: void leveldb::TableBuilder::Add(const leveldb::Slice&, const...
### What happened? started ironfish in one CLI, started mining (after syncing) in another CLI and attempted three deposits (after syncing) in third CLI. Two depoists showed as completed but...
### Description Propose to upgrade our implementation of wallet key generation to use the [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) standard. BIP44 uses a hardened derivation path that is industry standard with HD wallets. This...
### What happened? I found that my personal 75gh ore pool produced very few blocks. After observing the log, I saw that the information of 'setting work for request' was...