Skip to content

Fix missing ABIs in binary build#769

Merged
evgeny-stakewise merged 2 commits into
masterfrom
fix-binary-abis
Jul 10, 2026
Merged

Fix missing ABIs in binary build#769
evgeny-stakewise merged 2 commits into
masterfrom
fix-binary-abis

Conversation

@evgeny-stakewise

Copy link
Copy Markdown
Contributor

Summary

Fixes the binary build so that module-local ABI directories are bundled, and improves startup-check logging.

Bundle all module abi/ dirs in binary build

The PyInstaller spec only bundled src/common/abi/*, so ABIs living in other modules (e.g. src/meta_vault/abi/) were missing from the binary. This surfaced at runtime as:

FileNotFoundError: [Errno 2] No such file or directory:
'.../T/_MEIWI177t/src/meta_vault/abi/IEthMetaVault.json'

ContractWrapper._load_abi loads each ABI relative to its own module, so every module shipping an abi/ directory must be bundled. The spec now collects all abi/ directories under src/ automatically, so new modules are covered without further changes.

Log graph endpoint in startup checks

Checking graph nodes... now prints the configured settings.graph_endpoint, in both the main operator startup checks and the meta-vault startup checks, to make endpoint misconfiguration easier to diagnose.

@evgeny-stakewise
evgeny-stakewise merged commit c1d1713 into master Jul 10, 2026
10 checks passed
@evgeny-stakewise
evgeny-stakewise deleted the fix-binary-abis branch July 10, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants