additional StateDB and stateObject methods required for tracing #4

Merged
i-norden merged 2 commits from ian/v5_additions into v5 2023-11-06 13:24:13 +00:00
Member

New StateDB methods required to satisfy the interface expected for performing tracing:

  • Copy()
  • Finalise()
  • SetTxContext

Which requires some new methods on stateObject:

  • finalise()
  • deepCopy()
New StateDB methods required to satisfy the interface expected for performing tracing: * Copy() * Finalise() * SetTxContext Which requires some new methods on stateObject: * finalise() * deepCopy()
i-norden added 1 commit 2023-11-01 19:31:31 +00:00
additional StateDB and stateObject methods required for tracing
Some checks failed
Run tests / Run unit tests (pull_request) Failing after 6m9s
592b30c194
i-norden force-pushed ian/v5_additions from 592b30c194 to c09d19b68b 2023-11-01 20:02:25 +00:00 Compare
i-norden added 1 commit 2023-11-01 21:08:13 +00:00
go mod
All checks were successful
Run tests / Run unit tests (pull_request) Successful in 9m48s
9a5aaec108
i-norden force-pushed ian/v5_additions from 9a5aaec108 to 4faef8b509 2023-11-06 13:22:58 +00:00 Compare
i-norden merged commit 6f79445570 into v5 2023-11-06 13:24:13 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-statedb#4
No description provided.