Concordium / concordium-node

The main concordium node implementation.
GNU Affero General Public License v3.0
45 stars 22 forks source link

State comparison #908

Closed concordium-cl closed 1 year ago

mh-concordium commented 1 year ago

State compare with default blocks shows there were no issues with states.

PS C:\repositories\concordium-misc-tools\state-compare> cargo run -- --node1 http://localhost:20002
    Finished dev [unoptimized + debuginfo] target(s) in 0.18s
     Running `target\debug\concordium-state-compare.exe --node1 http://localhost:20002`
Comparings state in blocks 2edcf9064fc84b551cc0227cf45cbe66ff37f431844a9ee386c824c8fefd8d6a (protocol version P5) and a743879ed3dc9b628fbfe5b20f301e0df60ee539f094fdb796535c54591a3e93 (protocol version P6).
Comparing account lists.
Querying all accounts.
Comparing all modules.
Querying all contracts.
Checking passive delegators.
Checking active bakers.
Checking baker pools.
No changes in the state detected.