aitbc
b920476ad9
CLI Tests / test-cli (push) Successful in 52s
Integration Tests / test-service-integration (push) Successful in 57s
Security Scanning / security-scan (push) Successful in 1m17s
Python Tests / test-python (push) Successful in 1m25s
fix: chain command N/A output + deduplicate RPC messaging routes
- get_chain_info now fetches from both /health (chain_id, supported_chains,
proposer_id) and /rpc/head (height, hash, timestamp)
- chain command displays Chain ID, Supported Chains, Height, Latest Block,
Proposer instead of N/A values
- Removed 4x duplicated messaging route definitions in router.py
- Fixed /rpc/ prefix on routes inside router (was causing /rpc/rpc/... paths)
- Fixed broken blocks-range route that was accidentally assigned to
get_messaging_contract_state
- Removed reference to non-existent contract_service
2026-03-30 15:22:56 +02:00
..
2026-03-29 11:52:37 +02:00
2026-03-08 12:16:01 +01:00
2026-03-29 11:52:37 +02:00
2026-03-30 15:22:56 +02:00
2026-03-06 22:17:54 +01:00
2026-03-29 19:54:28 +02:00
2026-03-30 13:34:20 +02:00
2026-03-06 22:17:54 +01:00
2026-03-08 11:26:18 +01:00
2026-03-08 11:26:18 +01:00
2026-03-08 11:26:18 +01:00
2026-03-06 22:17:54 +01:00
2026-03-08 11:26:18 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-06 22:17:54 +01:00
2026-03-27 21:29:34 +01:00
2026-03-18 20:32:44 +01:00
2026-03-26 08:47:26 +01:00
2026-03-06 22:17:54 +01:00
2026-03-29 11:52:37 +02:00
2026-03-27 21:29:34 +01:00
2026-03-08 11:26:18 +01:00