-
Notifications
You must be signed in to change notification settings - Fork 8
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
Refactor tranche token #330
Merged
Merged
Conversation
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
…into clean-up-erc20
* Consistent mocks naming (#299) * rename mocks to consistent formatting * fix MockRestrictionManagerFactory --------- Co-authored-by: Jeroen <[email protected]> * update all relative imports to absolute imports (#297) Co-authored-by: Jeroen <[email protected]> * Remove trusted forwarder pattern (#294) * Remove trusted forwarder pattern * Update comment * Fix allowance * Change to callback * Change allowance * Fix tests * Update name * Set up 7575 share interface * Format * Remove unused transferFrom * Remove successCheck * Don't use address 0 for authTransferFrom * Fix comment * Readd transfer callback checks * Add operator logic (#298) * Add operator logic * Format * Cleanup * Add test * Update pragmas in interfaces * Update docs * Add docs * Add redeem test * Fix test * Clarify * Add modifier * Move owner check to internal method * ERC7575 updates (#302) * Replace delayed/pause admins with Guardian contract (#283) * Set up idea * plug in guardian everywhere, remove pauseAdmin, comment out broken tests * add safeMock.sol * add values_mapping_address_uint field to Mock.sol * fix some tests * fix tests * update scripts and fix more tests * update fork tests * update var name * fix tests * remove delayedAdmin * remove duplicate imports * Add IGuardian.sol and update Guardian.sol * fix tests * update Guardian.sol * Format --------- Co-authored-by: Jeroen Offerijns <[email protected]> Co-authored-by: Jeroen <[email protected]> * Remove `state.exists` and use pending Deposit and redeem requests instead (#296) * remove state.exists and use pending Deposit and redeem requests instead * forge fmt * Update requires and fix tests --------- Co-authored-by: Jeroen <[email protected]> * forge fmt * update MockRestrictionManagerFactory * uncomment name and symbol asserts --------- Co-authored-by: Adam Stox <[email protected]> Co-authored-by: Jeroen <[email protected]> Co-authored-by: Jeroen Offerijns <[email protected]> Co-authored-by: Adam Stox <[email protected]>
…into liquidity-pool-router
…into liquidity-pool-router
…xecution ( bridge + destination chain )
…xecution ( bridge + destination chain )
… overall gas cost on all routers. Mark the contract address used as an entry point for the transaction.
…if there is provided value for gas payment.
…nsaction not triggered by CentrifugeRouter (#335) * fea:(Gateway) Allow partial payments from the gateway balance for transaction not triggered by CentrifugeRouter * chore: A forgotten file to be renamed
peculiarity
reviewed
Jul 1, 2024
peculiarity
reviewed
Jul 1, 2024
peculiarity
reviewed
Jul 1, 2024
peculiarity
reviewed
Jul 1, 2024
peculiarity
reviewed
Jul 1, 2024
peculiarity
reviewed
Jul 1, 2024
ilinzweilin
previously approved these changes
Jul 1, 2024
peculiarity
approved these changes
Jul 2, 2024
Coverage after merging refactor-tt into main will be
Coverage Report |
ilinzweilin
approved these changes
Jul 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.