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

Fix: parse version object in block result #892

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Conversation

vincentysc
Copy link
Contributor

Example:

"consensus_param_updates": {
    "block": {
        "max_bytes": "1048576",
        "max_gas": "10000000"
    },
    "evidence": {
        "max_age_num_blocks": "403200",
        "max_age_duration": "2419200000000000",
        "max_bytes": "150000"
    },
    "validator": {
        "pub_key_types": [
            "ed25519"
        ]
    }
}

@vincentysc vincentysc changed the title Fix: parse version object in block result parser Fix: parse version object in block result Oct 29, 2024
@vincentysc vincentysc merged commit 4b0e05f into master Oct 29, 2024
6 checks passed
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.

2 participants