-
Notifications
You must be signed in to change notification settings - Fork 20
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
Avoid zero value transfers #1014
Merged
Merged
Changes from 29 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6c5069c
feat: block zero transfers for pool tokens (simulate tokens that don'…
EndymionJkb 90ff425
refactor: check amount > 0 in _sendTo, to prevent zero transfers
EndymionJkb f0cf956
Merge branch 'main' into zero-xfer-v2
EndymionJkb d5d0010
Merge branch 'main' into zero-xfer-v2
EndymionJkb 6f69649
feat: protect router against zero transfers
EndymionJkb 29b0de2
test: protect hooks against zero transfers
EndymionJkb ed9c989
chore: update bytecode
EndymionJkb 175b654
chore: update gas
EndymionJkb 68b527a
feat: also prevent 0 ETH transfers
EndymionJkb a148d76
chore: update bytecode
EndymionJkb 7858591
chore: update gas
EndymionJkb 1d89cfc
Merge branch 'main' into zero-xfer-v2
EndymionJkb 08427db
Merge branch 'main' into zero-xfer-v2
EndymionJkb 4e25851
Merge branch 'main' into zero-xfer-v2
EndymionJkb 5a1199c
Merge branch 'main' into zero-xfer-v2
EndymionJkb 87b44a3
refactor: revert change to main Vault - don't check in `sendTo` - try…
EndymionJkb 106a93f
refactor: Router changes to avoid calling Vault functions that would …
EndymionJkb d85dcfd
chore: update bytecode
EndymionJkb 8e148ac
refactor: avoid making Vault calls in the test framework that do zero…
EndymionJkb f70d306
test: update tests to avoid zero transfers
EndymionJkb b562bac
chore: update gas
EndymionJkb 78a2808
lint
EndymionJkb 51ec01c
refactor: don't need to check for zero transfer of weth
EndymionJkb 976b94f
chore: update bytecode
EndymionJkb cd2c1b5
Merge branch 'main' into zero-xfer-v2
EndymionJkb 40f6b35
refactor: don't call settle with 0
EndymionJkb 99f8951
test: update settle in test
EndymionJkb 0c3947b
chore: update bytecode
EndymionJkb 4ed09f9
chore: update gas
EndymionJkb 2ff038b
Merge branch 'main' into zero-xfer-v2
EndymionJkb 1809aef
refactor: remove unnecessary checks
EndymionJkb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...shots/[StablePool - ERC4626 - BatchRouter] swapExactIn - no buffer liquidity - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
301.9k | ||
302.1k |
2 changes: 1 addition & 1 deletion
2
...ots/[StablePool - ERC4626 - BatchRouter] swapExactIn - with buffer liquidity - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
245.5k | ||
245.6k |
2 changes: 1 addition & 1 deletion
2
...hots/[StablePool - ERC4626 - BatchRouter] swapExactOut - no buffer liquidity - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
340.7k | ||
333.0k |
2 changes: 1 addition & 1 deletion
2
...ts/[StablePool - ERC4626 - BatchRouter] swapExactOut - with buffer liquidity - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
266.9k | ||
259.2k |
2 changes: 1 addition & 1 deletion
2
...blePool - Standard - BatchRouter] add liquidity unbalanced using swapExactIn - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
214.6k | ||
196.4k |
2 changes: 1 addition & 1 deletion
2
...shots/[StablePool - Standard - BatchRouter] add liquidity using swapExactOur - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
199.2k | ||
181.0k |
2 changes: 1 addition & 1 deletion
2
...ots/[StablePool - Standard - BatchRouter] remove liquidity using swapExactIn - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
214.1k | ||
194.5k |
2 changes: 1 addition & 1 deletion
2
...ts/[StablePool - Standard - BatchRouter] remove liquidity using swapExactOut - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
233.5k | ||
213.8k |
2 changes: 1 addition & 1 deletion
2
.../[StablePool - Standard - BatchRouter] swap exact in with one token and fees - cold slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
195.3k | ||
195.5k |
2 changes: 1 addition & 1 deletion
2
.../[StablePool - Standard - BatchRouter] swap exact in with one token and fees - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
181.4k | ||
181.6k |
2 changes: 1 addition & 1 deletion
2
...ool-stable/test/gas/.hardhat-snapshots/[StablePool - Standard] add liquidity proportional
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
179.6k | ||
179.7k |
2 changes: 1 addition & 1 deletion
2
...rdhat-snapshots/[StablePool - Standard] add liquidity single token exact out - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
192.6k | ||
172.1k |
2 changes: 1 addition & 1 deletion
2
...test/gas/.hardhat-snapshots/[StablePool - Standard] add liquidity unbalanced - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
214.4k | ||
214.5k |
2 changes: 1 addition & 1 deletion
2
...-stable/test/gas/.hardhat-snapshots/[StablePool - Standard] remove liquidity proportional
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
168.0k | ||
167.7k |
2 changes: 1 addition & 1 deletion
2
...hat-snapshots/[StablePool - Standard] remove liquidity single token exact in - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
181.9k | ||
166.9k |
2 changes: 1 addition & 1 deletion
2
...at-snapshots/[StablePool - Standard] remove liquidity single token exact out - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
191.7k | ||
176.7k |
2 changes: 1 addition & 1 deletion
2
...rdhat-snapshots/[StablePool - Standard] swap single token exact in with fees - cold slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
179.4k | ||
179.5k |
2 changes: 1 addition & 1 deletion
2
...rdhat-snapshots/[StablePool - Standard] swap single token exact in with fees - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
165.5k | ||
165.6k |
2 changes: 1 addition & 1 deletion
2
...lePool - With rate - BatchRouter] add liquidity unbalanced using swapExactIn - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
236.3k | ||
218.2k |
2 changes: 1 addition & 1 deletion
2
...hots/[StablePool - With rate - BatchRouter] add liquidity using swapExactOur - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
220.9k | ||
202.7k |
2 changes: 1 addition & 1 deletion
2
...ts/[StablePool - With rate - BatchRouter] remove liquidity using swapExactIn - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
235.6k | ||
216.0k |
2 changes: 1 addition & 1 deletion
2
...s/[StablePool - With rate - BatchRouter] remove liquidity using swapExactOut - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
255.0k | ||
235.3k |
2 changes: 1 addition & 1 deletion
2
...[StablePool - With rate - BatchRouter] swap exact in with one token and fees - cold slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
228.6k | ||
228.8k |
2 changes: 1 addition & 1 deletion
2
...[StablePool - With rate - BatchRouter] swap exact in with one token and fees - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
198.2k | ||
198.4k |
2 changes: 1 addition & 1 deletion
2
...ol-stable/test/gas/.hardhat-snapshots/[StablePool - With rate] add liquidity proportional
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
235.0k | ||
235.1k |
2 changes: 1 addition & 1 deletion
2
...dhat-snapshots/[StablePool - With rate] add liquidity single token exact out - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
211.8k | ||
193.8k |
2 changes: 1 addition & 1 deletion
2
...stable/test/gas/.hardhat-snapshots/[StablePool - With rate] remove liquidity proportional
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
223.2k | ||
222.9k |
2 changes: 1 addition & 1 deletion
2
...at-snapshots/[StablePool - With rate] remove liquidity single token exact in - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
200.9k | ||
188.4k |
2 changes: 1 addition & 1 deletion
2
...t-snapshots/[StablePool - With rate] remove liquidity single token exact out - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
210.6k | ||
198.2k |
2 changes: 1 addition & 1 deletion
2
...dhat-snapshots/[StablePool - With rate] swap single token exact in with fees - cold slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
212.7k | ||
212.8k |
2 changes: 1 addition & 1 deletion
2
...dhat-snapshots/[StablePool - With rate] swap single token exact in with fees - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
182.3k | ||
182.4k |
2 changes: 1 addition & 1 deletion
2
pkg/pool-stable/test/gas/.hardhat-snapshots/[StablePool] donation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
178.4k | ||
178.5k |
2 changes: 1 addition & 1 deletion
2
pkg/pool-stable/test/gas/.hardhat-snapshots/[StablePool] initialize with ETH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
347.6k | ||
347.7k |
2 changes: 1 addition & 1 deletion
2
pkg/pool-stable/test/gas/.hardhat-snapshots/[StablePool] initialize without ETH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
335.1k | ||
335.2k |
2 changes: 1 addition & 1 deletion
2
...ots/[WeightedPool - ERC4626 - BatchRouter] swapExactIn - no buffer liquidity - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
296.8k | ||
297.0k |
2 changes: 1 addition & 1 deletion
2
...s/[WeightedPool - ERC4626 - BatchRouter] swapExactIn - with buffer liquidity - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
232.0k | ||
232.1k |
2 changes: 1 addition & 1 deletion
2
...ts/[WeightedPool - ERC4626 - BatchRouter] swapExactOut - no buffer liquidity - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
327.2k | ||
319.5k |
2 changes: 1 addition & 1 deletion
2
.../[WeightedPool - ERC4626 - BatchRouter] swapExactOut - with buffer liquidity - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
253.5k | ||
245.7k |
2 changes: 1 addition & 1 deletion
2
...tedPool - Standard - BatchRouter] add liquidity unbalanced using swapExactIn - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
208.3k | ||
190.2k |
2 changes: 1 addition & 1 deletion
2
...ots/[WeightedPool - Standard - BatchRouter] add liquidity using swapExactOur - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
185.9k | ||
167.8k |
2 changes: 1 addition & 1 deletion
2
...s/[WeightedPool - Standard - BatchRouter] remove liquidity using swapExactIn - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
200.9k | ||
181.3k |
2 changes: 1 addition & 1 deletion
2
.../[WeightedPool - Standard - BatchRouter] remove liquidity using swapExactOut - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
233.6k | ||
213.9k |
2 changes: 1 addition & 1 deletion
2
...WeightedPool - Standard - BatchRouter] swap exact in with one token and fees - cold slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
185.0k | ||
185.1k |
2 changes: 1 addition & 1 deletion
2
...WeightedPool - Standard - BatchRouter] swap exact in with one token and fees - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
167.9k | ||
168.0k |
2 changes: 1 addition & 1 deletion
2
...weighted/test/gas/.hardhat-snapshots/[WeightedPool - Standard] add liquidity proportional
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
179.6k | ||
179.7k |
2 changes: 1 addition & 1 deletion
2
...hat-snapshots/[WeightedPool - Standard] add liquidity single token exact out - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
179.3k | ||
158.8k |
2 changes: 1 addition & 1 deletion
2
...ghted/test/gas/.hardhat-snapshots/[WeightedPool - Standard] remove liquidity proportional
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
168.0k | ||
167.7k |
2 changes: 1 addition & 1 deletion
2
...t-snapshots/[WeightedPool - Standard] remove liquidity single token exact in - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
168.6k | ||
153.6k |
2 changes: 1 addition & 1 deletion
2
...-snapshots/[WeightedPool - Standard] remove liquidity single token exact out - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
191.7k | ||
176.8k |
2 changes: 1 addition & 1 deletion
2
...hat-snapshots/[WeightedPool - Standard] swap single token exact in with fees - cold slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
169.1k | ||
169.2k |
2 changes: 1 addition & 1 deletion
2
...hat-snapshots/[WeightedPool - Standard] swap single token exact in with fees - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
152.0k | ||
152.1k |
2 changes: 1 addition & 1 deletion
2
...edPool - With rate - BatchRouter] add liquidity unbalanced using swapExactIn - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
230.1k | ||
212.0k |
2 changes: 1 addition & 1 deletion
2
...ts/[WeightedPool - With rate - BatchRouter] add liquidity using swapExactOur - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
207.7k | ||
189.5k |
2 changes: 1 addition & 1 deletion
2
.../[WeightedPool - With rate - BatchRouter] remove liquidity using swapExactIn - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
222.4k | ||
202.8k |
2 changes: 1 addition & 1 deletion
2
...[WeightedPool - With rate - BatchRouter] remove liquidity using swapExactOut - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
255.1k | ||
235.4k |
2 changes: 1 addition & 1 deletion
2
...eightedPool - With rate - BatchRouter] swap exact in with one token and fees - cold slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
218.3k | ||
218.5k |
2 changes: 1 addition & 1 deletion
2
...eightedPool - With rate - BatchRouter] swap exact in with one token and fees - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
184.1k | ||
184.3k |
2 changes: 1 addition & 1 deletion
2
...eighted/test/gas/.hardhat-snapshots/[WeightedPool - With rate] add liquidity proportional
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
235.0k | ||
235.1k |
2 changes: 1 addition & 1 deletion
2
...at-snapshots/[WeightedPool - With rate] add liquidity single token exact out - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
198.6k | ||
180.6k |
2 changes: 1 addition & 1 deletion
2
...t/gas/.hardhat-snapshots/[WeightedPool - With rate] add liquidity unbalanced - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
229.7k | ||
229.8k |
2 changes: 1 addition & 1 deletion
2
...hted/test/gas/.hardhat-snapshots/[WeightedPool - With rate] remove liquidity proportional
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
223.2k | ||
222.9k |
2 changes: 1 addition & 1 deletion
2
...-snapshots/[WeightedPool - With rate] remove liquidity single token exact in - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
187.6k | ||
175.1k |
2 changes: 1 addition & 1 deletion
2
...snapshots/[WeightedPool - With rate] remove liquidity single token exact out - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
210.7k | ||
198.3k |
2 changes: 1 addition & 1 deletion
2
...at-snapshots/[WeightedPool - With rate] swap single token exact in with fees - cold slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
202.4k | ||
202.5k |
2 changes: 1 addition & 1 deletion
2
...at-snapshots/[WeightedPool - With rate] swap single token exact in with fees - warm slots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
168.2k | ||
168.3k |
2 changes: 1 addition & 1 deletion
2
pkg/pool-weighted/test/gas/.hardhat-snapshots/[WeightedPool] donation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
178.4k | ||
178.5k |
2 changes: 1 addition & 1 deletion
2
pkg/pool-weighted/test/gas/.hardhat-snapshots/[WeightedPool] initialize with ETH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
348.9k | ||
349.0k |
2 changes: 1 addition & 1 deletion
2
pkg/pool-weighted/test/gas/.hardhat-snapshots/[WeightedPool] initialize without ETH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
336.4k | ||
336.5k |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 good idea.