-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat(relayer): only process profitable transactions #408
Merged
Conversation
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
…ns across all chains via event repo
Codecov Report
@@ Coverage Diff @@
## main #408 +/- ##
==========================================
+ Coverage 65.02% 65.57% +0.54%
==========================================
Files 96 99 +3
Lines 2605 2661 +56
Branches 313 313
==========================================
+ Hits 1694 1745 +51
- Misses 844 845 +1
- Partials 67 71 +4
*This pull request uses carry forward flags. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
cyberhorsey
commented
Dec 9, 2022
davidtaikocha
approved these changes
Dec 10, 2022
dantaik
approved these changes
Dec 10, 2022
1xDeFi
added a commit
to 1xDeFi/taiko-mono
that referenced
this pull request
Dec 13, 2022
commit 1a94184 Author: 1xDeFi <[email protected]> Date: Tue Dec 13 16:56:11 2022 +0100 Squashed commit of the following: commit a8b1c49 Author: 1xDeFi <[email protected]> Date: Mon Dec 12 14:15:36 2022 +0100 remove internal variables and functions Removed from: https://taiko.xyz/docs/reference/smart-contracts/bridge/BridgedERC20 commit 235b685 Author: 1xDeFi <[email protected]> Date: Tue Dec 13 16:56:00 2022 +0100 Squashed commit of the following: commit 1fdf217 Merge: 4ae3dbc 788e162 Author: 1xDeFi <[email protected]> Date: Tue Dec 13 16:24:24 2022 +0100 Merge branch 'main' into patch-5 commit 4ae3dbc Author: 1xDeFi <[email protected]> Date: Mon Dec 12 14:14:20 2022 +0100 remove internal variables and functions Removed from: https://taiko.xyz/docs/reference/smart-contracts/bridge/ commit 1a28290 Author: 1xDeFi <[email protected]> Date: Tue Dec 13 16:55:46 2022 +0100 Squashed commit of the following: commit 5bdd441 Author: 1xDeFi <[email protected]> Date: Mon Dec 12 14:10:58 2022 +0100 remove internal variables and functions Removed for: https://taiko.xyz/docs/reference/smart-contracts/L1/TaikoL1 commit 9e219bd Author: 1xDeFi <[email protected]> Date: Tue Dec 13 16:55:23 2022 +0100 Squashed commit of the following: commit 19525cb Author: 1xDeFi <[email protected]> Date: Mon Dec 12 14:08:55 2022 +0100 remove internal variables and functions Removed from: https://taiko.xyz/docs/reference/smart-contracts/L1/TkoToken commit e443de4 Merge: bc54a67 788e162 Author: 1xDeFi <[email protected]> Date: Tue Dec 13 16:26:26 2022 +0100 Merge branch 'taikoxyz:main' into patch-2 commit 788e162 Author: Daniel Wang <[email protected]> Date: Tue Dec 13 06:44:16 2022 +0800 chore(website): publish website when contract code changes on main (taikoxyz#413) commit b5d8180 Author: jeff <[email protected]> Date: Mon Dec 12 07:43:45 2022 -0800 feat(relayer): only process profitable transactions (taikoxyz#408) commit bc54a67 Author: 1xDeFi <[email protected]> Date: Mon Dec 12 14:07:20 2022 +0100 remove internal variables and functions Removed from: https://taiko.xyz/docs/reference/smart-contracts/L2/TaikoL2
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
closes #247