Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Scetrov/efctl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: Scetrov/efctl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 8 commits
  • 50 files changed
  • 2 contributors

Commits on Mar 12, 2026

  1. Configuration menu
    Copy the full SHA
    6b113d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301a6ae View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. feat: additional bind mounts

    Scetrov committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    5385edd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. chore: add context-mode

    Scetrov committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    b078a82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f5dc45 View commit details
    Browse the repository at this point in the history
  3. fix(e2e): use container-side sui commands instead of host doctor output

    The faucet_config and sui_doctor subtests were parsing host-side doctor
    output for sui environment info (active address, env, faucet URL). This
    fails in CI because sui is only installed inside the sui-playground
    container, not on the runner host.
    
    Changes:
    - testFaucetConfig: get active address via env run sui client active-address
    - testSuiDoctor: verify sui envs and active address via env run
    - Add envUpPassed guard to testSuiDoctor (requires running containers)
    Scetrov committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    0c2a1f2 View commit details
    Browse the repository at this point in the history
  4. fix(e2e): extract Sui address via regex from env run output

    The env run output includes efctl UI messages (banner, info lines,
    completion message) alongside the actual 0x... address. Using
    strings.TrimSpace captured all that text as the address, causing
    the faucet to reject it with 422 Unprocessable Entity.
    
    Use a regex (0x[0-9a-fA-F]{40,}) to extract just the hex address.
    Scetrov committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    ef99f3a View commit details
    Browse the repository at this point in the history
  5. fix(env): implement dual-layer script normalization for Windows compa…

    …tibility
    
    Add recursive host-side line ending normalization during setup and a robust
    container-side normalization step using sed on startup. This ensures all
    .sh scripts use LF line endings, resolving the 'bash\r' execution error
    on Windows hosts.
    
    Also includes minor lint fix in docker_patch.go.
    Scetrov committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    cdaa853 View commit details
    Browse the repository at this point in the history
Loading