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
fix: implement proper data source clearing in set_data_sources
- Iterate through existing valid_data_sources to invalidate them in is_valid_data_source mapping
- Clear the storage vector using truncate(0) before adding new data sources
- Match Solidity PythGovernance.sol behavior: invalidate old sources, clear array, add new sources
- Fix unused Result warning in authorize_governance_transfer call
- All cargo tests pass (13 passed, 0 failed)
Co-Authored-By: [email protected] <[email protected]>
0 commit comments