Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
issue
issue
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

  • chainmaker
  • issueissue
  • Issues
  • #268

Closed
Open
Opened Jul 26, 2022 by Coder AKA@AKACoder1 of 1 task completed1/1 task

SealEVM的Balance缓存bug修复同步

【问题分类】

  • bug

【问题描述】(请对问题进行描述,方便定位问题)

  1. 当在合约执行过程中,余额发生变化时,变化后的余额会存入缓。
  2. evm-go/storage/storage.go 中的Balance方法,没有访问缓存,直接从外部存储中获取了balance。

因此,Balance方法会在一些情况下无法获取正确的账余额

该bug在这个 -> commit 中被修复,烦请检查下长安链是否也存在该问题。

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: chainmaker/issue#268

Copyright © 2021 ChainMaker Org. All Rights Reserved. 长安链 版权所有。