Implement delayed Tx #295
No reviewers
Labels
No Label
bug
critical
duplicate
enhancement
epic
help wanted
in progress
invalid
low priority
question
rebase
v1
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/go-ethereum#295
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "statediff-lazy-tx"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements a
Tx
object that caches SQL statements, then builds and commits the underlying transaction atCommit
.Closes https://github.com/cerc-io/go-ethereum/issues/294
Nice! Could you retarget this to https://github.com/cerc-io/go-ethereum/tree/v1.10.26-statediff-v4?
How difficult would it be to add some basic benchmarks to this? We could potentially reuse some of the test ChainMaker chains used in builder.go.
Finally fixed after a few rabbit holes 🙄
Thanks for the quick turn around, LGTM, let's go ahead and merge this and cut a release so we can test it in a mainnet env.