mango-v4/programs/mango-v4
Christian Kamm 511db72f8e Health token adjustment: Deal with odd I80F48 behavior
The identity
  a * b = -((-a) * b)
does not hold for I80F48, probably it's rounding to -inf.

This meant that withdrawing the full native token balance could
fail because the magnitude of -position * price was bigger than
position * price.
2022-09-01 14:38:48 +02:00
..
resources/test switchboard support (#67) 2022-06-18 16:38:46 +02:00
src Health token adjustment: Deal with odd I80F48 behavior 2022-09-01 14:38:48 +02:00
tests Serum deregister: Close index reservation account 2022-09-01 12:15:00 +02:00
Cargo.toml Tests: Fix program log capture 2022-08-24 10:07:45 +02:00
Xargo.toml First commit 2022-01-21 19:21:46 +01:00