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

fix: new recursive refresh txns mechanism and account info and txns are pooled together #47

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

kieranroneill
Copy link
Member

Description

  • Use new recursive mechanism to fetch new transactions
  • Merge account update to single thunk to avoid race conditions when updating account information and account transactions

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 ✨ feature New feature or request 🐛 bug Something isn't working labels Dec 11, 2023
@kieranroneill kieranroneill self-assigned this Dec 11, 2023
@kieranroneill kieranroneill linked an issue Dec 12, 2023 that may be closed by this pull request
@kieranroneill kieranroneill linked an issue Dec 12, 2023 that may be closed by this pull request
@kieranroneill kieranroneill merged commit 04ec48a into beta Dec 12, 2023
7 checks passed
@kieranroneill kieranroneill deleted the 46-poll-for-new-transactions branch December 12, 2023 12:38
github-actions bot pushed a commit that referenced this pull request Dec 12, 2023
# [1.7.0-beta.2](v1.7.0-beta.1...v1.7.0-beta.2) (2023-12-12)

### Bug Fixes

* new recursive refresh txns mechanism and account info and txns are pooled together ([#47](#47)) ([04ec48a](04ec48a))
@agoralabs-bot
Copy link
Contributor

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

The release is available on:

Your semantic-release bot 📦🚀

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

### Bug Fixes

* algorand icon showing on voi when selecting an asset ([#44](#44)) ([42db6b3](42db6b3))
* new recursive refresh txns mechanism and account info and txns are pooled together ([#47](#47)) ([04ec48a](04ec48a))
* unable to connect to dapps on chrome ([#43](#43)) ([5c32151](5c32151))
* use network config code in minimum balance tooltip ([#54](#54)) ([124c888](124c888))

### Features

* default to voi testnet network ([#56](#56)) ([7e1b237](7e1b237))
* polls for new transactions when also fetching updated account information ([#53](#53)) ([3279431](3279431))
* show notification for new transactions ([#49](#49)) ([e428218](e428218))
@agoralabs-bot
Copy link
Contributor

🎉 This PR is included in version 1.7.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
🐛 bug Something isn't working ✨ feature New feature or request 🚀 released To the moon!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Poll for new transactions
2 participants