From 91efe3fe077207bf2fdc7899b6b9c52dfd73070b Mon Sep 17 00:00:00 2001 From: Nina Barbakadze Date: Wed, 27 Mar 2024 13:35:45 +0100 Subject: [PATCH 1/7] docs(cip-13): add GlobalMinGasPrice to params list --- cips/cip-13.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cips/cip-13.md b/cips/cip-13.md index cf84fdf6..074cb204 100644 --- a/cips/cip-13.md +++ b/cips/cip-13.md @@ -67,7 +67,9 @@ These are the parameters that are active on Celestia Mainnet. Note that not all | ibc.ClientGenesis.AllowedClients | []string{"06-solomachine", "07-tendermint"} | List of allowed IBC light clients. | True | | ibc.ConnectionGenesis.MaxExpectedTimePerBlock | 7500000000000 (75 seconds) | Maximum expected time per block in nanoseconds under normal operation. | True | | ibc.Transfer.ReceiveEnabled | true | Enable receiving tokens via IBC. | True | -| ibc.Transfer.SendEnabled | true | Enable sending tokens via IBC. | True | +| ibc.Transfer.SendEnabled | true | Enable sending tokens via IBC. | True +| minfee.GlobalMinGasPrice | 0.002 | All transactions must have a gas price greater than or equal to this value. | True | + | mint.BondDenom | utia | Denomination that is inflated and sent to the distribution module account. | False | | mint.DisinflationRate | 0.10 (10%) | The rate at which the inflation rate decreases each year. | False | | mint.InitialInflationRate | 0.08 (8%) | The inflation rate the network starts at. | False | From 9e5bbaa71dc3ab913a82ed735068736bec65a30f Mon Sep 17 00:00:00 2001 From: Nina Barbakadze Date: Wed, 27 Mar 2024 13:38:19 +0100 Subject: [PATCH 2/7] docs: remove trailing whitespace --- cips/cip-13.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cips/cip-13.md b/cips/cip-13.md index 074cb204..28822a8e 100644 --- a/cips/cip-13.md +++ b/cips/cip-13.md @@ -69,7 +69,6 @@ These are the parameters that are active on Celestia Mainnet. Note that not all | ibc.Transfer.ReceiveEnabled | true | Enable receiving tokens via IBC. | True | | ibc.Transfer.SendEnabled | true | Enable sending tokens via IBC. | True | minfee.GlobalMinGasPrice | 0.002 | All transactions must have a gas price greater than or equal to this value. | True | - | mint.BondDenom | utia | Denomination that is inflated and sent to the distribution module account. | False | | mint.DisinflationRate | 0.10 (10%) | The rate at which the inflation rate decreases each year. | False | | mint.InitialInflationRate | 0.08 (8%) | The inflation rate the network starts at. | False | From 9523713c9feeb6b4256c21b02e62422b59a0b025 Mon Sep 17 00:00:00 2001 From: Nina Barbakadze Date: Wed, 27 Mar 2024 13:45:40 +0100 Subject: [PATCH 3/7] fix: remove trailing pipe --- cips/cip-13.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cips/cip-13.md b/cips/cip-13.md index 28822a8e..c7f44a2a 100644 --- a/cips/cip-13.md +++ b/cips/cip-13.md @@ -68,7 +68,7 @@ These are the parameters that are active on Celestia Mainnet. Note that not all | ibc.ConnectionGenesis.MaxExpectedTimePerBlock | 7500000000000 (75 seconds) | Maximum expected time per block in nanoseconds under normal operation. | True | | ibc.Transfer.ReceiveEnabled | true | Enable receiving tokens via IBC. | True | | ibc.Transfer.SendEnabled | true | Enable sending tokens via IBC. | True -| minfee.GlobalMinGasPrice | 0.002 | All transactions must have a gas price greater than or equal to this value. | True | +| minfee.GlobalMinGasPrice | 0.002 | All transactions must have a gas price greater than or equal to this value. | True | mint.BondDenom | utia | Denomination that is inflated and sent to the distribution module account. | False | | mint.DisinflationRate | 0.10 (10%) | The rate at which the inflation rate decreases each year. | False | | mint.InitialInflationRate | 0.08 (8%) | The inflation rate the network starts at. | False | From bef2fa2c53b77551a464480b30275d87fd23b823 Mon Sep 17 00:00:00 2001 From: Nina Barbakadze Date: Wed, 27 Mar 2024 16:16:33 +0100 Subject: [PATCH 4/7] fix: the failing ci --- cips/cip-13.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cips/cip-13.md b/cips/cip-13.md index c7f44a2a..92622712 100644 --- a/cips/cip-13.md +++ b/cips/cip-13.md @@ -67,8 +67,8 @@ These are the parameters that are active on Celestia Mainnet. Note that not all | ibc.ClientGenesis.AllowedClients | []string{"06-solomachine", "07-tendermint"} | List of allowed IBC light clients. | True | | ibc.ConnectionGenesis.MaxExpectedTimePerBlock | 7500000000000 (75 seconds) | Maximum expected time per block in nanoseconds under normal operation. | True | | ibc.Transfer.ReceiveEnabled | true | Enable receiving tokens via IBC. | True | -| ibc.Transfer.SendEnabled | true | Enable sending tokens via IBC. | True -| minfee.GlobalMinGasPrice | 0.002 | All transactions must have a gas price greater than or equal to this value. | True +| ibc.Transfer.SendEnabled | true | Enable sending tokens via IBC. | True | +| minfee.GlobalMinGasPrice | 0.002 | All transactions must have a gas price greater than or equal to this value. | True | | mint.BondDenom | utia | Denomination that is inflated and sent to the distribution module account. | False | | mint.DisinflationRate | 0.10 (10%) | The rate at which the inflation rate decreases each year. | False | | mint.InitialInflationRate | 0.08 (8%) | The inflation rate the network starts at. | False | From 9931699c037074bdd60bfc8501553cdf4244a7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nina=20/=20=E1=83=9C=E1=83=98=E1=83=9C=E1=83=90?= Date: Wed, 24 Jul 2024 12:17:31 +0200 Subject: [PATCH 5/7] Update cip-13.md --- cips/cip-13.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cips/cip-13.md b/cips/cip-13.md index 92622712..2bc99c5a 100644 --- a/cips/cip-13.md +++ b/cips/cip-13.md @@ -68,7 +68,8 @@ These are the parameters that are active on Celestia Mainnet. Note that not all | ibc.ConnectionGenesis.MaxExpectedTimePerBlock | 7500000000000 (75 seconds) | Maximum expected time per block in nanoseconds under normal operation. | True | | ibc.Transfer.ReceiveEnabled | true | Enable receiving tokens via IBC. | True | | ibc.Transfer.SendEnabled | true | Enable sending tokens via IBC. | True | -| minfee.GlobalMinGasPrice | 0.002 | All transactions must have a gas price greater than or equal to this value. | True | +| minfee.GlobalMinGasPrice | 0.000001 | True | All transactions must have a gas price greater than or equal to this value. + | | mint.BondDenom | utia | Denomination that is inflated and sent to the distribution module account. | False | | mint.DisinflationRate | 0.10 (10%) | The rate at which the inflation rate decreases each year. | False | | mint.InitialInflationRate | 0.08 (8%) | The inflation rate the network starts at. | False | From b32983036a7bd9dbd7c2a9561b7b65209e2c3827 Mon Sep 17 00:00:00 2001 From: Nina Barbakadze Date: Wed, 24 Jul 2024 12:23:37 +0200 Subject: [PATCH 6/7] style: display properly --- cips/cip-13.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cips/cip-13.md b/cips/cip-13.md index 2bc99c5a..4a5761f7 100644 --- a/cips/cip-13.md +++ b/cips/cip-13.md @@ -68,8 +68,8 @@ These are the parameters that are active on Celestia Mainnet. Note that not all | ibc.ConnectionGenesis.MaxExpectedTimePerBlock | 7500000000000 (75 seconds) | Maximum expected time per block in nanoseconds under normal operation. | True | | ibc.Transfer.ReceiveEnabled | true | Enable receiving tokens via IBC. | True | | ibc.Transfer.SendEnabled | true | Enable sending tokens via IBC. | True | -| minfee.GlobalMinGasPrice | 0.000001 | True | All transactions must have a gas price greater than or equal to this value. - | +| minfee.GlobalMinGasPrice | 0.000001 | True | All transactions must have a gas price greater than or equal to this value. | + | mint.BondDenom | utia | Denomination that is inflated and sent to the distribution module account. | False | | mint.DisinflationRate | 0.10 (10%) | The rate at which the inflation rate decreases each year. | False | | mint.InitialInflationRate | 0.08 (8%) | The inflation rate the network starts at. | False | From 274d0bf43a4feb8b9c11284925aaa32189d74947 Mon Sep 17 00:00:00 2001 From: Nina Barbakadze Date: Wed, 24 Jul 2024 12:25:00 +0200 Subject: [PATCH 7/7] style: resolve lint --- cips/cip-13.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cips/cip-13.md b/cips/cip-13.md index 4a5761f7..e8c30d75 100644 --- a/cips/cip-13.md +++ b/cips/cip-13.md @@ -69,7 +69,7 @@ These are the parameters that are active on Celestia Mainnet. Note that not all | ibc.Transfer.ReceiveEnabled | true | Enable receiving tokens via IBC. | True | | ibc.Transfer.SendEnabled | true | Enable sending tokens via IBC. | True | | minfee.GlobalMinGasPrice | 0.000001 | True | All transactions must have a gas price greater than or equal to this value. | - + | mint.BondDenom | utia | Denomination that is inflated and sent to the distribution module account. | False | | mint.DisinflationRate | 0.10 (10%) | The rate at which the inflation rate decreases each year. | False | | mint.InitialInflationRate | 0.08 (8%) | The inflation rate the network starts at. | False |