We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/wormhole-foundation/wormhole/blob/main/whitepapers/0009_guardian_key.md defines the use of signing prefixes. However, these prefixes are currently located throughout the codebase. It would be ideal for them to live in one location.
wormhole/sdk/p2p_consts.go
Lines 4 to 9 in 2cce7a5
wormhole/node/pkg/p2p/p2p.go
Lines 85 to 88 in 2cce7a5
wormhole/node/pkg/governor/governor_monitoring.go
Lines 560 to 562 in 2cce7a5
wormhole/node/pkg/accountant/submit_obs.go
Lines 183 to 185 in 2cce7a5
wormhole/node/pkg/query/response.go
Lines 51 to 52 in 2cce7a5
The prefixes all live exclusively in the same go sdk file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description and context
https://github.com/wormhole-foundation/wormhole/blob/main/whitepapers/0009_guardian_key.md defines the use of signing prefixes. However, these prefixes are currently located throughout the codebase. It would be ideal for them to live in one location.
wormhole/sdk/p2p_consts.go
Lines 4 to 9 in 2cce7a5
wormhole/node/pkg/p2p/p2p.go
Lines 85 to 88 in 2cce7a5
wormhole/node/pkg/governor/governor_monitoring.go
Lines 560 to 562 in 2cce7a5
wormhole/node/pkg/accountant/submit_obs.go
Lines 183 to 185 in 2cce7a5
wormhole/node/pkg/query/response.go
Lines 51 to 52 in 2cce7a5
Definition of done
The prefixes all live exclusively in the same go sdk file.
The text was updated successfully, but these errors were encountered: