Guillaume Ballet
Guillaume Ballet
Just wait please, indeed there are a few things to get right still.
One of the issues is fixed by my follow-up PR so I'm not going to worry about this one. The other one, however, is a good point that it doesn't...
Interface changed in #19 but the issue in #20 is still present, so I'm keeping this open until I have gotten to the bottom of this. Also, it is still...
Clarification: the issue is that the reference to the field is taken at `comptime`, but it is used at runtime on `out.*`, which makes no sense as this is an...
> (a) During gas cost computation, the access list may be mutated. Some operations may require access to multiple state entries. It’s possible that part of the access succeeds and...
as it were, I discovered that the execution spec tests were just skipping all the tests while saying 'passed'. Among other issues, it means that moving op -> gas broke...
> > That's not an issue: we are using this to build the witness, and the gas costs correspond to that use case. Once the witness has been paid for,...
Note: the code conversion in `state/overlay/conversion.go` should also be disabled if the root hash is zero.
```go func (s *StateDB) updateStateObject(obj *stateObject) { // Encode the account and update the account trie addr := obj.Address() if !s.db.InTransition() || (obj.origin != nil && obj.data.Balance != obj.origin.Balance &&...
Writing down here after a talk with @jsign : this stuff is only needed for: 1) this PR by Gary, which honestly sounds like something that should be handled at...