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
At present, the project has outdated main dependencies that need upgrading to the latest version for proper compatibility. This is the cause of the failure of pull request #610.
**Note 1: This upgrade includes updating @hashgraph/hedera-local to the latest version, thereby upgrading ethersjs from version 5x to 6x. Etherjs 6x introduces more breaking changes compared to version 5x. Consequently, the entire test folder will be updated to align with etherjs@6x. This update will be addressed in issue#550.
**Note 2: This upgrade involves updating @openzeppelin/hardhat-upgrades to ensure compatibility with OpenZeppelin's UUPSUpgradable contract and @openzeppelin/contracts-upgradeable version 5x.
Problem
At present, the project has outdated main dependencies that need upgrading to the latest version for proper compatibility. This is the cause of the failure of pull request #610.
**Note 1: This upgrade includes updating
@hashgraph/hedera-local
to the latest version, thereby upgradingethersjs
from version 5x to 6x. Etherjs 6x introduces more breaking changes compared to version 5x. Consequently, the entire test folder will be updated to align with etherjs@6x. This update will be addressed in issue#550.**Note 2: This upgrade involves updating @openzeppelin/hardhat-upgrades to ensure compatibility with OpenZeppelin's UUPSUpgradable contract and @openzeppelin/contracts-upgradeable version 5x.
Solution
Upgrade all dependencies to the latest versions
Update the test folder to align with etherjsv6
Update the usage of UUPSUpgradableV5
Alternatives
No response
Tasks
The text was updated successfully, but these errors were encountered: