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: use custom implementation to interact with arc-0200 applications #166

Conversation

kieranroneill
Copy link
Member

@kieranroneill kieranroneill commented Feb 11, 2024

Description

  • Rename ARC-XXXX resources to be consistent
  • Implement custom ARC-0200 contract SDK
  • Remove arc200js package
  • Refactor send transactions to use new ARC-0200 contract SDK
  • Outline fees and box payment details in the send assets modal

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 merged commit f8a3517 into beta Feb 11, 2024
8 checks passed
@kieranroneill kieranroneill deleted the 161-use-custom-implementation-to-interact-with-arc-0200-applications branch February 11, 2024 14:05
github-actions bot pushed a commit that referenced this pull request Feb 11, 2024
# [1.12.0-beta.2](v1.12.0-beta.1...v1.12.0-beta.2) (2024-02-11)

### Features

* use custom implementation to interact with arc-0200 applications ([#166](#166)) ([f8a3517](f8a3517))
@agoralabs-bot
Copy link
Contributor

🎉 This PR is included in version 1.12.0-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@agoralabs-bot agoralabs-bot added the 🚀 released To the moon! label Feb 11, 2024
github-actions bot pushed a commit that referenced this pull request Feb 29, 2024
# [1.12.0](v1.11.2...v1.12.0) (2024-02-29)

### Bug Fixes

* active account and account tab are saved to storage ([#180](#180)) ([30e5eca](30e5eca))

### Features

*  scan qr code using camera ([#179](#179)) ([beca132](beca132))
* add arc 0200 asset via qr code ([#182](#182)) ([46dc081](46dc081))
* allow arc-0200 assets to be added in the account import uri via qr code ([#169](#169)) ([e4b718d](e4b718d))
* automatically add the first account on the enable modal ([#170](#170)) ([b64d9f1](b64d9f1))
* support arc-0026 (algorand) and arc-0300 (avm) schemes ([#163](#163)) ([71526c7](71526c7))
* use custom implementation to interact with arc-0200 applications ([#166](#166)) ([f8a3517](f8a3517))
@agoralabs-bot
Copy link
Contributor

🎉 This PR is included in version 1.12.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
✨ feature New feature or request 🚀 released To the moon!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use custom implementation to interact with ARC-0200 applications
2 participants