Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

mist.lokidb has a growing number of duplicated information #2713

Closed
@evertonfraga

Description

The key collections.DynamicViews has the same dictionary appended 387 times, in my environment.

const sortedTabs = Tabs.addDynamicView('sorted_tabs');

https://github.com/ethereum/mist/blob/develop/main.js#L510

    {  
               "collection":null,
               "name":"sorted_tabs",
               "rebuildPending":false,
               "options":{  
                  "persistent":false,
                  "sortPriority":"passive",
                  "minRebuildInterval":1
               },
               "resultset":{  
                  "collection":null,
                  "filteredrows":[  
                     0,
                     1
                  ],
                  "filterInitialized":true
               },
               "resultdata":[  

               ],
               "resultsdirty":true,
               "cachedresultset":null,
               "filterPipeline":[  

               ],
               "sortFunction":null,
               "sortCriteria":[  
                  [  
                     "position",
                     false
                  ]
               ],
               "sortDirty":false,
               "events":{  
                  "rebuild":[  

                  ]
               }
            }

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions