-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 946c209 Author: Shawn <[email protected]> Date: Fri Jul 19 18:47:56 2024 -0700 chore: update abis + bindings commit 6e74e2b Author: Shawn <[email protected]> Date: Fri Jul 19 18:43:35 2024 -0700 fix: smaller require msges commit 5f206ec Author: Shawn <[email protected]> Date: Fri Jul 19 18:16:26 2024 -0700 chore: go back to require statements due to ethereum/go-ethereum#26823 commit a6a076e Author: Mikhail Wall <[email protected]> Date: Sat Jul 20 00:57:26 2024 +0200 feat: Fully enable solhint merge (#258) * fix: fixed bidder registry linter * fix: fixed blockTracker * fix: fixing oracle and fixed interfaces * fix: merged with Shawn branch * fix: added more custom errors commit 0bc368c Author: Shawn <[email protected]> Date: Fri Jul 19 14:56:58 2024 -0700 fix: missed a disable line commit 0b1f929 Author: Shawn <[email protected]> Date: Fri Jul 19 14:55:29 2024 -0700 refactor: address unused imports point commit 3327469 Author: Shawn <[email protected]> Date: Fri Jul 19 14:54:36 2024 -0700 refactor: correct style related points commit ce642d8 Author: Shawn <[email protected]> Date: Fri Jul 19 14:25:35 2024 -0700 fix: proper use of solhint disable for empty blocks check commit 9971497 Author: Shawn <[email protected]> Date: Fri Jul 19 14:12:04 2024 -0700 refactor: correct all instances of gas-length-in-loops infractions commit 33f603d Author: Shawn <[email protected]> Date: Fri Jul 19 14:02:14 2024 -0700 refactor: correct all instances of private-vars-leading-underscore infractions commit ba33b03 Author: Shawn <[email protected]> Date: Fri Jul 19 13:28:24 2024 -0700 refactor: refactor contracts for all instances of ordering infractions Co-Authored-By: Mikhail Wall <[email protected]>
- Loading branch information
Showing
30 changed files
with
1,178 additions
and
1,023 deletions.
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
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
274 changes: 188 additions & 86 deletions
274
contracts-abi/clients/BidderRegistry/BidderRegistry.go
Large diffs are not rendered by default.
Oops, something went wrong.
54 changes: 27 additions & 27 deletions
54
contracts-abi/clients/PreConfCommitmentStore/PreConfCommitmentStore.go
Large diffs are not rendered by default.
Oops, something went wrong.
64 changes: 32 additions & 32 deletions
64
contracts-abi/clients/ProviderRegistry/ProviderRegistry.go
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.