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
To be able to test your changes locally, you need some number of nodes running locally, depending on how much functionality is tested. One node for a smoke test, checking if application reads configuration properly. Two nodes are required for block production.
`--alice` is one of special flags, that adhere to keys we usually use on devnet.
112
-
Others are bob, charlie, dave, eve, ferdie and greg.
113
-
`--chain local` makes node use the Local Testnet chain specification (chain_spec.rs file).
114
-
`--node-key` please use from 1 to N with 0s prefix.
115
-
`--state-pruning archive --blocks-pruning archive` are important, to test all endpoints we need
116
-
archive nodes.
117
-
118
-
Nodes read configuration from environment. `.envrc` file in this repository should be in-sync
119
-
with partner chain used by devnet, which usually is an initialized and running chain. Devnet partner chains can sometimes be used to test committee-rotation. For more extensive testing one should [create their own partner chain on the main chain](./user-guides/chain-builder.md). Then [run the required dependencies](dependencies.md) and test the system.
120
-
121
-
Please update partner-chains-smart-contracts revision in flake.nix, if your changes need a different version of partner-chains-smart-contracts than currently committed.
0 commit comments