ironfish
ironfish copied to clipboard
A novel cryptocurrency focused on privacy and accessibility.
## Summary This is unfinished, but will add handlers for new messages added for the new block propagation method, plus a fetcher for retrieving compact blocks and transactions for compact...
## Summary the `replace*` methods in the wallet database clear all keys for a datastore before setting the key-value pairs from a map passed to the method. however, each map...
## Summary ## Testing Plan ## Breaking Change Is this a breaking change? If yes, add notes below on why this is breaking and what additional work is required, if...
## Summary fixes transaction expiration with multiple accounts expiring transactions on a wallet with multiple accounts may fail with `Error: nullifierToNote mappings must have a corresponding decryptedNote`. expiring transactions deletes...
## Summary We weren't taking advantage of the RPC's error system and error codes. This meant that you couldn't actually handle a balance error on an RPC client. This will...
## Summary ## Testing Plan ## Breaking Change Is this a breaking change? If yes, add notes below on why this is breaking and what additional work is required, if...
### Description Support replace message in mempool: 1. Speed up means give more fee to miner. 2. Cancel means change receiver of the transaction to sender himself, and change amount...
### What happened? I preparing deposits via rpc and sending from node A to node B. If i start depositing right after notes become available on node B i very...
## Summary Feature https://github.com/iron-fish/ironfish/issues/2092, moving `list` commands to root oclif, so `accounts:list` -> `accounts`. Add aliases to maintain backwards compatibility. ## Testing Plan - test `peers:list` and `peers` - test...
## Summary In conformance with the [POSIX standard definition of a Line (3.206)](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206), adding a new line to all package.json files ## Testing Plan Standards ## Breaking Change Is this...