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
Now I get the serialized transaction body of the evm type. The hash calculated according to the eth method is wrong. What is the difference between the hash calculation of okt and eth, I hope to make the smallest changes to support it in okt
The text was updated successfully, but these errors were encountered:
I have calculated txHash before by using encode api and sha256 the result like cosmos, okx/exchain#659
But now, the encode api always got error when I called it. Can I still use it in evm module?
How can I calculate TxHash in evm module?
I have seen the method in https://github.com/okex/exchain-go-sdk/blob/87a4af69f9ab4deebecf24b3d14b7697068becd0/module/evm/utils.go#L12
Now I get the serialized transaction body of the evm type. The hash calculated according to the eth method is wrong. What is the difference between the hash calculation of okt and eth, I hope to make the smallest changes to support it in okt
The text was updated successfully, but these errors were encountered: