Skip to content

Commit 15483ad

Browse files
authored
Merge pull request #2488 from opentensor/fix-mev-shield-timing
Fix MEV shield timing
2 parents 741c596 + 6e62bc5 commit 15483ad

34 files changed

+3734
-2203
lines changed

Cargo.lock

Lines changed: 410 additions & 410 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 135 additions & 135 deletions
Large diffs are not rendered by default.

e2e/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ pnpm --filter e2e-<name> test
3434
```
3535

3636
This creates a package with:
37+
3738
- `package.json` — depends on `e2e-shared` and `polkadot-api`
3839
- `vitest.config.ts` — sequential execution, 120s timeout, alphabetical sequencer
3940
- `setup.ts` — global setup/teardown that spawns a 2-node network

e2e/bootstrap_types.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
#
1111
set -e
1212

13+
BASE_DIR="/tmp/subtensor-e2e"
14+
mkdir -p $BASE_DIR
15+
1316
BINARY="${BINARY_PATH:-../target/release/node-subtensor}"
14-
NODE_LOG="/tmp/e2e-bootstrap-node.log"
17+
NODE_LOG="${BASE_DIR}/bootstrap-node.log"
1518

1619
if [ "$1" != "--skip-build" ]; then
1720
echo "==> Building node-subtensor..."

0 commit comments

Comments
 (0)