From 20bf041c1f16a641f29d4010f0ff06ef58fa5ed6 Mon Sep 17 00:00:00 2001 From: Chan-Ho Suh Date: Fri, 21 Jul 2023 18:02:20 -0400 Subject: [PATCH] Add changelog entry --- changelog.d/20230721_175525_chanhosuh_tricrypto.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog.d/20230721_175525_chanhosuh_tricrypto.rst diff --git a/changelog.d/20230721_175525_chanhosuh_tricrypto.rst b/changelog.d/20230721_175525_chanhosuh_tricrypto.rst new file mode 100644 index 000000000..89d23959a --- /dev/null +++ b/changelog.d/20230721_175525_chanhosuh_tricrypto.rst @@ -0,0 +1,7 @@ +Added +------ + +- The focus of this update was to update the CurveCryptoPool class to handle 3 coins for the functionality + required for cryptoswap simulations, namely `exchange`, `_tweak_price`, and the related calculations. The pythonic + equivalents such as `add_liquidity`, `remove_liquidity_one_coin`, etc., were not updated. + For the supported calculations, the pool will give exact integer results as compared to the Tricrypto-NG contract.