Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
problem: concurent map r/w for stateobject
solution: sync locks for getStateObject and setStateObject This is an initial hotfix for ethereumproject#284. -- Note: StateDB uses stateObjects and stateObjectsDirty as maps, apparently without any sync locks for granular actions (only statedb New, Reset, copy) This seems like a red flag to me. ETHF also doesn't use granular locks for map r/w's. TODO: research this more.
- Loading branch information