AtomOne is built using the Cosmos SDK as a fork of the Cosmos Hub at version v15.2.0 (common commit hash 7281c9b).
The following modifications have been made to the Cosmos Hub software to create AtomOne:
- Removed x/globalfee module and revert to older and simpler fee decorator
- Removed IBC and related modules (e.g. ICA, Packet Forwarding Middleware, etc.)
- Removed Interchain Security module
- Reverted to standard Cosmos SDK v0.47.10 without the Liquid Staking Module (LSM)
- Changed Bech32 prefixes to
atone(seecmd/atomoned/cmd/config.go) - Removed ability for validators to vote on proposals with delegations, they can only use their own stake
An effort has been made to make it possible to build the exact same binary
locally as the Github Release section. To do this, checkout to the expected
version and then simply run make build (which will output the binary to the
build directory) or make install. The resulted binary should have the same
sha256 hash than the one from the Github Release section.