-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
bridgeState object is not representing a bridge state anymore. It rather represents the whole node's transient state + app/consensus state (what we call currentState).
Suggested to rename it like this:
- Rename
bridgeStatetonodeStateor juststate. - Rename
bridgeState.currentStatetonodeState.consensusState. This object is used to generate app hashes for tendermint — nodes agree on the state of things upon it, hence the nameconsensusState.
nodeState.js:
nodeState = {
...
consensusState: {
...
}Reactions are currently unavailable