bitfinexcom / bfx-hf-ui-core

Apache License 2.0
2 stars 17 forks source link

(fix) Trading State AO History only displays successful AOs #642

Closed Blaumaus closed 1 year ago

Blaumaus commented 1 year ago

Asana task:

Trading State AO History only displays successful AOs

Description:

Before:

Screenshot 2023-03-07 at 14 52 09

User creates an AO order -> connection fails -> AO is not displayed in history due to caching (there is a new order names df original, but it's not displayed in history because of caching)

Now:

Screenshot 2023-03-07 at 14 49 42 Screenshot 2023-03-07 at 14 49 07

User creates an AO order -> connection fails -> AO is displayed in history because we enforce history updates

Blaumaus commented 1 year ago

does it fetch history on each history button click?

Yes