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
fileHasSP exists only in old contract (repo storage-app)
Solution
check is ProxeusFS service is used, get rid of artifacts check other cases of unused contract methods:
The actual list of ProxeusFS smart contract methods:
registerFile
verifyFile
signFile
getFileSigners
The text was updated successfully, but these errors were encountered:
tafonina
changed the title
Artifacts with methods to old contracts
Artifacts with methods to old smart contracts
Feb 18, 2022
loleg
added
bug
Something isn't working
tokens
Issues that involve web3 or Solidity
and removed
bug
Something isn't working
labels
Apr 29, 2022
Subject of the issue
In the code there are calls to old or nonexistent methods of smart contracts:
example file
ui/wallet/src/ProxeusEthereum/services/ProxeusFS.js
getXESPrice
doesnt exist in ProxeusFS contractfileHasSP
exists only in old contract (repo storage-app)Solution
check is ProxeusFS service is used, get rid of artifacts check other cases of unused contract methods:
The actual list of ProxeusFS smart contract methods:
The text was updated successfully, but these errors were encountered: