We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The substrate balance for substrate account address is not sync to the corresponding EVM account address at pallet-vm.
Current conversion from substrate account to EVM account: https://github.com/ParaState/frontier/blob/ssvm/frame/vm/src/lib.rs#L169-L184
Current conversion from EVM account to substrate account: https://github.com/ParaState/frontier/blob/ssvm/frame/vm/src/lib.rs#L200-L209
We need to find a way to sync balance between substrate & EVM accounts.
The text was updated successfully, but these errors were encountered:
這是目前 charge gas fee 的架構, ① ② 是有想到可能可以改進的地方
Sorry, something went wrong.
The upstream VM frame is upgraded to frame v2, should we take this into consideration? polkadot-evm#380
paritytech#380
In progress on migrate branch. still working on fix remain ts-tests fail cases.
Update: Merge official frontier/master latest version 6e2e908 into ssvm done in #20 (including paritytech#380)
After discussion, the issue is invalid and there will be other issues to address the business problem.
#27 #28 #29
yanganto
No branches or pull requests
The substrate balance for substrate account address is not sync to the corresponding EVM account address at pallet-vm.
Current conversion from substrate account to EVM account:
https://github.com/ParaState/frontier/blob/ssvm/frame/vm/src/lib.rs#L169-L184
Current conversion from EVM account to substrate account:
https://github.com/ParaState/frontier/blob/ssvm/frame/vm/src/lib.rs#L200-L209
We need to find a way to sync balance between substrate & EVM accounts.
The text was updated successfully, but these errors were encountered: