Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 1.0.0 (2024-10-17) ### Features * (NTQ) Add gas to ERC20Token object ([f88b679](f88b679)) * Add console subscriber option to run locally ([da20c5c](da20c5c)) * Add gas prices to NTQv2 ([b082491](b082491)) * Convert protosim dir into src ([41577f1](41577f1)) * **decoder:** Make handling vm updates public. ([84ba99f](84ba99f)) * Don't use enum_dispatch in ProtocolSim ([30beec1](30beec1)) * Move graph (Protograph) into the NTQ src directory ([72e26d2](72e26d2)) * **ntq:** Update tycho-client for smoother startups ([0cf633b](0cf633b)) * **ntq:** Update tycho-client. ([9141ce2](9141ce2)) * NTQv2 deduct gas from token price calc ([83095b4](83095b4)) * NTQv2 pass gas amount to price calculation ([3466807](3466807)) * **protosim-py:** Add third party pool. ([04b56d8](04b56d8)) * **protosim:** Allow adding python sources ([02fbfcc](02fbfcc)) * **protosim:** Replace opcode traces with foundry traces. ([07588e5](07588e5)) * **py:** Expose Starknet structs publicly. ([c48d0d9](c48d0d9)) * **quoter:** Support new and removed pools. ([906de9e](906de9e)) * Setup protosim repo ([3a66682](3a66682)) * **traces:** Add open telemetry tracing ([648b96c](648b96c)) * **TTP:** Add logic to pull code for stateless contracts ([c83b282](c83b282)) * update tycho-client to version 0.9.1 ([14be854](14be854)) ### Bug Fixes * AccountUpdate & ResponseAccount substitution ([1a21ef5](1a21ef5)) * add decode failed pools to skipped pools list ([d3d979c](d3d979c)) * Also set EVM to Cancun if trace is enabled ([286316a](286316a)) * changed pipeline for test and lint to generate a token for git r… ([#2](#2)) ([8a5e879](8a5e879)) * dependecies looser requirments ([6fa7461](6fa7461)) * ignored pools update ([5c361c5](5c361c5)) * improve db singleton initialize logic ([aa121f6](aa121f6)) * improve snapshot logs ([463f5d1](463f5d1)) * improve TTP snapshot decoding error logs ([143feb5](143feb5)) * initialize tycho db singleton on decoder init ([ff0fc4d](ff0fc4d)) * Misc fixes ([8056c93](8056c93)) * Misc fixes around byte decoding and encoding. ([a679892](a679892)) * NTQ gas - take min value of ERC20Token array ([b1249af](b1249af)) * **protosim:** Update time dependency. ([1482517](1482517)) * **quoter:** Add separate method to clear route cache. ([1b67bb2](1b67bb2)) * **quoter:** Update all tycho-client dependencies ([b830936](b830936)) * **quoter:** Update tycho-client dependency ([e23769f](e23769f)) * skip applying deltas for ignored pools ([d430b1b](d430b1b)) * skip failing starknet tests ([8fbf8ac](8fbf8ac)) * Stale prices ([eb25a5a](eb25a5a)) * Support clone in DodoPoolState ([fdf2028](fdf2028)) * **ttp:** bump `tycho-indexer-client` version ([45fccf8](45fccf8)) * **ttp:** fix tycho-client import ([34c893c](34c893c)) * **tycho-decoder:** fix typo in `pool.manual_updates` ([e696e3d](e696e3d)) * update tycho client ([f1b140c](f1b140c)) * update tycho-client dependency ([78047bf](78047bf)) * Use RwLock instead of RefCell in DodoPoolState ([51a2f87](51a2f87))
- Loading branch information