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

Millau is not working #1857

Closed
svyatonik opened this issue Feb 7, 2023 · 2 comments · Fixed by #1858
Closed

Millau is not working #1857

svyatonik opened this issue Feb 7, 2023 · 2 comments · Fixed by #1858
Assignees
Labels
A-bug Something isn't working

Comments

@svyatonik
Copy link
Contributor

After #1850:

2023-02-07 05:01:49.265 ERROR tokio-runtime-worker beefy: Error: Backend("Invalid BEEFY chain"). Terminating.    
2023-02-07 05:01:49.265 ERROR tokio-runtime-worker sc_service::task_manager: Essential task `beefy-gadget` failed. Shutting down service.    
Error: Service(Other("Essential task failed."))
@svyatonik svyatonik added the A-bug Something isn't working label Feb 7, 2023
@svyatonik svyatonik self-assigned this Feb 7, 2023
@svyatonik
Copy link
Contributor Author

Also:

2023-02-07 05:01:49.265  INFO tokio-runtime-worker beefy: 🥩 Loading BEEFY voter state from genesis on what appears to be first startup. Starting voting rounds at block 0, genesis validator set ValidatorSet {
    validators: [
        Public(020a1091341fe5664bfa1782d5e04779689068c916b04cb365ec3153755684d9a1 (TRpjREmE...)),
        Public(0390084fdbf27d2b79d26a4f13f0ccd982cb755a661969143c37cbc49ef5b91f27 (TRyYjTgS...)),
        Public(0389411795514af1627765eceffcbd002719f031604fadd7d188e2dc585b4e1afb (TRyPqzYE...)),
        Public(03bc9d0ca094bd5b8b3225d7651eac5d18c1c04bf8ae8f8b263eebca4e1410ed0c (TRzZBkZt...)),
        Public(031d10105e323c4afce225208f71a6441ee327a65b9e646e772500c74d31f669aa (TRvwzFrT...))
    ],
    id: 0
}.


2023-02-07 05:01:49.265 ERROR tokio-runtime-worker beefy: 🥩 Invalid sessions queue: [
    Rounds {
        rounds: {},
        previous_votes: {},
        session_start: 0,
        validator_set: ValidatorSet {
            validators: [
                Public(020a1091341fe5664bfa1782d5e04779689068c916b04cb365ec3153755684d9a1 (TRpjREmE...)),
                Public(0390084fdbf27d2b79d26a4f13f0ccd982cb755a661969143c37cbc49ef5b91f27 (TRyYjTgS...)),
                Public(0389411795514af1627765eceffcbd002719f031604fadd7d188e2dc585b4e1afb (TRyPqzYE...)),
                Public(03bc9d0ca094bd5b8b3225d7651eac5d18c1c04bf8ae8f8b263eebca4e1410ed0c (TRzZBkZt...)),
                Public(031d10105e323c4afce225208f71a6441ee327a65b9e646e772500c74d31f669aa (TRvwzFrT...))
            ],
            id: 0
        },
        mandatory_done: false,
        best_done: None,
    }
].    

@svyatonik
Copy link
Contributor Author

BEEFY genesis should probably be set to one instead of zero?

svyatonik pushed a commit that referenced this issue Jul 17, 2023
* [benchmarks] pr with weights (#1857)

Co-authored-by: paritytech-ci <[email protected]>

* [benchmarks] Update weights for statemine/t (#1859)

* [benchmarks] pr with weights

* Update parachains/runtimes/assets/westmint/src/weights/pallet_uniques.rs

* Update parachains/runtimes/assets/westmint/src/weights/pallet_assets.rs

* Update parachains/runtimes/assets/statemine/src/weights/pallet_assets.rs

Co-authored-by: paritytech-ci <[email protected]>
Co-authored-by: Squirrel <[email protected]>

* fix weights for destroy

Co-authored-by: Paritytech CI <[email protected]>
Co-authored-by: paritytech-ci <[email protected]>
Co-authored-by: Squirrel <[email protected]>
Co-authored-by: parity-processbot <>
Co-authored-by: Anthony Alaribe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant