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
Problem: transient store usage not compatible with parallel tx execution
Currently we use shared transient store keys to accumulate some states,
which cause issues when developing parallel tx execution
Solution:
- remove some transient stores.
- the others are used in a per-tx fasion.
Update CHANGELOG.md
Signed-off-by: yihuang <huang@crypto.com>
cleanup
fix test
0 commit comments