Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rusk: add vm_config section to /on/node/info #3501

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Conversation

herr-seppia
Copy link
Member

@herr-seppia herr-seppia commented Feb 14, 2025

This is also required to give users a feedback about their upgrade using ruskquery info

Example response

{
    "bootstrapping_nodes": [],
    "chain_id": null,
    "kadcast_address": "127.0.0.1:9000",
    "version": "1.1.0-rc.2",
    "version_build": "1.1.0-rc.2 (bca9a01a 2025-02-13)",
    "vm_config": {
        "block_gas_limit": 3000000000,
        "features": {
            "ABI_PUBLIC_SENDER": 100,
            "key": 50
        },
        "gas_per_deploy_byte": 100,
        "generation_timeout": "3s",
        "min_deploy_points": 5000000,
        "min_deployment_gas_price": 2000
    }
}

See also #3341

@herr-seppia herr-seppia merged commit 1eddb41 into master Feb 14, 2025
16 checks passed
@herr-seppia herr-seppia deleted the rusk-info-vm branch February 14, 2025 10:30
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.

3 participants