-
Notifications
You must be signed in to change notification settings - Fork 84
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: add priority tax reactor #252
Merged
Merged
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a9eb24f - Browse repository at this point
Copy the full SHA a9eb24fView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d088055 - Browse repository at this point
Copy the full SHA d088055View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3be03 - Browse repository at this point
Copy the full SHA 9e3be03View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22304b - Browse repository at this point
Copy the full SHA f22304bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 462e73c - Browse repository at this point
Copy the full SHA 462e73cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6507ec - Browse repository at this point
Copy the full SHA b6507ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 733ea41 - Browse repository at this point
Copy the full SHA 733ea41View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24e3387 - Browse repository at this point
Copy the full SHA 24e3387View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e462c - Browse repository at this point
Copy the full SHA a3e462cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d90457 - Browse repository at this point
Copy the full SHA 7d90457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4160c07 - Browse repository at this point
Copy the full SHA 4160c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939fdd3 - Browse repository at this point
Copy the full SHA 939fdd3View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 109c580 - Browse repository at this point
Copy the full SHA 109c580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45cc9f6 - Browse repository at this point
Copy the full SHA 45cc9f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b5d55b - Browse repository at this point
Copy the full SHA 3b5d55bView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0e0cdd - Browse repository at this point
Copy the full SHA c0e0cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d1a6d - Browse repository at this point
Copy the full SHA b0d1a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d7201 - Browse repository at this point
Copy the full SHA 91d7201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bcf907 - Browse repository at this point
Copy the full SHA 8bcf907View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e71e07 - Browse repository at this point
Copy the full SHA 7e71e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98b47bc - Browse repository at this point
Copy the full SHA 98b47bcView commit details
Commits on Jul 11, 2024
-
feat: add cosigner logic and minPriorityFee (#254)
* Add cosigner logic * Add invalid cosigner and cosignature tests * Add minPriorityFee * remove openAuctionStartBlock * add revert test for filling before cosigner and before auction start block * remove unused error * Only validate cosignature if before auctionStartBlock * add custom revert for txGasprice < block base fee * add revert test for txgasprice * remove view modifier * only call updateCosignerData func if before auctionStartBlock * move getPriorityFee into separate func * fix compiler warnings for tests --------- Co-authored-by: ConjunctiveNormalForm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 666d57d - Browse repository at this point
Copy the full SHA 666d57dView commit details
Commits on Jul 12, 2024
-
fix: cosigner verification edge cases and other fixes (#255)
* move cosigner verification logic into validate * Add cosignerlib * nit: comments * Add tests to CosignerLib * flip and forge fmt
Configuration menu - View commit details
-
Copy full SHA for 7c4330f - Browse repository at this point
Copy the full SHA 7c4330fView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b26c523 - Browse repository at this point
Copy the full SHA b26c523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25237d0 - Browse repository at this point
Copy the full SHA 25237d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77c9cba - Browse repository at this point
Copy the full SHA 77c9cbaView commit details
Commits on Jul 18, 2024
-
feat: revert quickly if order is already filled (#259)
* revert quickly if invalid nonce * update gas snaps * add tests for invalid nonces * Change revert to OrderAlreadyFilled * forge fmt * rm console2
Configuration menu - View commit details
-
Copy full SHA for f77785b - Browse repository at this point
Copy the full SHA f77785bView commit details
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.