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
Add a new devnet_getStatus JSON-RPC method that returns:
- block_count, transaction_count, pre_confirmed_tx_count
- chain_id, protocol_version
- is_forked flag and fork_config (url, block) when forking
- impersonated_accounts list and auto_impersonate flag
Includes new helper methods in starknet-devnet-core and
integration tests.
0 commit comments