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-30 08:13:57 +02:00
2026-03-29 19:54:28 +02:00
2026-03-23 14:06:17 +01:00
2026-03-06 22:17:54 +01:00
2026-03-30 15:22:56 +02:00
2026-03-06 22:17:54 +01:00
2026-03-29 17:30:04 +02:00
2026-03-19 16:08:48 +01:00
2026-03-19 12:19:17 +01:00
2026-03-29 15:56:45 +02:00
2026-03-15 10:03:21 +00:00
2026-03-06 22:17:54 +01:00
2026-03-24 10:12:24 +01:00
2026-03-29 17:56:02 +02:00
2026-03-06 22:17:54 +01:00
2026-03-27 21:39:17 +01:00
2026-03-19 12:49:08 +01:00
2026-03-20 12:25:58 +01:00
2026-03-27 21:36:30 +01:00