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

fix broken links. #3944

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion whitepapers/0001_generic_message_passing.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ is provided by permissionless relayers.

With IBC, for two chains to communicate directly with each other, they would have to be able to prove state mutually.
This usually means implementing light clients for the other chain. In modern pBFT chains like those based
on [Tendermint](https://v1.cosmos.network/resources/whitepaper) consensus, verifying light client proofs
on [Tendermint](https://cosmos.network/whitepaper) consensus, verifying light client proofs
is [very cheap](https://blog.cosmos.network/light-clients-in-tendermint-consensus-1237cfbda104) - all that is needed is
to follow validator set changes, instead of a full header chain. However, chains talking to each other directly would
get unmanageable with many chains - and this is where central hubs like Cosmos Hub come in. Instead of every individual
Expand Down
2 changes: 1 addition & 1 deletion whitepapers/0011_accountant.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The core of the issue is the differing trust assumptions and security program ma

## Overview

The `global-accountant` contract on wormchain acts as an [Integrity Checker](0010_integrity_checkers.md). Guardians submit [pre-observations](0010_integrity_checker.md#pre-observations) to it and only finalize their observations if the `global-accountant` gives the go-ahead.
The `global-accountant` contract on wormchain acts as an [Integrity Checker](0010_integrity_checkers.md). Guardians submit [pre-observations](0010_integrity_checkers.md#pre-observations) to it and only finalize their observations if the `global-accountant` gives the go-ahead.

`global-accountant`keeps track of the tokens locked and minted on each connected blockchain.

Expand Down