-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate unique Functions requestIds for reorg'ed requests (#10891)
* compute requestId using hash of commitment * fixed tests * prettier * removed extra line * Added test assertions * Update functions.gas-snapshot * Update functions.gas-snapshot * Update functions.gas-snapshot * Reduce gas use for calculating unique requestId * Extend hash to cover more fields * Add solhint ignore for tx.origin * Gas Golf: -86k from maximal request * Regenerate geth wrappers * Restore foundry-lib --------- Co-authored-by: Bolek Kulbabinski <[email protected]> Co-authored-by: Justin Kaseman <[email protected]>
- Loading branch information
1 parent
d9afbbd
commit 231f2ff
Showing
5 changed files
with
63 additions
and
80 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
Oops, something went wrong.