Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add arc200 asset #63

Merged
merged 16 commits into from
Dec 22, 2023
Merged

feat: add arc200 asset #63

merged 16 commits into from
Dec 22, 2023

Conversation

kieranroneill
Copy link
Member

Description

  • Update algosdk to 2.7.0
  • Add arc200js package
  • Refactor assets to split between ARC200 and standard assets
  • Add ARC200 feature to redux to handle ARC200 assets
  • Add ARC200 asset holdings to the account object
  • Add modal to allow adding ARC200 assets

Type of change

  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🏗️ Build configuration (CI configuration, scaffolding etc.)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 📝 Documentation update(s)
  • 📦 Dependency update(s)
  • 👩🏽‍💻 Improve developer experience
  • ⚡ Improve performance
  • ✨ New feature (non-breaking change which adds functionality)
  • ♻ Refactor
  • ⏪ Revert changes
  • 🧪 New tests or updates to existing tests

@kieranroneill kieranroneill added ♻️ refactor The refactoring fairy has waved their magic wand ✨ feature New feature or request 📦 dependencies New dependencies labels Dec 22, 2023
@kieranroneill kieranroneill self-assigned this Dec 22, 2023
@kieranroneill kieranroneill linked an issue Dec 22, 2023 that may be closed by this pull request
@kieranroneill kieranroneill merged commit 46a2dbd into beta Dec 22, 2023
7 checks passed
@kieranroneill kieranroneill deleted the 50-add-arc200-asset branch December 22, 2023 21:54
github-actions bot pushed a commit that referenced this pull request Dec 22, 2023
# [1.8.0-beta.1](v1.7.0...v1.8.0-beta.1) (2023-12-22)

### Features

* add arc200 asset ([#63](#63)) ([46a2dbd](46a2dbd))
@agoralabs-bot
Copy link
Contributor

🎉 This PR is included in version 1.8.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@agoralabs-bot agoralabs-bot added the 🚀 released To the moon! label Dec 22, 2023
github-actions bot pushed a commit that referenced this pull request Dec 27, 2023
# [1.8.0](v1.7.0...v1.8.0) (2023-12-27)

### Bug Fixes

* remove extra forward slash from sidebar send asset button tooltip ([#65](#65)) ([4c30e29](4c30e29))
* send asset number input allows for decimals ([#68](#68)) ([59131c4](59131c4))
* unnamed address on transaction item correctly fits ([#64](#64)) ([560f377](560f377))
* when no address is active in the sidebar, use the first account from the accounts list ([#67](#67)) ([25f9ed7](25f9ed7))

### Features

* add arc200 asset ([#63](#63)) ([46a2dbd](46a2dbd))
* opt in to asa ([#70](#70)) ([28a5d07](28a5d07))
* send arc200 asset ([#71](#71)) ([c481a8a](c481a8a))
@agoralabs-bot
Copy link
Contributor

🎉 This PR is included in version 1.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies New dependencies ✨ feature New feature or request ♻️ refactor The refactoring fairy has waved their magic wand 🚀 released To the moon!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ARC200 asset
2 participants