Skip to content

Releases: AlgoWorldNFT/algoworld-contracts

v1.4.0 - Adding tenset audited signatures

05 Aug 11:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.6...1.4.0

v1.3.6 - New release pipeline

25 Jun 20:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.6

v1.3.0 - Adding auto release to pypi; New proxy contract that enables swap configs on swapper.algoworld.io

09 Jun 21:45
a694069
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

v1.2.0 - Adding OpenNFT auction contracts; Renaming swapper to contracts

29 Apr 10:20
0c9e105
Compare
Choose a tag to compare

What's Changed

Renames algoworld-swapper to algoworld-contracts. This repo now aimed to host all AlgoWorld related smart contracts, the algoworld-swapper repo is to be recreated with a new purpose to host a frontend client for swapper functionality to be split from AlgoWorldExplorer platform.


Full Changelog: 1.1.2...1.2.0

v1.1.2 - Improving build pipeline

07 Mar 22:14
ddd0ce2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: AlgoWorldNFT/algoworld-swapper@1.1.1...1.1.2

v1.1.1 - Size limit bug fix in multi asa contract

14 Jan 15:21
deeb747
Compare
Choose a tag to compare

A minor version bump that includes the following:

  • New randomized unit test to verify against ASAs with random amount of Units and Digits
  • Fits up to 5 asas (max was 4 before that, there was an overflow bug by ~80 bytes that wasnt captured by previous tests)
  • Minor test utils refactoring and pull request templates

For specific commits refer to a detailed changelog below.

What's Changed

Full Changelog: AlgoWorldNFT/algoworld-swapper@1.1.0...1.1.1

v1.1.0 - ASAs to Algo swap support

27 Dec 22:47
9915d2d
Compare
Choose a tag to compare

New Swapper template 🎉

  • Multi ASA to Algo swap support (@cusma & @millionalgosfather)
  • Unit test coverage for multi asa template
  • General refactoring and support for multi asa helpers in pytest
  • Updated README
  • Renovate Bot integration

v1.0.1 - Minor improvements in ASA to ASA swap contract

26 Dec 16:02
94cfda0
Compare
Choose a tag to compare

Initial release

15 Nov 22:19
705d1d2
Compare
Choose a tag to compare

Initial AlgoWorld Swapper implementation

  • 1:1 ASA to ASA swaps
  • Incentive mechanism with hardcoded wallet
  • Pytest infrastructure with algorand sandbox in CI