mango-v4/liquidator/src
Christian Kamm 31bd72e84a Drop AccountLoaderDynamic
This gives us better compatibility with released anchor versions.

Instead of using AccountLoaderDynamic<MangoAccount>, we now use
a standard AccountLoader<MangoAccountFixed>. This will generally work
(except for load_init(), which is dangerous).
A new trait, MangoAccountLoader, provides load_full(), load_full_mut()
etc on the AccountLoader<MangoAccountFixed> to create accessor structs
that can read and write to the dynamic part of the mango account data.
2022-12-29 17:40:08 +01:00
..
liquidate.rs liquidator: Skip accounts with many errors in short time 2022-12-20 14:30:26 +01:00
main.rs liquidator: Skip accounts with many errors in short time 2022-12-20 14:30:26 +01:00
metrics.rs Client: Move chain_data to client for reuse 2022-07-31 11:03:54 +02:00
rebalance.rs liquidator: Skip accounts with many errors in short time 2022-12-20 14:30:26 +01:00
snapshot_source.rs Upgrade to solana ~1.14.9 2022-12-13 17:00:57 +01:00
util.rs Drop AccountLoaderDynamic 2022-12-29 17:40:08 +01:00
websocket_source.rs Liquidator, liqtest and rust client fixes (#336) 2022-12-16 13:10:46 +01:00