Releases: AlgoWorldNFT/algoworld-contracts
Releases · AlgoWorldNFT/algoworld-contracts
v1.4.0 - Adding tenset audited signatures
What's Changed
- Update dependency black to v22.6.0 by @renovate in #62
- Update abatilo/actions-poetry action to v2.1.5 by @renovate in #61
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #63
- Update dependency black to v22.8.0 by @renovate in #68
- Update abatilo/actions-poetry action to v2.1.6 by @renovate in #67
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #66
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #69
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #70
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #72
- Update all non-major dependencies by @renovate in #71
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #73
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #75
- chore(deps): update abatilo/actions-poetry action to v2.3.0 by @renovate in #74
- Addressing bugs reported by Tenset by @aorumbayev in #78
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #77
Full Changelog: 1.3.6...1.4.0
v1.3.6 - New release pipeline
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #51
- Update actions/setup-python action to v4 by @renovate in #53
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
What's Changed
- Create codeql-analysis.yml by @aorumbayev in #42
- Update dependency py-algorand-sdk to v1.13.1 by @renovate in #43
- Update codecov/codecov-action action to v3 by @renovate in #45
- Lock file maintenance by @renovate in #46
- [PR] Adding proxy contract for open source algoworld swapper by @aorumbayev in #47
- Setting version to 1.3.0 by @aorumbayev in #49
Full Changelog: 1.2.0...1.3.0
v1.2.0 - Adding OpenNFT auction contracts; Renaming swapper to contracts
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.
- Update actions/checkout action to v3 by @renovate in #34
- Lock file maintenance by @renovate in #35
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #36
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #38
- AlgoWorld Auction contracts by @aorumbayev in #37
Full Changelog: 1.1.2...1.2.0
v1.1.2 - Improving build pipeline
What's Changed
- Lock file maintenance by @renovate in AlgoWorldNFT/algoworld-swapper#23
- Update alexanderdamiani/pytester-cov action to v1.2.2 by @renovate in AlgoWorldNFT/algoworld-swapper#22
- Improving build pipeline by @pre-commit-ci in AlgoWorldNFT/algoworld-swapper#31
- Minor tweaks in CI pipeline by @aorumbayev in AlgoWorldNFT/algoworld-swapper#32
- Update dependency pyteal to ^0.10.0 by @renovate in AlgoWorldNFT/algoworld-swapper#25
- Update actions/setup-python action to v3 by @renovate in AlgoWorldNFT/algoworld-swapper#28
- Update dependency pytest to v7 by @renovate in AlgoWorldNFT/algoworld-swapper#26
New Contributors
- @pre-commit-ci made their first contribution in AlgoWorldNFT/algoworld-swapper#31
Full Changelog: AlgoWorldNFT/algoworld-swapper@1.1.1...1.1.2
v1.1.1 - Size limit bug fix in multi asa contract
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
- Tweaking readme disclaimer by @aorumbayev in AlgoWorldNFT/algoworld-swapper#12
- Update actions/setup-python action to v2 by @renovate in AlgoWorldNFT/algoworld-swapper#14
- Update abatilo/actions-poetry action to v2.1.4 by @renovate in AlgoWorldNFT/algoworld-swapper#13
- Add --show-diff-on-failure by @aorumbayev in AlgoWorldNFT/algoworld-swapper#16
- Fixing typos in Readme.md by @aorumbayev in AlgoWorldNFT/algoworld-swapper#17
- Feature/improving multi asa size by @aorumbayev in AlgoWorldNFT/algoworld-swapper#18
Full Changelog: AlgoWorldNFT/algoworld-swapper@1.1.0...1.1.1
v1.1.0 - ASAs to Algo swap support
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
- Additional assert to verify incentive fee sender -> AlgoWorldNFT/algoworld-swapper#7
Initial release
Initial AlgoWorld Swapper implementation
- 1:1 ASA to ASA swaps
- Incentive mechanism with hardcoded wallet
- Pytest infrastructure with algorand sandbox in CI