Skip to content

Network tx builder: avoid fetching account from store #2177

@Mirko-von-Leipzig

Description

@Mirko-von-Leipzig

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

Metadata

Metadata

Labels

network transactionsRelates to the network transactions feature
No fields configured for Enhancement.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions