-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Balancer Composable stable pool strategy #1839
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 21d28ff - Browse repository at this point
Copy the full SHA 21d28ffView commit details
Commits on Jun 29, 2023
-
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-sfrxETH-stETH-rETH
Configuration menu - View commit details
-
Copy full SHA for ca4b9c7 - Browse repository at this point
Copy the full SHA ca4b9c7View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd17a59 - Browse repository at this point
Copy the full SHA bd17a59View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e218397 - Browse repository at this point
Copy the full SHA e218397View commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e40539a - Browse repository at this point
Copy the full SHA e40539aView commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fddfc96 - Browse repository at this point
Copy the full SHA fddfc96View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4d61080 - Browse repository at this point
Copy the full SHA 4d61080View commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c941766 - Browse repository at this point
Copy the full SHA c941766View commit details -
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-sfrxETH-stETH-rETH
Configuration menu - View commit details
-
Copy full SHA for 4e2a0ac - Browse repository at this point
Copy the full SHA 4e2a0acView commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a163e8f - Browse repository at this point
Copy the full SHA a163e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6322507 - Browse repository at this point
Copy the full SHA 6322507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5150986 - Browse repository at this point
Copy the full SHA 5150986View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa5838b - Browse repository at this point
Copy the full SHA fa5838bView commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 74f1403 - Browse repository at this point
Copy the full SHA 74f1403View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 10b6fdc - Browse repository at this point
Copy the full SHA 10b6fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 807e8c4 - Browse repository at this point
Copy the full SHA 807e8c4View commit details
Commits on Jul 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f16b4e - Browse repository at this point
Copy the full SHA 8f16b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c782a5 - Browse repository at this point
Copy the full SHA 1c782a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for faa7eb5 - Browse repository at this point
Copy the full SHA faa7eb5View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c6b45c3 - Browse repository at this point
Copy the full SHA c6b45c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c77a296 - Browse repository at this point
Copy the full SHA c77a296View commit details
Commits on Jul 31, 2023
-
Balancer review changes (#1726)
* Generated contract docs * Refactor Balancer storage variables * Small Balancer changes * Natspec updates Added missing licensing getPoolAssets gas optimized * Updated generated Balancer strategy contract diagrams * fix contract linter * Removed restrictions on tests * Small gas improvements Fixed Slither * Change BalancerError version * Updated constant names Addresses to use checksum format * JS lint tasks * Updated Balancer and Aura pool id constants * Removed getRateProviderRate as it wasn't being used Refactored to remove poolAssetsMapped storage variable * Updated OETH Contracts diagrams Generated new Balancer contract diagrams * Fix failing test * Fix merge conflict * Restored getRateProviderRate * Natspec updates Added toPoolAsset override * Removed unused getRateProviderRate * Natspec updates Gas optimization of InitializableAbstractStrategy * Abstract strategy gas improvements (#1719) * Refactor base strategy to use immutables * Fixed strategy deployments in 001_core and fixtures * Generated new strategy diagrams * Deploy rETH instead of the stETH Balancer MetaStable Pool * removed unused Aura config * Balancer fork tests * Added check that BPT amount equals Aura LP amount Added rETH conversion to ETH value * Updated balancer strat fork tests * Updated Balancer fork tests * Added optional deposit with multiple assets to the strategy * Single asset deposit to use multi asset deposit * Added optional checkBalance to Balancer strategy * Added checkBalance() to BaseBalancerStrategy * Fix slither Fix curve HH task * Added multi-asset withdraw to balancer strategy * Fix multi-asset withdraw * Updated Balancer and Vault diagrams * Fix js linter * Fixed checkBalance of rETH asset in Balancer strategy * Only wrap assets if amount > 0 Added depositAll fork test for Balancer strat * Removed Vault changes for multi-asset strategy support * Updated generated docs * Add tests for wstETH/WETH Balancer pool (#1725) * Split deployment and fix fixtures * Deposit tests for wstETH/WETH pool * Add withdraw test * prettier * remove .only in fork tests --------- Co-authored-by: Shahul Hameed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75329db - Browse repository at this point
Copy the full SHA 75329dbView commit details
Commits on Aug 1, 2023
-
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-sfrxETH-stETH-rETH
Configuration menu - View commit details
-
Copy full SHA for ea68019 - Browse repository at this point
Copy the full SHA ea68019View commit details -
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-sfrxETH-stETH-rETH
Configuration menu - View commit details
-
Copy full SHA for 5607b5d - Browse repository at this point
Copy the full SHA 5607b5dView commit details
Commits on Aug 2, 2023
-
[ DFD-1 ] Balancer's checkBalance (#1730)
* add alternative implementation of Balancer's checkBalance * correct the checkBalance implementation
Configuration menu - View commit details
-
Copy full SHA for 012a83d - Browse repository at this point
Copy the full SHA 012a83dView commit details -
* Added large withdraw tests for Balancer strategy * fix test log * Balancer withdraw to handle close to BPT limit * Small change to Balancer withdraw fork test * add some comments * change implementation --------- Co-authored-by: Domen Grabec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b120330 - Browse repository at this point
Copy the full SHA b120330View commit details -
Add read-only reentrancy test (#1731)
* Added large withdraw tests for Balancer strategy * fix test log * Balancer withdraw to handle close to BPT limit * Small change to Balancer withdraw fork test * add some comments * Add test for read-only reentrancy * add reentrancy protection to checkBalance functions * add documentation * remove the only --------- Co-authored-by: Nicholas Addison <[email protected]> Co-authored-by: Domen Grabec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39a7b3f - Browse repository at this point
Copy the full SHA 39a7b3fView commit details
Commits on Aug 3, 2023
-
* prettier * adjust how checkBalance is calculated
Configuration menu - View commit details
-
Copy full SHA for 346d949 - Browse repository at this point
Copy the full SHA 346d949View commit details
Commits on Aug 5, 2023
-
Balancer withdrawal fix (#1739)
* fix balancer withdrawals * lint * prettier
Configuration menu - View commit details
-
Copy full SHA for fbafb80 - Browse repository at this point
Copy the full SHA fbafb80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 430fbad - Browse repository at this point
Copy the full SHA 430fbadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec984c - Browse repository at this point
Copy the full SHA 3ec984cView commit details
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ecceeb1 - Browse repository at this point
Copy the full SHA ecceeb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb11498 - Browse repository at this point
Copy the full SHA eb11498View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a25a661 - Browse repository at this point
Copy the full SHA a25a661View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9dd480 - Browse repository at this point
Copy the full SHA b9dd480View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3af8527 - Browse repository at this point
Copy the full SHA 3af8527View commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3767bb2 - Browse repository at this point
Copy the full SHA 3767bb2View commit details
Commits on Aug 16, 2023
-
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-sfrxETH-stETH-rETH
Configuration menu - View commit details
-
Copy full SHA for 3cdbdba - Browse repository at this point
Copy the full SHA 3cdbdbaView commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c69369e - Browse repository at this point
Copy the full SHA c69369eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a26a4e - Browse repository at this point
Copy the full SHA 8a26a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for afb2d67 - Browse repository at this point
Copy the full SHA afb2d67View commit details -
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-sfrxETH-stETH-rETH
Configuration menu - View commit details
-
Copy full SHA for 3ae0892 - Browse repository at this point
Copy the full SHA 3ae0892View commit details
Commits on Aug 23, 2023
-
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-sfrxETH-stETH-rETH
Configuration menu - View commit details
-
Copy full SHA for b321712 - Browse repository at this point
Copy the full SHA b321712View commit details
Commits on Aug 28, 2023
-
* improve naming * one more rename * buf fix
Configuration menu - View commit details
-
Copy full SHA for 34608a7 - Browse repository at this point
Copy the full SHA 34608a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a323447 - Browse repository at this point
Copy the full SHA a323447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d8c3fa - Browse repository at this point
Copy the full SHA 7d8c3faView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4eef49 - Browse repository at this point
Copy the full SHA d4eef49View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4d36852 - Browse repository at this point
Copy the full SHA 4d36852View commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d206ce4 - Browse repository at this point
Copy the full SHA d206ce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b127355 - Browse repository at this point
Copy the full SHA b127355View commit details -
M04 - minBptFunction robustness (#1795)
* change bptExpected to ignore Oracle prices and assume assets are always pegged. (Vault value checker shall be used to mitigate issues with said assumption) * fix all the tests * add test for pool manipulation * prettier & lint * minor change * add withdrawal test * update documentation * pick string error length that is smaller than 32 characters * prettier * correct comment * better comments * prettier
Configuration menu - View commit details
-
Copy full SHA for 6ad405c - Browse repository at this point
Copy the full SHA 6ad405cView commit details -
M02 withdrawal fuzzing tests (#1801)
* add more withdrawal tests * add more withdrawal cases
Configuration menu - View commit details
-
Copy full SHA for 04b3010 - Browse repository at this point
Copy the full SHA 04b3010View commit details -
N02 gas inefficiencies (#1786)
* gas optimisation * fix bad merge and prettier
Configuration menu - View commit details
-
Copy full SHA for 852afa4 - Browse repository at this point
Copy the full SHA 852afa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for abf482f - Browse repository at this point
Copy the full SHA abf482fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d159fbe - Browse repository at this point
Copy the full SHA d159fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e09a9b9 - Browse repository at this point
Copy the full SHA e09a9b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for daeab91 - Browse repository at this point
Copy the full SHA daeab91View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f8fcd - Browse repository at this point
Copy the full SHA a2f8fcdView commit details -
M03 - missing or misleading documentation (#1781)
* improve documentation * add comma
Configuration menu - View commit details
-
Copy full SHA for cf4122a - Browse repository at this point
Copy the full SHA cf4122aView commit details
Commits on Aug 31, 2023
-
M01 More comprehensive test suite (#1780)
* add tests for approving tokens and harvesting rewards * prettier and lint
Configuration menu - View commit details
-
Copy full SHA for fcc08f7 - Browse repository at this point
Copy the full SHA fcc08f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a338d6 - Browse repository at this point
Copy the full SHA 5a338d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c0039 - Browse repository at this point
Copy the full SHA d2c0039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b4481 - Browse repository at this point
Copy the full SHA 70b4481View commit details -
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-sfrxETH-stETH-rETH
Configuration menu - View commit details
-
Copy full SHA for 71332e5 - Browse repository at this point
Copy the full SHA 71332e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 900e6d0 - Browse repository at this point
Copy the full SHA 900e6d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a7e86 - Browse repository at this point
Copy the full SHA 38a7e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd8f23 - Browse repository at this point
Copy the full SHA 3fd8f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88bfd30 - Browse repository at this point
Copy the full SHA 88bfd30View commit details -
improve checkBalance test by testing that checkBalance amount doesn't…
… decrease after the attack comaring to the middle of the attack.
Configuration menu - View commit details
-
Copy full SHA for b7e0dc3 - Browse repository at this point
Copy the full SHA b7e0dc3View commit details
Commits on Sep 6, 2023
-
confirm that yield gained by 3rd party tilting the pool can be extrac…
…ted by withdrawing the funds
Configuration menu - View commit details
-
Copy full SHA for a0cb919 - Browse repository at this point
Copy the full SHA a0cb919View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f02fad - Browse repository at this point
Copy the full SHA 0f02fadView commit details -
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-sfrxETH-stETH-rETH
Configuration menu - View commit details
-
Copy full SHA for e95315a - Browse repository at this point
Copy the full SHA e95315aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3019b49 - Browse repository at this point
Copy the full SHA 3019b49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b5a2b4 - Browse repository at this point
Copy the full SHA 6b5a2b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09684fd - Browse repository at this point
Copy the full SHA 09684fdView commit details
Commits on Sep 15, 2023
-
Minor Balancer changes from final review (#1819)
* Removed unused imports * Generated updated contract diagram
Configuration menu - View commit details
-
Copy full SHA for d8d6aa5 - Browse repository at this point
Copy the full SHA d8d6aa5View commit details -
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-sfrxETH-stETH-rETH
Configuration menu - View commit details
-
Copy full SHA for 1ad9e71 - Browse repository at this point
Copy the full SHA 1ad9e71View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64a1ada - Browse repository at this point
Copy the full SHA 64a1adaView commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 535534d - Browse repository at this point
Copy the full SHA 535534dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 932a198 - Browse repository at this point
Copy the full SHA 932a198View commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 730e7e7 - Browse repository at this point
Copy the full SHA 730e7e7View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de35628 - Browse repository at this point
Copy the full SHA de35628View commit details -
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-composable-st-pool
Configuration menu - View commit details
-
Copy full SHA for 8bfb9b9 - Browse repository at this point
Copy the full SHA 8bfb9b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b1520 - Browse repository at this point
Copy the full SHA 95b1520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bcac23 - Browse repository at this point
Copy the full SHA 9bcac23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db3802 - Browse repository at this point
Copy the full SHA 3db3802View commit details -
Configuration menu - View commit details
-
Copy full SHA for e188604 - Browse repository at this point
Copy the full SHA e188604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aaa34b - Browse repository at this point
Copy the full SHA 4aaa34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16c38bf - Browse repository at this point
Copy the full SHA 16c38bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c26743d - Browse repository at this point
Copy the full SHA c26743dView commit details
Commits on Sep 28, 2023
-
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-composable-st-pool
Configuration menu - View commit details
-
Copy full SHA for a1afaf3 - Browse repository at this point
Copy the full SHA a1afaf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c87320 - Browse repository at this point
Copy the full SHA 8c87320View commit details -
Configuration menu - View commit details
-
Copy full SHA for c21d6f4 - Browse repository at this point
Copy the full SHA c21d6f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87d2d1 - Browse repository at this point
Copy the full SHA c87d2d1View commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9504702 - Browse repository at this point
Copy the full SHA 9504702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 852f362 - Browse repository at this point
Copy the full SHA 852f362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 352a315 - Browse repository at this point
Copy the full SHA 352a315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 175dc26 - Browse repository at this point
Copy the full SHA 175dc26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f58b97 - Browse repository at this point
Copy the full SHA 1f58b97View commit details
Commits on Oct 3, 2023
-
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-composable-st-pool
Configuration menu - View commit details
-
Copy full SHA for ebbf77c - Browse repository at this point
Copy the full SHA ebbf77cView commit details
Commits on Oct 4, 2023
-
Balancer Strategy Code Simplification (#1851)
* Code simplification * Fix storage slot * Prettify * Fix test name * Fix _getRateProviderRate function * Add comment * Simplify further
Configuration menu - View commit details
-
Copy full SHA for be15ba6 - Browse repository at this point
Copy the full SHA be15ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d925894 - Browse repository at this point
Copy the full SHA d925894View commit details
Commits on Oct 5, 2023
-
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-composable-st-pool
Configuration menu - View commit details
-
Copy full SHA for d5f7e7e - Browse repository at this point
Copy the full SHA d5f7e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2976d - Browse repository at this point
Copy the full SHA fc2976dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50aa75f - Browse repository at this point
Copy the full SHA 50aa75fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f10493 - Browse repository at this point
Copy the full SHA 4f10493View commit details
Commits on Oct 19, 2023
-
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-composable-st-pool
Configuration menu - View commit details
-
Copy full SHA for b5502a0 - Browse repository at this point
Copy the full SHA b5502a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c64a329 - Browse repository at this point
Copy the full SHA c64a329View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ecf97 - Browse repository at this point
Copy the full SHA f4ecf97View commit details
Commits on Oct 20, 2023
-
Balancer Composable Pool contract diagrams (#1874)
* Generated Balancer contract diagrams * Added BalancerComposablePoolStrategy to OETH contracts diagram
Configuration menu - View commit details
-
Copy full SHA for b93e1be - Browse repository at this point
Copy the full SHA b93e1beView commit details -
Add generalised pool tilt functionality (#1849)
* refactor file locations and add general tilt functionality * make tilt/untilt work with composable stable pool * lint * remove unused params * no global variables * fix * better error message * bug fix * prettier * linter * fix * prettier * Add reallocation runlog (#1871) * make code more efficient and fix no signer returned bug --------- Co-authored-by: Shahul Hameed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd5c36b - Browse repository at this point
Copy the full SHA fd5c36bView commit details -
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-composable-st-pool
Configuration menu - View commit details
-
Copy full SHA for 1eeb8a1 - Browse repository at this point
Copy the full SHA 1eeb8a1View commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4075c4a - Browse repository at this point
Copy the full SHA 4075c4aView commit details -
Hot deploy & Balancer rate provider fix (#1877)
* more efficient rate provider cache and hot deploy a contract * expose rate providers for composable pool as well * prettier * fix issues with fixture caching * fix different types of senders * prettier
Configuration menu - View commit details
-
Copy full SHA for f0cb237 - Browse repository at this point
Copy the full SHA f0cb237View commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d99a8ea - Browse repository at this point
Copy the full SHA d99a8eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f09a8d - Browse repository at this point
Copy the full SHA 5f09a8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 933009b - Browse repository at this point
Copy the full SHA 933009bView commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab58728 - Browse repository at this point
Copy the full SHA ab58728View commit details -
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-composable-st-pool
Configuration menu - View commit details
-
Copy full SHA for 5e18318 - Browse repository at this point
Copy the full SHA 5e18318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f05e62 - Browse repository at this point
Copy the full SHA 7f05e62View commit details
Commits on Oct 25, 2023
-
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-composable-st-pool
Configuration menu - View commit details
-
Copy full SHA for bcb746c - Browse repository at this point
Copy the full SHA bcb746cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 423be2a - Browse repository at this point
Copy the full SHA 423be2aView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 292db7a - Browse repository at this point
Copy the full SHA 292db7aView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ac3998 - Browse repository at this point
Copy the full SHA 4ac3998View commit details
Commits on Nov 8, 2023
-
C-01 DoS Due to Unrestricted Growth of poolAssets Array (#1889)
* fix the critical bug of being able to cache pool assets twice * auto re-enable test when new contract implementation is deployed
Configuration menu - View commit details
-
Copy full SHA for ea1c8ef - Browse repository at this point
Copy the full SHA ea1c8efView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4afff5 - Browse repository at this point
Copy the full SHA b4afff5View commit details -
M-02 Incorrect Assumption That Pool’s BPT Is the First Token in Balan…
…cer Pool (#1912) * initial fix * add checks when strategies are miss-configured * cleanup * test for the correct error message
Configuration menu - View commit details
-
Copy full SHA for 5705849 - Browse repository at this point
Copy the full SHA 5705849View commit details -
L-01 Duplicate Strategy Assets Can Be Passed to _withdraw (#1913)
* add checks so deposits and withdrawals with duplicate assets are not possible * add comment * fix comment * fix comment
Configuration menu - View commit details
-
Copy full SHA for e0005ec - Browse repository at this point
Copy the full SHA e0005ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2313d5 - Browse repository at this point
Copy the full SHA b2313d5View commit details -
N-01 Gas Inefficiencies (#1919)
* add gas optimizations * do not shadow variables
Configuration menu - View commit details
-
Copy full SHA for 5b6066c - Browse repository at this point
Copy the full SHA 5b6066cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d45ea7 - Browse repository at this point
Copy the full SHA 0d45ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcaae0e - Browse repository at this point
Copy the full SHA bcaae0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d8a33a - Browse repository at this point
Copy the full SHA 4d8a33aView commit details
Commits on Nov 9, 2023
-
L-06 Test Coverage Gaps (#1918)
* add tests * add more tests * add more tests * add another test * prettier
Configuration menu - View commit details
-
Copy full SHA for a6d6e4f - Browse repository at this point
Copy the full SHA a6d6e4fView commit details -
L-04 Inaccurate IBalancerVault Integration Enums (#1915)
* rename enum variables * L-03 Abstraction of Pool Exit Kinds Is Error-Prone (#1916) * turn config vars into functions * clean up deployment files * clean up comments * prettier * prettier
Configuration menu - View commit details
-
Copy full SHA for b13454b - Browse repository at this point
Copy the full SHA b13454bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2934e4 - Browse repository at this point
Copy the full SHA e2934e4View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2777a80 - Browse repository at this point
Copy the full SHA 2777a80View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a251071 - Browse repository at this point
Copy the full SHA a251071View commit details -
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-composable-st-pool
Configuration menu - View commit details
-
Copy full SHA for 2074f55 - Browse repository at this point
Copy the full SHA 2074f55View commit details -
Sparrow dom/balancer composable fixes (#1927)
* withdrawAll try-catch * remove unneeded code
Configuration menu - View commit details
-
Copy full SHA for 1320ef5 - Browse repository at this point
Copy the full SHA 1320ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 815c310 - Browse repository at this point
Copy the full SHA 815c310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a71ce - Browse repository at this point
Copy the full SHA 33a71ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7729d17 - Browse repository at this point
Copy the full SHA 7729d17View commit details -
L-01, L-02 & L-03 addendum (#1929)
* add comment and change enum types to uint8 * add better comment
Configuration menu - View commit details
-
Copy full SHA for ddbfb4c - Browse repository at this point
Copy the full SHA ddbfb4cView commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fde6b01 - Browse repository at this point
Copy the full SHA fde6b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec02f1 - Browse repository at this point
Copy the full SHA 0ec02f1View commit details
Commits on Nov 15, 2023
-
M-01-late Balancer Review: more robust withdraw from strategies (#1928)
* make VaultAdmin not fail when withdrawing from all of the strategis when withdrawAll from a strategy fails * add a separate withdrawal function * remove only * fix fork tests
Configuration menu - View commit details
-
Copy full SHA for 8db6593 - Browse repository at this point
Copy the full SHA 8db6593View commit details -
* add tests for wstETH/WETH composable pool to confirm BPT position works as expected * fix comment * prettier * prettier
Configuration menu - View commit details
-
Copy full SHA for a6f3285 - Browse repository at this point
Copy the full SHA a6f3285View commit details
Commits on Nov 29, 2023
-
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-composable-st-pool
Configuration menu - View commit details
-
Copy full SHA for c25642a - Browse repository at this point
Copy the full SHA c25642aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dce9bbc - Browse repository at this point
Copy the full SHA dce9bbcView commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 25df2e6 - Browse repository at this point
Copy the full SHA 25df2e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 635f4a9 - Browse repository at this point
Copy the full SHA 635f4a9View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e00076 - Browse repository at this point
Copy the full SHA 2e00076View commit details -
Merge remote-tracking branch 'origin/master' into sparrowDom/balancer…
…-composable-st-pool
Configuration menu - View commit details
-
Copy full SHA for bbc2160 - Browse repository at this point
Copy the full SHA bbc2160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b9c0b - Browse repository at this point
Copy the full SHA 47b9c0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb75ec - Browse repository at this point
Copy the full SHA 8fb75ecView commit details -
rename variable, add test for double withdrawal. Gas optimisation whe…
…n withdrawingAll with no BPT
Configuration menu - View commit details
-
Copy full SHA for 6dbb9cd - Browse repository at this point
Copy the full SHA 6dbb9cdView commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d388725 - Browse repository at this point
Copy the full SHA d388725View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63fb7fa - Browse repository at this point
Copy the full SHA 63fb7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b3197 - Browse repository at this point
Copy the full SHA a3b3197View commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b94037 - Browse repository at this point
Copy the full SHA 8b94037View commit details