This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Commit 857bef4
ABC: add stub AccountDatabaseAPI.lock_changes().
SQUASHED:
lint/mypy,ABC: silence error in an AccountDatabaseAPI lacking a stub.
The error is:
eth/vm/state.py:180: error: "AccountDatabaseAPI" has no attribute "lock_changes"
The stub comment is copied over from AccountDatabaseStorageAPI,
removing the reference to "storage".
ABC: improve AccountDatabaseAPI.lock_changes() heredoc.
Co-authored-by: Jason Carver <ut96caarrs@snkmail.com>1 parent c1fc7b7 commit 857bef4
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1945 | 1945 | | |
1946 | 1946 | | |
1947 | 1947 | | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
1948 | 1964 | | |
1949 | 1965 | | |
1950 | 1966 | | |
| |||
0 commit comments