Skip to content

Commit ebd405a

Browse files
committed
fix: update evm-sec-papyrus tag to v0.6.0-xrplevm.4 and re-enable tests in Dockerfile
1 parent 69d24b5 commit ebd405a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ RUN make build
2626
FROM base AS integration
2727
RUN make lint
2828
# Unit tests
29-
# RUN make test-poa
29+
RUN make test-poa
3030
# Integration tests
31-
# RUN make test-integration
31+
RUN make test-integration
3232
# Simulation tests
3333
# TODO: Restore simulation tests if possible
3434
# RUN make test-sim-benchmark-simulation

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ replace (
285285
// use Cosmos-SDK fork to enable Ledger functionality
286286
github.com/cosmos/cosmos-sdk => github.com/xrplevm/cosmos-sdk v0.53.6-xrplevm.1
287287
// cosmos evm private fork
288-
github.com/cosmos/evm => github.com/xrplevm/evm-sec-papyrus v0.6.0-xrplevm.3
288+
github.com/cosmos/evm => github.com/xrplevm/evm-sec-papyrus v0.6.0-xrplevm.4
289289
// fix cosmos-sdk store path mismatch
290290
// github.com/cosmos/cosmos-sdk/store => cosmossdk.io/store v1.1.2
291291
github.com/ethereum/go-ethereum => github.com/cosmos/go-ethereum v0.0.0-20250806193535-2fc7571efa91

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,8 +1727,8 @@ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGC
17271727
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
17281728
github.com/xrplevm/cosmos-sdk v0.53.6-xrplevm.1 h1:fBMklkMKZbrVoEhGU0JyeaINkRA9lVA9K/zRY73EGh0=
17291729
github.com/xrplevm/cosmos-sdk v0.53.6-xrplevm.1/go.mod h1:N6YuprhAabInbT3YGumGDKONbvPX5dNro7RjHvkQoKE=
1730-
github.com/xrplevm/evm-sec-papyrus v0.6.0-xrplevm.3 h1:d5Ukiu9WmGOzFIYWNxWN44D8+G9d9w8S9Jvcv1NNTOw=
1731-
github.com/xrplevm/evm-sec-papyrus v0.6.0-xrplevm.3/go.mod h1:MUrVrODPlGdehAzc2KjUPEVHLtA7WChEvrFLs5kWa9E=
1730+
github.com/xrplevm/evm-sec-papyrus v0.6.0-xrplevm.4 h1:byK9DGqwgPZPX/tUxwIw05pyR1DtXMBCDHPoVGcICCg=
1731+
github.com/xrplevm/evm-sec-papyrus v0.6.0-xrplevm.4/go.mod h1:MUrVrODPlGdehAzc2KjUPEVHLtA7WChEvrFLs5kWa9E=
17321732
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
17331733
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
17341734
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)