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.4
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.3.0
Choose a head ref
  • 3 commits
  • 32 files changed
  • 1 contributor

Commits on Mar 15, 2026

  1. docs: bump docs

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

Commits on Mar 16, 2026

  1. feat: implement extension build and test commands

    - Add 'efctl env extension build' to compile Move contracts
    - Add 'efctl env extension test' to run Move contract tests
    - Extract common environment preparation logic in pkg/builder
    - Fix Move compilation errors in turret_aggressor_first extension
    - Update E2E tests and project TODO.md
    Scetrov committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    289167d View commit details
    Browse the repository at this point in the history
  2. feat(ui): enrich package discovery and refactor address extraction

    - Implement dynamic package discovery with Version and Owner metadata.
    - Refactor address extraction to derive from private keys and use role names.
    - Centralize address shortening in pkg/ui/ShortenAddress for consistency.
    - Add test-env fallbacks for .env and deployment object discovery.
    - Fix dashboard and status UI to use consistent, context-aware shortening.
    Scetrov committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    2930dfa View commit details
    Browse the repository at this point in the history
Loading