serai-dex / serai

Other
242 stars 45 forks source link

Use OptimisticTransactionDb #543

Closed kayabaNerve closed 3 months ago

kayabaNerve commented 3 months ago

Exposes flush calls.

Adds safety, at the cost of a panic risk, as multiple TXNs simultaneously writing to a key will now cause a panic. This should be fine and the safety is appreciated.