From 7693ffa22772e6a18c012b3bd50917af72a6ef33 Mon Sep 17 00:00:00 2001 From: monem <119044801+pucedoteth@users.noreply.github.com> Date: Sat, 22 Mar 2025 18:13:16 +0200 Subject: [PATCH 1/3] Update node.md --- crates/mgo/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mgo/node.md b/crates/mgo/node.md index 580c477f..ed15ec70 100644 --- a/crates/mgo/node.md +++ b/crates/mgo/node.md @@ -274,7 +274,7 @@ It is recommended and often required that the `mgo` binary release/version match ### Updating On-chain Metadata -You can leverage [Validator Tool](validator_tool.md) to perform majority of the following tasks. +You can leverage [Validator Tool](validator.md) to perform majority of the following tasks. An active/pending validator can update its on-chain metadata by submitting a transaction. Some metadata changes take effect immediately, including: From a9ffc7dae64e057a68b76b84c28ad3578d2c897e Mon Sep 17 00:00:00 2001 From: monem <119044801+pucedoteth@users.noreply.github.com> Date: Sat, 22 Mar 2025 18:16:06 +0200 Subject: [PATCH 2/3] Update validator.md --- crates/mgo/validator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/mgo/validator.md b/crates/mgo/validator.md index cd8132ab..52c04da0 100644 --- a/crates/mgo/validator.md +++ b/crates/mgo/validator.md @@ -133,7 +133,7 @@ $mgo validator update-metadata --help ``` #### Operation Cap -Operation Cap allows a validator to authorizer another account to perform certain actions on behalf of this validator. Read about [Operation Cap here](mgo_for_node_operators.md#operation-cap). +Operation Cap allows a validator to authorizer another account to perform certain actions on behalf of this validator. Read about [Operation Cap here](node.md). The Operation Cap holder (either the valdiator itself or the delegatee) updates its Gas Price and reports validator peers with the Operation Cap. @@ -180,7 +180,7 @@ $mgo validator make-validator-info Date: Sat, 22 Mar 2025 18:23:52 +0200 Subject: [PATCH 3/3] Update cli.mdx --- mgo-ecology/docs/docs/references/cli.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mgo-ecology/docs/docs/references/cli.mdx b/mgo-ecology/docs/docs/references/cli.mdx index c51589f0..f2dbb8b3 100644 --- a/mgo-ecology/docs/docs/references/cli.mdx +++ b/mgo-ecology/docs/docs/references/cli.mdx @@ -43,8 +43,8 @@ Options: -V, --version Print version ``` -- **[MGO Client CLI](cli/client):** : Interact with the MGO network using the `mgo client` command. -- **[MGO Console CLI](cli/console):** : Open an interactive console with the currently active network using the `mgo console` command. -- **[MGO keytool CLI](cli/keytool):** : Utilize cryptographic tools using the `mgo keytool` command. -- **[MGO Move CLI](cli/move):** : Work with the Move programming language using the `mgo move` command. -- **[MGO Validator CLI](cli/validator):** : Access tools useful for MGO validators with the `mgo validator` command. \ No newline at end of file +- **[MGO Client CLI](cli/client.mdx):** : Interact with the MGO network using the `mgo client` command. +- **[MGO Console CLI](cli/console.mdx):** : Open an interactive console with the currently active network using the `mgo console` command. +- **[MGO keytool CLI](cli/keytool.mdx):** : Utilize cryptographic tools using the `mgo keytool` command. +- **[MGO Move CLI](cli/move.mdx):** : Work with the Move programming language using the `mgo move` command. +- **[MGO Validator CLI](cli/validator.mdx):** : Access tools useful for MGO validators with the `mgo validator` command.