Skip to content
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

Manage permissionless claiming #328

Merged
merged 7 commits into from
Jul 1, 2024
Merged

Manage permissionless claiming #328

merged 7 commits into from
Jul 1, 2024

Conversation

hieronx
Copy link
Contributor

@hieronx hieronx commented Jun 21, 2024

No description provided.

AStox
AStox previously approved these changes Jun 21, 2024
@@ -71,6 +74,12 @@ contract CentrifugeRouter is Auth, ICentrifugeRouter {
emit LockDepositRequest(vault, controller, owner, _initiator, amount);
}

/// @inheritdoc ICentrifugeRouter
function openLockDepositRequest(address vault, uint256 amount) external protected {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a helper to allow Prime users that interact with Gnosis Safe directly, to easily construct this transaction.

@hieronx hieronx merged commit 5f616eb into main Jul 1, 2024
4 checks passed
Copy link

github-actions bot commented Jul 1, 2024

Coverage after merging manage-claiming into main will be

89.12%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   Auth.sol100%100%100%100%
   CentrifugeRouter.sol54.26%37.50%73.68%58.57%100, 104, 116, 132, 132, 142, 146, 155, 160, 162–163, 163–164, 166–167, 167, 171–172, 172, 174, 174, 180, 185, 185–187, 187, 187, 27–28, 30–31, 35, 42, 42, 56–58, 58–59, 67, 70, 85–86, 86, 86–87, 89–90, 90, 90, 92–94
   ERC7540Vault.sol82.42%70.83%93.02%80.61%107, 127, 133, 175–177, 202–204, 230–232, 244, 70–76, 78–81, 83–84
   Escrow.sol100%100%100%100%
   InvestmentManager.sol90.65%88.04%86.36%92.97%134, 248, 257, 301, 330, 352, 384, 388–389, 511, 554–557, 566–569, 569, 569, 60–61, 63–64
   PoolManager.sol95.39%99.06%76.92%95.93%201, 204, 64–67, 69–70
   Root.sol92.11%88.89%92.86%93.18%124, 129, 149–150, 38
src/admin
   Guardian.sol66.67%50%77.78%63.64%23–25, 29, 29, 63
src/factories
   ERC7540VaultFactory.sol100%100%100%100%
   RestrictionManagerFactory.sol66.67%100%50%70%23, 25–26
   TrancheTokenFactory.sol100%100%100%100%
   TransferProxyFactory.sol100%100%100%100%
src/gateway
   Gateway.sol88.46%100%80%81.48%41–43, 45–46
src/gateway/routers
   Aggregator.sol89.26%80%83.33%95.40%100, 109–110, 114, 153, 156–157, 160, 169, 40, 42–43, 49, 51
src/gateway/routers/axelar
   Forwarder.sol80%100%75%75%38, 40–41
   Router.sol84.21%100%66.67%75%34–35
src/token
   ERC20.sol97.12%94.12%100%98.31%161, 60–61
   RestrictionManager.sol94.83%100%66.67%100%
   Tranche.sol77.14%62.50%72.73%87.50%55, 64, 73, 83, 93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants