Results 40 comments of hairtail

> What indicates to you that the syncer has stopped? Does `ironfish status` show the syncer as idle? Is your node synced with the main chain, or is it behind?...

`pendingTransactionHashes` of walletdb is empty, but the notes of expired transaction are alive.

> 4fa27b50544ed0caf63894d40869ec678bf64cba2ebcda3ebee7942fb93420b0 All results shown above are from master branch. #2344 has not been applied yet.

I have tried, but all transactions are mined on chain now. I will try later.

> Are you able to reproduce this? Can you list the steps to reproduce? A new transaction with fee=500 to send some token to this account, once this transaction expired...

I use supervisor to manager node process, so there should be a signal for shutting down.

Notes are already spent but marked as unspent. This is based on the latest staging branch. ``` Amount ($IRON) Memo From Transaction Spent ────────────── ──────────────────────────────── ──────────────────────────────────────────────────────────────── ───── 0.49997598 81b811c0673a5425f1eda080d46be7f5e28b2765b55ca9f683b8874da1d56339 ✔...

Status of notes already spent is first marked as spent when I create a transaction to spend it, then it changes and rolls back to unspent.

With #2187, the example above still exists.

After read some documentation about ethereum rpc api`eth_getTransactionByHash`, I think it's better to add `hash` `blockHash` `blockSequence` in `getTransaction`.