-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: rename function to withdrawMultipleAt * feat: implement NFT in OE contract * test: update tests accordingly * refactor: use modifiers only in public/external functions * test: add transferFrom tests test: remove ERC20 events test: add ERC721 transfer event test: remove unneded delegatecall tests test: update create tests * test: withdrawMax function * test: withdrawMaxMultiple function * feat: use metadata modifier in all relevant functions test: update tests accordingly * docs: add access control table * build: use shanghai evm version * docs: correct natspec in ISablierV2OpenEnded * fix: remove to check in _update hook feat: inherit IERC721Metadata in ISablierV2OpenEndedState refactor: add constructor in SablierV2OpenEnded
- Loading branch information
1 parent
4405fdf
commit 73c0dce
Showing
46 changed files
with
1,301 additions
and
646 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
Oops, something went wrong.