gerg
gerg
Just going to start leaving my notes here as I come across items that need addressing - CB logic for `givenOut` needs to be flipped (@EndymionJkb and I have discussed...
Yeah no urgent rush on these items, just wanted to have all these things cataloged so we don't lose track
- asset manager callbacks (likely the same as the pre/post swap/join/exit callback mentioned above) - ERC-3156 compliant (single-asset) flashloan interface would be nice, though I expect there would still be...
Doesn't necessarily need to wait for v3, but it seems that people would really appreciate pools having view functions for pricing * spot price * spot price w/ fees *...
Unit tests for balpy have been deprioritized since many of the test cases would involve deploying contracts to specific chains, which would clutter the testnet UIs, cost money on production...
I've heard to ApeworkX but have never gone down the rabbit hole. If we were to move in that direction, we would definitely need to add all the bytecode and...
A number of samples still pointing to kovan is a known issue, just haven't had the time to address it What exactly are you passing as your `sampleLBPool.json` to get...
you said you were trying to launch a pool on Goerli, but that's a kovan sample file. What file were you using to deploy a pool on Goerli? The solution...
https://dev.balancer.fi/references/contracts/apis/the-vault
Easy ones: ``` getAuthorizer() hasApprovedRelayer() setRelayerApproval() getPool() getPoolTokenInfo() getProtocolFeesCollector() setPaused() ``` A bit more time consuming: `exitPool() ` For `exitPool`, use joinPool as an example