-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What happened? Code related to our gasless relayer has been removed. This includes the TestForwarder contract, the frontend relay logic, package.json scripts related to no-gasless, etc. In places where it can't be removed, e.g. `TrustedForwarder` in `ConfigOptions.sol`, it has been marked as deprecated. ### Why? Gasless logic adds significant complexity to the codebase and has been a headache to maintain. In the past we valued this tradeoff of complexity to allow our users to not pay for gas. Now that we're more established we're ok with making our users pay for gas in order to eliminate this complexity. ### How has this been tested? #### Manual Testing - [x] Test app for `npm run start` - [x] App starts - [x] setupForTesting works (I do get a minor error but this error is also observed on `main` branch, so likely its own bug) - [x] Test app in `npm run start:local:liquidity-mining` - [x] App starts - [x] setupForTesting works - [x] can drawdown on a credit line and it makes me pay for gas. #### Unit testing - [x] All existing unit tests pass ### Further Actions Once merged we can delete the [MainnetRelayer](https://defender.openzeppelin.com/#/autotask/9d2053fd-507a-473f-8b5a-b079a694723a) and [RinkebyRelayer](https://defender.openzeppelin.com/#/autotask/348209ac-8cfd-41a4-be60-e97eab073f29) on defender. **Checklist** - [x] I have reviewed this code myself - [ ] Screenshots of the key change are present (if this is a front-end PR)
- Loading branch information
1 parent
c5344e5
commit b455c50
Showing
30 changed files
with
40 additions
and
2,936 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.