You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users need to validate multiple aspects of their cluster configurations to ensure they match their expectations. The current setup is susceptible to trust issues due to potential Launchpad or NPM package compromise. It's important for the system to offer a secure, self-serve method for configuration validation.
🛠️ Proposed Solution
Create a dedicated getter method on the factory smart contract. This function would return a struct containing all relevant cluster configuration data, including withdrawal address, fee recipient address, and reward split configuration.
Implement a view function specifically for future-proofing and ease of user experience. This would be beneficial, particularly if the NFT-like approach to factories becomes prevalent.
The text was updated successfully, but these errors were encountered:
🎯 Problem to be Solved
Users need to validate multiple aspects of their cluster configurations to ensure they match their expectations. The current setup is susceptible to trust issues due to potential Launchpad or NPM package compromise. It's important for the system to offer a secure, self-serve method for configuration validation.
🛠️ Proposed Solution
Create a dedicated
getter
method on the factory smart contract. This function would return a struct containing all relevant cluster configuration data, including withdrawal address, fee recipient address, and reward split configuration.Implement a
view
function specifically for future-proofing and ease of user experience. This would be beneficial, particularly if the NFT-like approach to factories becomes prevalent.The text was updated successfully, but these errors were encountered: