Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.

- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains
- Omit embedded publish git dirs and empty placeholders from index

Made-with: Cursor
This commit is contained in:
defiQUG
2026-04-12 06:12:20 -07:00
parent 6fb6bd3993
commit dbd517b279
2935 changed files with 327972 additions and 5533 deletions

View File

@@ -34,8 +34,8 @@
| 100130 | Infrastructure, monitoring |
| 10001499 | Besu validators |
| 15001999 | Besu sentries |
| 2101, 2201, 23012308 | RPC nodes |
| 24002505 | RPC / NGINX public (25062508 destroyed 2026-02-08) |
| 21012103, 2201, 2301, 23032308 | Core/public/private RPC nodes |
| 24002403, 2420, 2430, 2440, 2460, 2470, 2480 | Thirdweb + edge permissioned/private RPC nodes |
| 5000 | Explorer (Blockscout) |
| 78107811 | MIM4U |
| 10233 | NPMplus LXC |
@@ -61,7 +61,7 @@
| Item | Value |
|------|-------|
| **On-chain check** | `./scripts/verify/check-contracts-on-chain-138.sh` (uses `RPC_URL_138`, 36 addresses) |
| **On-chain check** | `./scripts/verify/check-contracts-on-chain-138.sh` (uses `RPC_URL_138`, current canonical target `75/75`) |
| **Deploy (Forge)** | Always use `--with-gas-price 1000000000` on Chain 138 |
| **Addresses** | [CONTRACT_ADDRESSES_REFERENCE](../11-references/CONTRACT_ADDRESSES_REFERENCE.md), [ADDRESS_MATRIX_AND_STATUS](../11-references/ADDRESS_MATRIX_AND_STATUS.md) |
@@ -130,7 +130,7 @@ Expected: Table with columns VMID, status, name, type (e.g. `running`, `ubuntu-2
| Service down | `systemctl status <service>`, logs |
| Network / no connectivity | `ping`, `curl`, DNS, firewall |
| Consensus / QBFT | [QBFT_TROUBLESHOOTING.md](../09-troubleshooting/QBFT_TROUBLESHOOTING.md) |
| RPC not responding | Check VMID 24002505, NGINX, Cloudflare tunnel |
| RPC not responding | Check current RPC fleet (`2101`-`2103`, `2201`, `2301`/`2303`-`2308`, `2400`-`2403`, `2420`/`2430`/`2440`, `2460`/`2470`/`2480`), NGINX, Cloudflare tunnel |
| Cloudflare tunnel | [CLOUDFLARE_ROUTING_MASTER.md](../05-network/CLOUDFLARE_ROUTING_MASTER.md) |
**See:** [TROUBLESHOOTING_FAQ.md](../09-troubleshooting/TROUBLESHOOTING_FAQ.md).

View File

@@ -165,7 +165,7 @@ curl -X POST http://localhost:8545 -H "Content-Type: application/json" \
#### RPC Endpoint
```bash
# Check RPC container
pct status 2500
pct status 2101
# Check Nginx
pct exec 105 nginx -t

View File

@@ -38,7 +38,7 @@ sudo ./scripts/health/check-node-health.sh <VMID>
### Check All Services
```bash
for vmid in 1000 1001 1002 1003 1004 1500 1501 1502 1503 2500 2501 2502; do
for vmid in 1000 1001 1002 1003 1004 1500 1501 1502 1503 2101 2201 2301; do
echo "=== Container $vmid ==="
pct exec $vmid -- systemctl status besu-validator besu-sentry besu-rpc --no-pager 2>/dev/null | head -5
done
@@ -50,7 +50,7 @@ done
|------------|------|--------------|
| 1000-1004 | Validators | besu-validator |
| 1500-1503 | Sentries | besu-sentry |
| 2500-2502 | RPC Nodes | besu-rpc |
| 2101/2201/2301 | Core/Public/Private RPC | besu-rpc |
## Script Options