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
0 means the signature is generated in a similar way to ethereum transactions
1 means the signature is generated based on typed signature (EIP-712) as implemented by MetaMask BEFORE #4803
after Metamask 4803 is pushed, it will be a breaking change for MetaMask users of our testnet, so we need to upgrade accordingly
The text was updated successfully, but these errors were encountered:
currently, pyquarkchain's transaction include a field called version which signifies how the transaction is signed:
pyquarkchain/quarkchain/evm/transactions.py
Line 64 in 3648337
0 means the signature is generated in a similar way to ethereum transactions
1 means the signature is generated based on typed signature (EIP-712) as implemented by MetaMask BEFORE #4803
after Metamask 4803 is pushed, it will be a breaking change for MetaMask users of our testnet, so we need to upgrade accordingly
The text was updated successfully, but these errors were encountered: