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
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
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.