An open API service indexing awesome lists of open source software.

https://github.com/skip-mev/feemarket

Plug-and-play fee market module for Cosmos SDK chains
https://github.com/skip-mev/feemarket

Last synced: 1 day ago
JSON representation

Plug-and-play fee market module for Cosmos SDK chains

Awesome Lists containing this project

README

          

# ⚠️ x/feemarket - No Longer Maintained ⚠️

🚨 **This project is no longer being maintained and will not be supported by current integrators.** If you wish to use this project, we strongly recommend forking and maintaining the code for any dependency or feature improvements you require. 🚨

---

# `x/feemarket` Module

## Abstract

The feemarket module is an implementation of the Additive Increase Multiplicative Decrease (AIMD) EIP-1559
feemarket. More information about the implementation can be found [here](./x/feemarket/README.md).

## Upgrading to Feemarket

More information about upgrading your chain to `x/feemarket` can be found in our dedicated [guide](docs/UPGRADING.md).

## Important Considerations for End-Users

Wallets, relayers and other end-users should refer to our [guide](docs/INTEGRATIONS.md) for using dynamic fees for transaction submission.

## Spec

A full specification for `x/feemarket` can be found [here](./docs/SPEC.md).