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
- eth/vm/memory.py:Memory.read() used to return a bytes() initialized
with the requested memory, this created an often unnecessary copy of
the data. It now returns a memoryview(), which is a python wrapper
around a pointer to the raw data.
0 commit comments