mango-v4/liquidator
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
..
src Drop AccountLoaderDynamic 2022-12-29 17:40:08 +01:00
.env.example client: construct from account pubkeys 2022-08-02 09:45:12 +02:00
.gitignore Mc/liquidator (#64) 2022-06-18 16:31:28 +02:00
Cargo.toml Upgrade to solana ~1.14.9 2022-12-13 17:00:57 +01:00
Dockerfile.liquidator Run as least privilege user 2022-10-26 20:27:31 +01:00