This state-compatible release focuses on fixing the affiliate swap contract arbitrage filter issue. This filter was introduced by v20.2.2
. As a result, this v20.4.0
release discards both v20.2.2-retracted
and v20.3.0-retracted
. Please do not use the earlier retracted
tags as they are kept for historical reasons only.
Besides the fix to the smart contracts arb filter, this release sets the adaptive mempool parameter to true by default in the config, enabling EIP-1559.
It also changes the adaptive mempool parameters to make the base fee reset smoother during spam times.
We suggest applying this release at your convenience.
Changelog
See the full changelog here
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v20.4.0
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:20.4.0
| distroless/static-debian11
| Default image based on Distroless |
osmolabs/osmosis:20.4.0-distroless
| distroless/static-debian11
| Distroless image (same as above) |
osmolabs/osmosis:20.4.0-nonroot
| distroless/static-debian11:nonroot
| Distroless non-root image |
osmolabs/osmosis:20.4.0-alpine
| alpine
| Alpine image |
Example run:
docker run osmolabs/osmosis:20.4.0 version
# v20.4.0
All the images support arm64
and amd64
architectures.