* Draft. PoC pseudo code showing general idea for resuing SOR path creation logic and adding multihop support. * Add actual Balancer SDK function calls. * Update to handle buys. * Correct taker>maker for buy. * Draft. PoC pseudo code showing general idea for resuing SOR path creation logic and adding multihop support. * make it build * rebase * add BalancerV2Batch protocol * add BalancerV2Batch protocol * get balancer v2 multihop working * fix BalancerV2Batch for sells (buys still iffy) * fix buys, appease linter and prettier * remove unused RPC URL from balancer sdk construction * update changelogs * clean up comments add event loop yield in `BalancerV2SwapInfoCache.loadTopPools()` * add negative result check on balancerv2batch swap output * compiler hack * reintroduce CompilerHack * delete unused multibridge sampler * remove compilerhack * reintroduce compilerhack * try to fix CI compile errors * plz work * plz work * pretty plz work * yay it works, also address feedback * appease linter * deploy new FQTs Co-authored-by: johngrantuk <johngrantuk@googlemail.com> Co-authored-by: Lawrence Forman <me@merklejerk.com>
Development
Building solidity files will update the contract artifact in {package-name}/generated-artifacts/{contract}.json
, but does not automatically update the contract-artifacts
or contract-wrappers
packages, which are generated from the artifact JSON. See contract-artifacts/README.md
for instructions on updating these packages.