Open Issues Need Help
View All on GitHubAI Summary: The task requires modifying the configuration handling in the 'Blazing-Fast SVM Ephemeral Validator' project to correctly merge nested flattened structs. Currently, non-default fields in nested structs are overwritten, losing potentially important configuration data. The solution involves implementing and using a merge function to ensure all non-default and non-overlapping fields from both configurations are combined.
AI Summary: Implement a base HTTP server using low-level libraries like Hyper to handle HTTP1 and HTTP2 requests for the MagicBlock Ephemeral Validator. This involves parsing incoming requests and managing connections.
AI Summary: Debug and fix failing integration tests in the Magicblock Ephemeral Validator project. The tests are failing due to a `PubsubClientError` likely caused by either a lack of unsubscription at the end of tests or multiple simultaneous connections. This involves investigating the test suite, identifying the source of the connection errors, and implementing a solution to prevent the 429 (Too Many Requests) HTTP error.