Add order persistence #543
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
parasitepool/para!543
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-order-store"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
LGTM
@ -48,3 +47,4 @@}}pub(crate) fn value(&self) -> f64 {Just avoiding having pub in the struct?
@ -293,0 +356,4 @@self.settings.chain().network(),self.cancel.child_token(),self.metatron.clone(),)?;This appears to only break on network invalidation, that should be correct and upstream consumes this in a safe way.