Fixing dependency path of base node and wallet clients. Right now the tari-explorer project must be in the same directory as the main tari project.
New section with a table for active validator nodes. For each one shows the public_key and the shard_key
It needs to call the getActiveValidatorNodes method from the base node client, so this PR depends on a main repo PR that includes that method in the client.
Motivation and Context
The text explorer should show a list of registered vns and corresponding shards.
How Has This Been Tested?
Manually running the tari-explorer alongside a base node build from the feature-dan branch.
Description
tari-explorer
project must be in the same directory as the maintari
project.public_key
and theshard_key
getActiveValidatorNodes
method from the base node client, so this PR depends on a main repo PR that includes that method in the client.Motivation and Context
The text explorer should show a list of registered vns and corresponding shards.
How Has This Been Tested?
Manually running the
tari-explorer
alongside a base node build from the feature-dan branch.