Skip to content

Commit 9da2a5c

Browse files
committed
fix(setuptools): Update packages to include amsterdam
1 parent 19dc76a commit 9da2a5c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,17 @@ packages = [
134134
"ethereum.prague.vm.precompiled_contracts.bls12_381",
135135
"ethereum.osaka",
136136
"ethereum.osaka.utils",
137-
"ethereum.amsterdam.block_access_lists",
138137
"ethereum.osaka.vm",
139138
"ethereum.osaka.vm.instructions",
140139
"ethereum.osaka.vm.precompiled_contracts",
141140
"ethereum.osaka.vm.precompiled_contracts.bls12_381",
141+
"ethereum.amsterdam",
142+
"ethereum.amsterdam.block_access_lists",
143+
"ethereum.amsterdam.utils",
144+
"ethereum.amsterdam.vm",
145+
"ethereum.amsterdam.vm.instructions",
146+
"ethereum.amsterdam.vm.precompiled_contracts",
147+
"ethereum.amsterdam.vm.precompiled_contracts.bls12_381",
142148
]
143149

144150
[tool.setuptools.package-data]

src/ethereum/amsterdam/block_access_lists/builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
from ethereum_types.bytes import Bytes, Bytes32
2323
from ethereum_types.numeric import U64, U256
2424

25-
from ethereum.amsterdam.fork_types import Address
26-
from ethereum.amsterdam.rlp_types import (
25+
from ..fork_types import Address
26+
from ..rlp_types import (
2727
AccountChanges,
2828
BalanceChange,
2929
BlockAccessIndex,

0 commit comments

Comments
 (0)