Currently, the ntx-builder loads the account and notes from the store whenever it wants to create a transaction.
This is fairly wasteful; and we should be able to keep the account in memory completely by
- loading the account from db on actor startup
- applying the transaction delta to the account when it is committed
Currently, the ntx-builder loads the account and notes from the store whenever it wants to create a transaction.
This is fairly wasteful; and we should be able to keep the account in memory completely by