Skip to content

Support 2mln assets portoflio #55

@sadhbh-c0d3

Description

@sadhbh-c0d3
  • Implement selective Load / Store from StorageMap
  • Update VIL programs to use selective Load / Store instead of Join-xxx operations

At present VIL loads (and stores) full vectors from Blockchain, which has size limitation. If we want to support infinite portfolio size, then we must use mapping to store it, and be able to load (and store) from that mapping. VIL programs operate on vectors (because it's all vector algebra), and that is great, but we need to be able to produce a vector from select elements of mapping, so that we just match Index assets with portoflio. This simple fix will enable unlimited number of assets in portfolio.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions