the order of the stack should strictly be according to the linked list. in some components, the ordering is off and is sorted by time of creation.
Monorepo for Tangled
tangled.org
the order of the stack should strictly be according to the linked list. in some components, the ordering is off and is sorted by time of creation.
to fix this: apply the ordering defined in db.GetStack everywhere we refer to a stack. ideally, we would just use the GetStack helper when we need to pull up a stack, because it defines good ordering.