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

Support LightAPI balance provider #155

Merged
merged 26 commits into from
Feb 8, 2023
Merged

Support LightAPI balance provider #155

merged 26 commits into from
Feb 8, 2023

Conversation

aaroncox
Copy link
Member

@aaroncox aaroncox commented Feb 8, 2023

Supersedes #140, Closes #137

Adds a few more commits to resolve a couple issues and fix merge issues.

ismyhc and others added 23 commits May 1, 2022 08:23
* Utilize the meta theme-color property to make the site look better on mobile safari and other supported browsers

* delete yarn-error.log add to gitignore
fix: disabling account creation button
* chore: switching to create-account library

* style: code formatting

Co-authored-by: Aaron Cox <aaron@greymass.com>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 8, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 46d6b7e
Status: ✅  Deploy successful!
Preview URL: https://faf488f6.wallet-2tl.pages.dev
Branch Preview URL: https://apporc-apporc-lightapi.wallet-2tl.pages.dev

View logs

@aaroncox aaroncox marked this pull request as ready for review February 8, 2023 20:42
@aaroncox aaroncox merged commit 4658b44 into dev Feb 8, 2023
aaroncox added a commit that referenced this pull request Feb 8, 2023
* Utilize the meta theme-color property (#129)

* Utilize the meta theme-color property to make the site look better on mobile safari and other supported browsers

* delete yarn-error.log add to gitignore

* enhancement: added account creation popup

* style: code linting

* refactor: using the account-creation type

* fix: setting variables properly in snowpack configs

fix: disabling account creation button

* style: linted

* refactor: using Event in mouse event handler function

* enhancement: handling case where popup is closed

* enhancement: receiving account creation errors by catching error raised in lib

* chore: updated version of account creation lib

* refactor: refactored login.svelte

* chore: updated account creation lib version

* refactor: better error handling

* style: linted

* refactor: making createAccount an async function

* tmp: making create-test the default whalesplainer url for now

* chore: moving creatingAccount variable to handleCreateAccount

* Updated link to account creation (#132)

* update readme after repo renamed

* Switching to create-account library (#136)

* chore: switching to create-account library

* style: code formatting

Co-authored-by: Aaron Cox <aaron@greymass.com>

* Support LightAPI balance provider

* Fix for when REX value is too low, values are miscalculated

* Removed failing bloksFallback - needs fixing

* Adding public token list

* Removing since it's unused at the moment, retaining for reference

---------

Co-authored-by: Jacob Davis <ismyhc@gmail.com>
Co-authored-by: dafuga <danielfugere28@gmail.com>
Co-authored-by: apporc <appleorchard2000@gmail.com>
aaroncox added a commit that referenced this pull request Feb 8, 2023
Support LightAPI balance provider (#155)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the balance provider for multiple APIs
4 participants