Skip to content

Releases: andromedaprotocol/andromeda-core

Release 3

04 Dec 15:40
Compare
Choose a tag to compare

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

05 Nov 10:42
Compare
Choose a tag to compare

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

21 May 13:37
3f2e750
Compare
Choose a tag to compare

Changelog

  • App Contract: Fixed instantiate2 address length for non-standard chains (#467)

Andromeda OS v1.0.0

14 Apr 17:12
Compare
Choose a tag to compare

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.