You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried the binary download and also compiled v1.3.0, but it always fails with:
2024-12-29 00:47:12 Partner Chains Node
2024-12-29 00:47:12 ✌️ version 1.3.0-1fc4cb26afc
2024-12-29 00:47:12 ❤️ by IOG, 2017-2024
2024-12-29 00:47:12 📋 Chain specification: testnet1
2024-12-29 00:47:12 🏷 Node name: ATADA
2024-12-29 00:47:12 👤 Role: AUTHORITY
2024-12-29 00:47:12 💾 Database: RocksDb at ./data/chains/testnet/db/full
2024-12-29 00:47:12 Using block data source configuration: DbSyncBlockDataSourceConfig { cardano_security_parameter: 432, cardano_active_slots_coeff: 0.05, block_stability_margin: 0 }
2024-12-29 00:47:12 Executing 'CREATE INDEX IF NOT EXISTS idx_ma_tx_out_ident ON ma_tx_out(ident)', this might take a while
2024-12-29 00:47:12 Relation »idx_ma_tx_out_ident« existiert bereits, wird übersprungen
2024-12-29 00:47:12 Using candidate data source configuration: CandidateDataSourceCacheConfig { cardano_security_parameter: 432 }
Error: Service(Client(VersionInvalid("Other error happened while constructing the runtime: runtime requires function imports which are not present on the host: 'env:ext_ledger_bridge_apply_transaction_version_1', 'env:ext_ledger_bridge_validate_transaction_version_1', 'env:ext_ledger_bridge_get_contract_state_version_1', 'env:ext_ledger_bridge_get_version_version_1', 'env:ext_ledger_bridge_get_zswap_chain_state_version_1', 'env:ext_ledger_bridge_get_contract_state_json_version_1', 'env:ext_ledger_bridge_get_decoded_transaction_version_1'")))
2024-12-29 00:47:13 Cannot create a runtime error=Other("runtime requires function imports which are not present on the host: 'env:ext_ledger_bridge_apply_transaction_version_1', 'env:ext_ledger_bridge_validate_transaction_version_1', 'env:ext_ledger_bridge_get_contract_state_version_1', 'env:ext_ledger_bridge_get_version_version_1', 'env:ext_ledger_bridge_get_zswap_chain_state_version_1', 'env:ext_ledger_bridge_get_contract_state_json_version_1', 'env:ext_ledger_bridge_get_decoded_transaction_version_1'")
What are the missing dependencies here?
Thx!
The text was updated successfully, but these errors were encountered:
Hi,
i tried the binary download and also compiled v1.3.0, but it always fails with:
What are the missing dependencies here?
Thx!
The text was updated successfully, but these errors were encountered: