-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Scetrov/efctl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 50 files changed
- 2 contributors
Commits on Mar 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6b113d4 - Browse repository at this point
Copy the full SHA 6b113d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 301a6ae - Browse repository at this point
Copy the full SHA 301a6aeView commit details
Commits on Mar 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5385edd - Browse repository at this point
Copy the full SHA 5385eddView commit details
Commits on Mar 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b078a82 - Browse repository at this point
Copy the full SHA b078a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f5dc45 - Browse repository at this point
Copy the full SHA 5f5dc45View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 0c2a1f2 - Browse repository at this point
Copy the full SHA 0c2a1f2View commit details -
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.Configuration menu - View commit details
-
Copy full SHA for ef99f3a - Browse repository at this point
Copy the full SHA ef99f3aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cdaa853 - Browse repository at this point
Copy the full SHA cdaa853View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.1...v0.2.2