Skip to content

Commit fea19c9

Browse files
authored
docs: add feemarket params to changelog (#3168)
* add fee market params to changelog * update date
1 parent 9f38fd1 commit fea19c9

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
- Add the feemarket module.
2-
([\#3028](https://github.com/cosmos/gaia/pull/3028))
1+
- Add the [feemarket module](https://github.com/skip-mev/feemarket) and set the initial params to the following values. ([\#3028](https://github.com/cosmos/gaia/pull/3028) and [\#3164](https://github.com/cosmos/gaia/pull/3164))
2+
```
3+
FeeDenom = "uatom"
4+
DistributeFees = false // burn base fees
5+
MinBaseGasPrice = 0.005 // same as previously enforced by `x/globalfee`
6+
MaxBlockUtilization = 30_000_000 // the default value
7+
```
8+
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- Add the feemarket module.
1+
- Add the [feemarket module](https://github.com/skip-mev/feemarket).
22
([\#3028](https://github.com/cosmos/gaia/pull/3028))

.changelog/v18.0.0/summary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*June 21, 2024*
1+
*June 25, 2024*

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v18.0.0
44

5-
*June 21, 2024*
5+
*June 25, 2024*
66

77
### API BREAKING
88

@@ -31,8 +31,14 @@
3131

3232
### FEATURES
3333

34-
- Add the feemarket module.
35-
([\#3028](https://github.com/cosmos/gaia/pull/3028))
34+
- Add the [feemarket module](https://github.com/skip-mev/feemarket) and set the initial params to the following values. ([\#3028](https://github.com/cosmos/gaia/pull/3028) and [\#3164](https://github.com/cosmos/gaia/pull/3164))
35+
```
36+
FeeDenom = "uatom"
37+
DistributeFees = false // burn base fees
38+
MinBaseGasPrice = 0.005 // same as previously enforced by `x/globalfee`
39+
MaxBlockUtilization = 30_000_000 // the default value
40+
```
41+
3642
- Add the wasmd module.
3743
([\#3051](https://github.com/cosmos/gaia/pull/3051))
3844
- Enable both `MsgSoftwareUpgrade` and `MsgCancelUpgrade` to be expedited.
@@ -42,7 +48,7 @@
4248

4349
- Remove both the globalfee module and the auth module 'DeductFeeDecorator'.
4450
([\#3028](https://github.com/cosmos/gaia/pull/3028))
45-
- Add the feemarket module.
51+
- Add the [feemarket module](https://github.com/skip-mev/feemarket).
4652
([\#3028](https://github.com/cosmos/gaia/pull/3028))
4753
- Add the wasmd module.
4854
([\#3051](https://github.com/cosmos/gaia/pull/3051))

0 commit comments

Comments
 (0)