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(sdk): migrate utxo-api API calls to v2 #28

Merged
merged 19 commits into from
Jul 28, 2023

Conversation

iamcrazycoder
Copy link
Contributor

@iamcrazycoder iamcrazycoder commented Jul 28, 2023

What this PR does / why we need it:

This PR upgrades the utxo-api API calls to v2. The current version of utxo-api is flaky, unoptimised, and laggy and cannot be trusted for production use. v2 on the other hand has been written from scratch w/ improvements like near-realtime (1-5ms) block sync, JSON-RPC interface via HTTP, bug fixes and several improvements.

Also, a few bug fixes and improvements have been added in this PR.

@iamcrazycoder iamcrazycoder changed the title feat(sdk): migrate utxo-api API calls to to v2 feat(sdk): migrate utxo-api API calls to v2 Jul 28, 2023
@iamcrazycoder iamcrazycoder marked this pull request as ready for review July 28, 2023 13:06
Copy link
Contributor Author

@iamcrazycoder iamcrazycoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK! (Self-review)

Tested:

  • Publish collection (OIP-2)
  • Mint inscription
  • Standard Inscription (OIP-1)

@iamcrazycoder iamcrazycoder merged commit 5f61122 into main Jul 28, 2023
2 checks passed
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.

1 participant