fix(curve): some general fixes including

Bytes decoding from BalanceChange, sort  BlockBalanceDeltas, transform `0xeeee...` into `0x000...` for consistency, and add a placeholder for missing tokens in `get_token_from_pool`.
This commit is contained in:
Florian Pellissier
2024-06-14 19:14:21 +02:00
parent 184cd443fe
commit c7d18d447a
7 changed files with 53 additions and 15 deletions

View File

@@ -5,6 +5,6 @@ pub mod crypto_swap_ng_factory;
pub mod meta_registry;
pub mod tricrypto_factory;
pub mod main_registry;
pub mod ERC20;
pub mod erc20;
pub mod meta_pool_factory;
pub mod crypto_swap_registry;