File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ RUN make build
2626FROM base AS integration
2727RUN 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1727,8 +1727,8 @@ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGC
17271727github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
17281728github.com/xrplevm/cosmos-sdk v0.53.6-xrplevm.1 h1:fBMklkMKZbrVoEhGU0JyeaINkRA9lVA9K/zRY73EGh0 =
17291729github.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 =
17321732github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
17331733github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
17341734github.com/yuin/goldmark v1.1.32 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
You can’t perform that action at this time.
0 commit comments