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

add n to sync node config #1050

Closed
olehnikolaiev opened this issue Feb 28, 2024 · 2 comments · Fixed by #1051, #1053, #1059 or skalenetwork/skale-node#595
Closed

add n to sync node config #1050

olehnikolaiev opened this issue Feb 28, 2024 · 2 comments · Fixed by #1051, #1053, #1059 or skalenetwork/skale-node#595
Assignees
Labels
bug Something isn't working epic:archive-node
Milestone

Comments

@olehnikolaiev
Copy link
Contributor

add n - number of the nodes in schain to the wallets / ima config section. this field is needed by oracle-verifier contract to read number of the nodes in schain

@PolinaKiporenko
Copy link

related to skalenetwork/skaled#1836

@OleksanderSalamatov
Copy link

OleksanderSalamatov commented Mar 13, 2024

admin:2.11.0-sync-node.5

n is now present in archive node schain config and is correct value

            "wallets": {
                "ima": {
                    "n": 16
                }
            },

Can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment