-
Notifications
You must be signed in to change notification settings - Fork 36
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
begin gentx for PiNet #302
Conversation
Caution Review failedThe pull request is closed. WalkthroughThis pull request involves the deletion of multiple JSON files that represented transactions for creating validators in the Cosmos blockchain network. Each file contained similar structures, including fields for validator descriptions, commission rates, self-delegation requirements, and transaction details. The changes also include the addition of a new JSON file that introduces a new validator creation transaction with specified attributes. Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (16)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@@ -0,0 +1 @@ | |||
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"x.com/gadikian","identity":"","website":"","security_contact":"x.com/gadikian","details":""},"commission":{"rate":"0.069420000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"evevaloper16hpk4083nxajqhuc3rh9lvxpw6rz8z60z4dycu","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"7i7kP0cHHjaLYvJRrxVC9c4YlWIPi4CsxfOh1G6CCGw="},"value":{"denom":"ueve","amount":"10000000000000"}}],"memo":"856d266156a8daa399a74bf9c9e387d53054a3dc@192.168.1.39:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Ag4M1ULY19Dd1vzWUe55GDVowGwGDmfgAPD/ZByq/yYi"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["CVX55TCiCkzU/JD/kj1wVt9pu3lkQWcDAhJsUT+v+NpWFGLo5ZqIiDt5/F/eC8+xdHkhRkzHO+SPYryToKlrXg=="]} |
Check failure
Code scanning / devskim
A token or key was found in source code. If this represents a secret, it should be moved somewhere else. Error test
Summary by CodeRabbit