Releases: andromedaprotocol/andromeda-core
Releases · andromedaprotocol/andromeda-core
Release 3
Changes
- Released the validator-staking ADO
- Released the vesting ADO
See the CHANGELOG for details.
Building the Contracts from Source
To build the contracts from source, you can use the following commands:
git clone https://github.com/andromedaprotocol/andromeda-core.git
cd andromeda-core
make build
Building the Contracts from Source (arm-64)
To build the contracts from source, you can use the following commands:
git clone https://github.com/andromedaprotocol/andromeda-core.git
cd andromeda-core
make build-arm
Generating Schemas
To generate the schemas, you can use the following command:
git clone https://github.com/andromedaprotocol/andromeda-core.git
cd andromeda-core
make schemas
v1.1.0
Changes
See the CHANGELOG for details.
Building the Contracts from Source
To build the contracts from source, you can use the following commands:
git clone https://github.com/andromedaprotocol/andromeda-core.git
cd andromeda-core
git checkout v1.1.x
make build
Generating Schemas
To generate the schemas, you can use the following command:
git clone https://github.com/andromedaprotocol/andromeda-core.git
cd andromeda-core
git checkout v1.1.x
make schemas
v1.0.1
Andromeda OS v1.0.0
The first production ready release for the Andromeda Operating system.
Changelog
Includes the following contracts and their appropriate schemas:
- Address List
- App
- Auction
- Crowdfund
- CW20
- CW20 Exchange
- CW20 Staking
- CW721
- CW721 Marketplace
- CW721 Auction
- Lockdrop
- Merkle Airdrop
- Primitive
- Rate Limiting Withdrawls
- Rates
- Splitter
- Timelock
- Vesting
Documentation for each contract can be found here.
Commit for release can be found here.