Fix execution layer redundancy#5588
Conversation
realbigsean
left a comment
There was a problem hiding this comment.
Thanks for the contribution! It's a nice cleanup, just had one small suggestion
|
Looks like some tests need updating as well, if you want to check locally whether tests compile |
|
@realbigsean thanks for review. Actually I ran |
ah there must be some tests are are missed. usually i also run |
|
@realbigsean fixed the tests! |
|
@mergify queue |
🛑 The pull request has been removed from the queue
|
|
@mergify requeue |
✅ This pull request will be re-embarked automaticallyDetailsThe followup |
🛑 The pull request has been removed from the queue
|
|
@Mergifyio requeue |
✅ This pull request will be re-embarked automaticallyDetailsThe followup |
✅ The pull request has been merged automaticallyDetailsThe pull request has been merged automatically at 62e4abf |
Issue Addressed
#3307
Proposed Changes
renamed and changed types(from Vec to Option) of below fields of Config struct:
execution_endpoints: Vec => execution_endpoint: Option
secret_files: Vec => secret_file: Option
Additional Info