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
We used EPIRUS on a private ethereum network with the native currency OKP.
After having deployed a smart contract I have sent 22 OKP to this contract.
Then I destroyed the contract and it returned to my wallet 22 OKP according to Metamask.
The EPIRUS explorer wallet balance of my external address didn't reflect that transaction.
To be sure that it is not a Metamask issue I checked with a node, which confirmed me, that the balance of my wallet (external address) was 22 OKP higher than EPIRUS was showing.
The text was updated successfully, but these errors were encountered:
This functionality requires "internal transaction" processing, but at the moment is only available on the commercial version.
Brief explanation:
To reflect the proper balances you need to handle SELFDESTRUCT traces to know the value transferred or refresh the balance of the accounts involved in the internal CALL using eth_getBalance.
For further information, see hyperledger/besu#2319 regarding such traces in the Besu client. Note that it is client specific, although the traces format tends to some standardization 🐱
We used EPIRUS on a private ethereum network with the native currency OKP.
After having deployed a smart contract I have sent 22 OKP to this contract.
Then I destroyed the contract and it returned to my wallet 22 OKP according to Metamask.
The EPIRUS explorer wallet balance of my external address didn't reflect that transaction.
To be sure that it is not a Metamask issue I checked with a node, which confirmed me, that the balance of my wallet (external address) was 22 OKP higher than EPIRUS was showing.
The text was updated successfully, but these errors were encountered: