Skip to content

Commit

Permalink
Merge pull request #42 from rarimo/feature/update-1.1.4-doc
Browse files Browse the repository at this point in the history
Update mainnet docs
  • Loading branch information
olegfomenko authored Nov 28, 2024
2 parents 9f50670 + 63d76df commit 4cb8df3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/common/mainnet/002-upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ title: Mainnet upgrades

# Mainnet upgrades

## V1.1.4
Core binary: (aplina-linux/amd64): "<https://github.com/rarimo/rarimo-core/releases/download/v1.1.4/rarimo-core-alpine-linux-amd64>".

Also, you can build core from sources by yourself: use "<https://github.com/rarimo/rarimo-core/releases/tag/v1.1.4>"
release information.

Also, if you are using Ubuntu linux, please install `musl-dev` using `sudo apt install musl-dev` command to be able to
use Alpine binary on your machine.

If you are using `cosmovisor` the upgrade will be done automatically.

### What's new?

Upgrade v1.1.4 introduces the new Rootupdater module. This module is designed to extract the passport root from Ethereum Virtual Machine (EVM) contract events and
subsequently create a new operation for `rarimo-core` module. To learn more, refer to the documentation for the [rootupdater](../../../x/rootupdater) module

## V1.1.3

Core binary: (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ replace (
github.com/tendermint/tendermint => github.com/tendermint/tendermint v0.34.24
google.golang.org/grpc => google.golang.org/grpc v1.55.0
nhooyr.io/websocket => github.com/coder/websocket v1.8.6
)
)

0 comments on commit 4cb8df3

Please sign in to comment.